@charset "ISO-8859-1";
/* CSS Document */

@font-face {
    font-family: 'terminal_dosislight';
    src: url('terminaldosis-light-webfont.eot');
    src: url('terminaldosis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('terminaldosis-light-webfont.woff') format('woff'),
         url('terminaldosis-light-webfont.ttf') format('truetype'),
         url('terminaldosis-light-webfont.svg#terminal_dosislight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	overflow-y:scroll;
}

body {
	margin-top: 10px;
	font-family: 'terminal_dosislight';
	background-color: #fdfdfd;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}

b{
	color:#444444;
}


h2 {
	color: #444444;
}

a {
	color: #777777;
	text-decoration:underline;
}

a:hover {
	color: #777777;
	text-decoration:underline;
}

a:link {
	color: #777777;
	text-decoration:underline;
}

a:visited {
	color: #777777;
	text-decoration:underline;
}

a:active {
	color: #777777;
	text-decoration:underline;
}

#header {
	height:303px;
	padding:3px 0px;
	background:url(../img/menu_bg.png) bottom repeat-x ;
}

#image_header{
	margin-top:10px;
	width:1140px;
	margin:2px auto;
}

#nav {
	width:1110px;
	height:62px;
	margin: 0px auto 12px auto;
}

#language {
	width:1110px;
	height:15px;
	margin: 10px auto 0px auto;
}

#language_container{
	float:right;
}

.item a {
	padding: 5px 20px;
	color:#777777;
	text-decoration:none!important;
	font-size:20px;
	float:left;
	margin-right:5px;
	font-weight:bold;
}

.item a:hover{
	background-color:#f3d354;
	color:#3f3f3f;
	text-decoration:none;
	font-weight:bold;
}

.selected {
	background-color:#f3d354;
	color:#3f3f3f;
	text-decoration:none;
	font-size:20px;
	float:left;
	padding: 5px 20px;
	margin-right:5px;
	font-weight:bold;
}


#content {
	width:1110px;
	min-height:450px;
	margin: 30px auto;
	font-size:18px;
	color:#777777;

}


#footer {
	height:120px;
	padding-top: 10px;
	color:#aaaaaa;
	background:url(../img/footer_bg.png) top repeat-x ;
}

#made_with{
	margin: 5px auto;
	width:200px;
	text-align:center;
	font-size:14px;
	clear:both;
}
#copyright{
	margin: 10px auto;
	text-align:center;
	width:400px;
	font-size:14px;
}