@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bgcontainer.jpg) #333 no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

#banner{
	position:fixed;
	left: 100%;
	margin-left:-160px;
	z-index:100;
	background-position:top;
	background-image:url(images/banner.png) no-repeat;
	float:right;
	display: block;
	width: 160px;
	height: 160px;
	
}

.image-container{
	margin-left: -30px;
	width: 162px;
	height: 210px;
	padding:5px;
	background-color: #FFF;
	border: 1px solid #999;
	
}

.image-container img{
	border:1px solid #999;
	
}

#navigate{
margin-top: 5px;
font-size: 13px;
margin-left: 0px;
width: 500px;
float: left;
}

#navigate h3{
margin-left: 375px;
margin-top: -18px;
font-size: 16px;
width: 400px;
}

#container{
position: absolute;
left: 50%;
height: 100%;
width: 920px;
margin-left: -460px;
}

#bgheader{
	position: fixed;
	left: 50%;
	width: 986px;
	margin-left: -493px;
	background-position: top;
	background-image: url(images/header.jpg);
	height: 38px;
	width: 986px;
	z-index: 2;
}

#header{
	position: fixed;
	height: 16px;
	width: 700px;
	padding: 10px 0 0 11px;
	font-size: 18px;
	z-index: 50;
}

#header li{
	float: left;
	margin-right: 50px;
	text-decoration: none;
	list-style: none;
	z-index: 15;
}

#header a:link {color: #FFFFFF; text-decoration:none;}      /* unvisited link */
#header a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
#header a:hover {color: #2740c5; text-decoration:none;}  /* mouse over link */
#header active {color: #CCCCCC; text-decoration:none;}  /* selected link */

#kadertekst{
	width: 520px;
	height: 500px;
	margin-top: -600px;
	margin-left: 350px;
	background-color:#993333;
	padding:35px;
	line-height:1.7;
}

#tekst{
	position: relative;
	height: 500px;
	width: 425px;
	margin-top: 25px;
	margin-left: 310px;
	padding: 35px;
	line-height:1.6;
	overflow: hidden;
	
}

.jv{
margin-bottom: 500px;
z-index: 1;
}

h2{
border-bottom: 2px solid;
margin-bottom: 20px;
}