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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_01_01.jpg);
	background-repeat: repeat-x;
}

#warning {
	position:relative;
	text-align:center;
	width:600px;
	height:184px;
	margin:0px auto;
	padding:30px;
	padding-top:50px;
	top: 73px;
	background-color:#F00;
	color: #FFF;
	font-size:28px;
	font-weight:bold;
	z-index:1000;
	font-family:Verdana, Geneva, sans-serif;
}


p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding:0px;
	margin:0px;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:normal;
	color: #021A4B;
}

#container {
	width:871px;
	min-height:400px;
	margin:0px auto;
}

#logo {
	width:871px;
	position:absolute;
	top:0px;
	background-image: url(../images/images/logo_03.png);
	height:135px;
	z-index:1000;
	
}

#topfoto {
	width:871px;
	position:absolute;
	top:73px;
	height:264px;
	z-index:500;
	background-image:url(../images/images/StortFoto_04.jpg);
}

#topmenu {
	text-align:right;
	position:relative;
	top:0px;
	right:0;
	float:right;
	z-index:50000;
}

#topmenu h2, #topmenu h2 a{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-size:12px;
	display:block;
	padding:4px;
	background-color:#FFF;
	text-transform:uppercase;
	font-weight:normal;
}

#topmenu h2 a:hover {
	background-color: #000;
	color:#FFF;
}

#topmenu img, #topmenu img a  {
	border:none;
}



#content {
	width:871px;
	position:absolute;
	top:260px;
	height:442px;
	z-index:10000;
}

#tekstcontainer {
	margin:0px auto;
	width:580px;
	min-height:260px;
	margin-top: 120px;
	padding: 0;
}


#left {
/*	width:45%; HVIS SIDEN SKAL DELES I TO*/ 
	width:100%;
	top:600px;
	float:left;
}

/* HVIS SIDEN SKAL DELES I TO
#right {
	width:46%;
	top:520px;
	float:right;
	padding: 0px;
	margin: 0px;
}
*/

#footer {
	clear:both;
	color:#333333;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	line-height:16px;
	padding-bottom:1.2em;
	text-align:center;
}
