body  {
	font-family:Arial, Helvetica, sans-serif;
	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: #000000;
	background-image:url(/images/baggrund.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	margin-top:20px;
	font-size:11px;
}
h3{
		color:#ffdc07;
		font-size:25px;
		margin:0px;
		padding:0px;
		margin-left:10px;
		font-stretch:wider;
		letter-spacing:-1px;
		font-weight:bolder;

	}
#container { 
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background-image:url(/images/topbar.png);
	background-repeat:no-repeat;
	height:124px;
	position:relative;
} 

#navigation {
	background-image:url(/images/menu.png);
	height:23px;
	padding-top:5px;
	}
	#navigation a:link, #navigation a:visited{
		color:#000;
		padding-right:45px;
		text-decoration:none;
		line-height:20px;
		font-weight:bold;
		}
	#navigation a:hover{
		color:#000;
		padding-right:45px;
		text-decoration:underline;
		line-height:20px;
		font-weight:bold;
	}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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: #525252; /* the background color will be displayed for the length of the content in the column, but no further */
	color:#FFF;
	background-image:url(/images/right-baggrund.png);
	background-repeat:repeat-x;
	position:relative;
	min-height:500px;
	height:auto !important;
  	height:500px;
	text-align:center;
	padding-bottom:20px;

}

#mainContent { 
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px;
	float:left;
	background-color:#FFF;
	width:600px;
	position:relative;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-bottom:20px;

} 
#mainContent h1{
	clear:both;
   	font-size:18px;
	font-stretch:wider;
	letter-spacing:-1px;
	margin:0px;
	padding:0px;
	color:#000;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:15px;

}
#mainContent p{
	line-height:18px;
	font-size:12px;
	margin-left:10px;
	
	
	}
#footer {
	background-image:url(/images/footer.png);
	height:41px;
	
}

#advertBox{
	width:267px;
	height:131px;
	overflow:hidden;
	background-image:url(/images/adveert.png);
	position:relative;
	float:left;
	margin-left:20px;
	z-index:1;
	}
	#advertBox img{
		position:absolute;
		right:0px;
		bottom:0px;
		
		}
	#advertBox .imgContainer{
		position:absolute;
		bottom:5px;
		right:5px;
		z-index:0;
		overflow:hidden;
		width:257px;
		height:120px;
		text-align:right;
		}
	#advertBox h1{
		font-size:18px;
		font-stretch:wider;
		letter-spacing:-1px;
		margin:0px;
		padding:0px;
		color:#000;
		margin-left:10px;
		margin-top:10px;
		z-index:1;
		position:relative;
	}

	#advertBox h2{
		font-size:12px;
		margin:0px;
		padding:0px;
		color:#000;
		font-weight:normal;
		font-style:normal;
		margin-left:10px;
		z-index:1;
		position:relative;
		margin-right:80px;
	}
	#advertBox h3{
		color:#ffdc07;
		font-size:25px;
		margin:0px;
		padding:0px;
		margin-left:10px;
		position:absolute;
		bottom:10px;
		font-stretch:wider;
		letter-spacing:-1px;
		font-weight:bolder;
		z-index:1;
		}
		
.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;
}

/* CSS Menu */
#menu {
	padding:0px;
	margin:0px;
	border:0px;
	list-style:none;
	height:23px;
	position:relative;
	z-index:500;
	background-image:url(/images/version2/menu/inactive.jpg);
	font-size:16px;
	color:#FFF;
	width:1000px;
}
#menu li {
	float:left;
	margin-left:10px;	
}
#menu li a {
	display:block;
	float:left;
	height:23px;
	line-height:23px;
	color:#fff;
	text-decoration:none;
	padding:0 0px 0 0px;
	margin-left:10px;
	font-size:14px;
	font-weight:normal;
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */
 
/* Style the list OR link hover. Depends on which browser is used */
 
 
/* AKTIV MENU */
#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;

}
#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover > a {
	color:#fff;
	
	text-decoration:underline;

}
#menu li.current a {
	color:#fff;
}
#menu :hover ul {
	left:0;
	top:20px;
	width:100px;
	text-decoration:underline;
	
		
}
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#menu :hover ul :hover ul {
	left:50px;
	top:0px;
	white-space:nowrap;
	width:50px;
	z-index:200;
	height:auto;
	


}
#menu :hover ul li {
	margin:0;
}
/* sub */

#menu :hover ul li a.fly {
	color:#FFF;
}
#menu :hover ul :hover {
	color:#fff;
}
/* CSS menu END */ 

