@charset "iso-8859-1";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	background: #ededed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272425;
	height:100%;
}

img{border:0;}

h1{margin:0 0 0.8em 0; font-size:18px;}
h2{margin:0 0 0.2em 0; font-size:14px;}
h3{margin:0 0 0.2em 0; font-size:13px;}
h4{margin:0 0 0.2em 0; font-size:12px;}
p {margin:0 0 1.3em 0}
a {color:#000000; text-decoration:underline }
a:hover, a:visited:hover {text-decoration:underline}

#container { 
	position:absolute;
	top:0;
	left:50%;
	margin-left:-489px;
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
#flashcontainer {}
#navigation{
	background-color:#fff;
	height:80px;
}

#navigation ul{list-style:none; padding:0; margin:0;}
#navigation ul li{display:inline; float: left;}
#navigation ul li a{display:block; padding-left:22px; margin-right:30px; background-image:url(images/linkglobeA.gif); background-repeat:no-repeat; background-position:left 3px; color:#404040; font-size:13px; text-decoration:none;}
#navigation ul li a:hover, #navigation ul li a:visited:hover {background-image:url(images/linkglobeB.gif); color:#000;}
#navigation ul li a.aktiv, #navigation ul li a.aktiv:hover, #navigation ul li a.aktiv:visited:hover{font-weight:bold; background-image:url(images/linkglobeB.gif); color:#000;}


#submenu{height:23px; background-image:url(images/submenuBG.gif); padding: 4px 55px 0 55px;}
#submenu ul{list-style:none; padding:0; margin:0;}
#submenu ul li{display:inline; float: left;}
#submenu ul li a{display:block; margin-right:30px; color:#404040; font-size:13px; text-decoration:none;}
#submenu ul li a:hover, #navigation ul li a:visited:hover {color:#000;}
#submenu ul li a.aktiv, #navigation ul li a.aktiv:hover, #navigation ul li a.aktiv:visited:hover{font-weight:bold; color:#000;}

.sprogvalg {color:#404040; font-size:15px;}
.sprogvalg a{color:#404040; font-size:13px; text-decoration:none;}
.sprogvalg a:hover, .sprogvalg a:hover{color:#000;}
.sprogvalg a.aktiv, .sprogvalg a.aktiv:hover, .sprogvalg a.aktiv:hover{color:#000; font-weight:bold;}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #bdbdbd; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 25px;
}
#contentbg {background-color:#bdbdbd; border-top: 1px solid #d4d4d4;}
#mainContent { 
	margin: 0 245px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0 25px 55px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	text-align:right;
	padding: 10px 55px 0 55px;
	vertical-align:bottom;
	background-color:#FFF;
	color: #9b9b9b;
    font-size: 10px;
} 
#footer a {color:#9b9b9b; text-decoration:none;}
#footer a:hover, #footer a:visited:hover {text-decoration:underline}
#footer img {margin-bottom:3px;}
.searchfield{width:140px; border:1px solid #bdbdbd;}
form{margin:0; padding:0;}

.forsideannoncer img{border:none; margin-bottom:30px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
