/* Centrering af indhold
--------------------------------- */

body {
	background-color: #48535A;
	background-image: url(img/bg_mainGradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* Container indhold
--------------------------------- */

#container{
	position:relative;
	width:740px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* diverse divs
--------------------------------- */

#topbanner{
	position:absolute;
	top: 0;
	left:0;
	width:720px;
	height:90px;
	background-image: url(img/bg_topbanner.jpg);
	border:10px solid #FFFFFF;
	z-index:2;
	}

#road {
	position:absolute;
	top: 110px;
	left:0px;
	border-bottom:10px solid #FFFFFF;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	width:720px;
	height:180px;
	background-image: url(img/road.jpg);
	z-index:2;
	}
	
#kontaktBG {
	position:absolute;
	top: 110px;
	left:0px;
	border-bottom:10px solid #FFFFFF;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	width:720px;
	height:180px;
	z-index:2;
	}

#tekstindhold {
	position:absolute;
	top: 300px;
	left:0px;
	border-bottom:10px solid #FFFFFF;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	width:720px;
	height:240px;
	background-image: url(img/bg_tekst.jpg);
	z-index:2;
	}

#betingelser 	{ position:absolute; top: 520px; left:60px; width: 75px; height: 20px; z-index: 6; }
#betingelser p 	{ font-size:10px; color:#333333; }
#betingelser a 	{ font-size:10px; color:#999999; text-decoration: none;}
#betingelser a:hover 	{ text-decoration:underline;}

#oneshotmedia {
	position:absolute;
	left:297px;
	top:318px;
	width:239px;
	height:123px;
	z-index:5;
}

#oneshotmedia p {
	font-size:10px;
	color:#333333;
}


#kontakt {
	position:absolute;
	left:493px;
	top:313px;
	width:225px;
	height:123px;
	z-index:5;
}

#kontakt p {
	font-size:10px;
	color:#333333;
}

#kontaktHE {
	position:absolute;
	left:288px;
	top:310px;
	width:150px;
	height:77px;
	z-index:4;
}

#kontaktHE h3 {
	font-size:12px;
	color:#333333;
}

#logo {
	position:absolute;
	top: 0;
	left:40px;
	z-index:5;
	width: 220px;
	height: 540px;
	background-color:#FFFFFF;
	}

#adresse {
	position:absolute;
	left:61px;
	top:318px;
	width:178px;
	z-index:10;
	height: 113px;
}

#adresse p {
	font-size:10px;
	color:#458300;

}

#adresse a:link {  color: #458300; text-decoration: underline; font-size: 10px}
#adresse a:visited {  color: #458300; text-decoration: underline;font-size: 10px}
#adresse a:hover {  color: #458300; text-decoration: none; font-size: 10px}
#adresse a:active {  color: #458300; text-decoration: none; font-size: 10px}

#menu {
	position:absolute;
	left:505px;
	top:80px;
	width:178px;
	z-index:10;
	font-size:11px;
	color:#458300;
	text-align:right;
}

#menu a:link {  color: #FFFFFF; text-decoration: underline; font-size: 11px}
#menu a:visited {  color: #FFFFFF; text-decoration: underline;font-size: 11px}
#menu a:hover {  color: #FFFFFF; background-color:#2D3538; text-decoration: none; font-size: 11px}
#menu a:active {  color: #458300; background-color:#2D3538; text-decoration: none; font-size: 11px}

/* Generel formatering
--------------------------------- */

img { 
	margin: 0; padding: 0; border: 0;
}


/* Formatering af inputfelter
--------------------------------- */
.inputTxt {
	font-size: 10px;
	border: 1px solid #557428;
	width: 114px;
}
.inputTxtKontakt {
	font-size: 10px;
	border: 1px solid #557428;
	width: 200px;
}
.inputWidth200 {
	width:200px;
	}
.btnWidth60 {
	width:60px;
	}
#kontakt p {
	margin:0;
	padding:2px;
	}
