@charset "utf-8";
/* CSS Document */
		html, body, ul, ol, li, form, fieldset, legend{
			margin: 0;
			padding: 0;
		}

		h1, h2, h3, h4, h5, h6, p { margin: 0; }
		
		body{
			background: url('bg1.png') repeat;
			font-family: calibri, arial, sans-serif;
			font-size: 15px;
			line-height: 1.5;
		}
				
		p{
			margin-bottom:15px;
			line-height: 1.4; 
			font-size: 15px;
		}
		
		a{
			color:#0073BF;
			text-decoration:none;
		}
		h1 {
	color: #48bda0;
	font-size: 30px;
	font-weight: bold;

			}
		h2{
	color: #48bda0;
	padding-bottom: 8px;
	font-size: 22px;
	font-weight: bold;
		}
		h3 {
	padding-top: 15px;
	color: #333;
	opacity: 0.8;
	font-size: 16px;
	font-weight: bold;
			}
		h4{
			text-align:center;
			font-size:18px;	
			font-weight:400;			
		}
		.text {
			width: 500px;
			}
		.text2 {
			padding-top: 0px;
			}
		.img {
			float: right;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-right: 30px;
			}
		#wrap{			
			width:900px;
			margin:0 auto;
		}
		
		#header{
			margin-top: 40px;
		
}
#headeralign {
	width: 900px;
	margin: 0 auto;
	}
#languages {
	float: right;
	font-family: calibri, sans-serif;
	font-size: 18px;
}
#languages a:visited {
	color: #333;
	}
#dk {
	float: right;
	padding-right: 10px;
	font-weight: bold;
	}
#dk2 {
	float: right;
	padding-right:10px;
	}
#lv2 {
	float: right;
	}
#lv {
	float: right;
	font-weight: bold;
	}
#logo {
	width:920px;
	height:80px;
	margin:0 auto 0 auto;
	border-style: none;
}
a img {
border: 0;
text-decoration: none;
}
				
		#content{		
			overflow:hidden;
		
		}
		
		.contentbox-wrapper{			
			position:relative; 
			left:0; 
			width:5000px; 
			height:100%;
		}
		
		.contentbox{
			width:890px; 
			height:100%; 
			float:left; 
			padding:20px;
			background: url('bg.png') repeat;
		}
		
		#nav {
			margin-top:10px;
			background: url("navbg.png") repeat-x center bottom;
			border-bottom: 1px solid #DDDDDD;
			padding: 5px 10px;
			border-top:2px #d85f55 solid;
			border-bottom:2px #d85f55 solid;
		}
		a {
			color: #666;	
			}
		#nav ul li{
			display:inline;
			margin-right:10px;
			font-size: 17px;
			padding-right: 5px;
		}
		
		#nav a.active {
			color:#000;
		}	
		#nav li a:hover {
			color:#000;
		}	
		
#footer {
	height:50px;
	margin-top:0;
}


#footertext {
	border-top:2px #d85f55 solid;
	height:50px;
	font-size:0.8em;
	color:#333;
	padding-top:4px;
}



