@charset "utf-8";
/* CSS Document */
body {
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}	

#footer, #container, #menulinie {
	width:945px;   									/* <-- SAMLET BREDDE */
}

#container {
	margin:0 auto;
}

#main, #mainbody, #myFrame{
	width:519px;   									/* <-- Main BODY BREDDE */
	height:377px;   								/* <-- Main BODY HØJDE (husk mellemrum [5px] ml. top og bund */
	float:right;
}

#menulinie{
	text-align:right;
	margin:0;
	float:left;
	background-color:#000000;
}

#footer{
	float:left;
}

#billedsoejle, #image01, #image02{
	width:426px;   									/* <-- Billedbredde */
	float:left;
}

#image01{
height:190px;  										/* <-- Billedhøjde */
}

#image02{
height:187px;  										/* <-- Billedhøjde */
}

#menu1, #menu2, #menu3, #menu4, #menu5{
margin:0;
}

/* MAIN STYLES HERUNDER */
#overskrift {
	margin-top:30px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
}

#broed, p {font-size: 12px;
margin-left:20px;
margin-right:20px;}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:0px;
margin-bottom:15px;
}

p a {
text-decoration:none;
color:#009ee0;
}

p a:hover {
text-decoration:underline;
color:#000000;
}

#mainfooter {
width:519px;
float:left
}

#venstre{
	width:260px;
	float:left;
}
#hoejre{
	width:250px;
	margin-left:-25px;
	margin-right:10px;
	float:right;
}
