@charset "UTF-8";
/* CSS Document */

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700); /* font-family: 'Oswald', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic); /* font-family: 'Source Sans Pro', sans-serif; */
/* FONTS */

/* BODY */
body {
	margin: 0px 0px 0px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #FFFFFF;
	overflow-y: scroll;
	
}
/* BODY */

a:link{ 
		text-decoration:none; 
		color: #FFF;
}
a:visited{ 
		
		color: #FFF; 
		
}

a:hover{ 
		
		color: #AAA; 
		
}

a.active{ 
		
		font-size: 18px;
		font-weight: bold;
}

h1 { font-size: 20px; white-space: nowrap;}

h2 {font-size: 18px; font-weight: bold;}

div.navigationLanguages  { font-size: 14px; color: #FFFFFF;  margin-left: 200px; margin-top: 30px;}
div.navigation  { font-size: 14px; color: #FFFFFF; margin-left: 200px; margin-top: 10px;}
div.content  { font-size: 14px; color: #FFFFFF; margin-left: 200px; margin-top: 60px; width:450px; }


/* FULLSCREEN BACKGROUND */
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-1000; height:100%; width:100%; }
#supersized img { width:auto; height:auto; outline:none; border:none; }
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin: 0px 0 0 0px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}
#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
#supersized a.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
/* FULLSCREEN BACKGROUND */


td.label {
	
}