body  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-image:url(/images/baggrund_stripe.gif);
	background-repeat:repeat-x;
	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;
	
}
h1,h2,h3,h4{
	color:#00325f;
	}
h1{
	font-size:16px;
	}
h2{
	font-size:14px;
	}	
h3{
	font-size:12px;
	
	}
	
#container { 
	width: 932px;  /* 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. */
	background-image:url(/images/indhold_full.png);
	background-repeat:no-repeat;
	min-height:692px;
	height:auto !important;
	height:692px;

} 
#header{
	height:105px;
	/*background-image:url(/images/logotop.png);*/
	position:relative;
	}
#nav{
	height:154px;
	background-image:url(/images/menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	text-align:center;
	}

#sidebar1 {
	position:relative;
	float:left;
	padding-left:40px;
	width:138px;
}
#sidebar1 p{
	font-size:10px;
	color:#626262;
	
	}


#center{
	position:relative;
	float:left;
	width:530px;
	padding-left:20px;
	padding-right:20px;
	
	
}
#sidebar2 {
	position:relative;
	float:left;
	position:relative;
	width:152px;

	
}


#footerTxt{
	position:relative;
	clear:both;
	padding-top:20px;
	text-align:center;
	}
	
	#footerTxt a:link,#footerTxt a:hover,#footerTxt a:visited{
		text-decoration:none;
		font-size:9px;
		color:#CCC;
	}
	
#footer{
	position:relative;
	clear:both;
	padding-top:50px;
	}
	
	#footer p, #footer img, #footer h1, #footer h2, #footer h3{
		margin:0px;
		padding-left:15px;
		padding-right:15px;
		padding-top:10px;
		font-size:11px;
		color:#626262;
	
		}
	
	#footerleft{
		position:relative;
		float:left;
		width:288px;
		background-image:url(/images/eventkasse.gif);
		background-repeat:no-repeat;
		min-height:120px;
		height:auto !important;
		height:120px;
		margin-left:35px;

	}
	#footercenter{
		position:relative;
		float:left;
		width:288px;
		background-image:url(/images/eventkasse.gif);
		background-repeat:no-repeat;
		min-height:120px;
		height:auto !important;
		height:120px;
		
	}
	#footerright{
		position:relative;
		float:left;
		width:288px;
		background-image:url(/images/eventkasse.gif);
		background-repeat:no-repeat;
		min-height:120px;
		height:auto !important;
		height:120px;
		
	}

.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;
}

#menu {padding:0; margin:0; list-style:none; height:20px; position:relative; z-index:500; padding-top:120px; margin-left:70px; text-align:left;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:20px; line-height:20px; color:#000; text-decoration:none; font-size:12px; font-weight:normal; padding:0 12px 0 12px;}

#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 */
#menu li a:hover {z-index:200; position:relative;color:#777; font-weight:bold;}
#menu li:hover {position:relative; z-index:200;}
 
#menu li:hover > a {color:#777; font-weight:bold;}
#menu li:hover > a.sub {color:#777;}
 
#menu li.current a {color:#fff;}

#menu :hover ul {left:0; top:20px; width:120px;}
 
/* 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:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}
 
#menu :hover ul li {margin:0; border-top:1px solid #e2e2e2;}
#menu :hover ul li a {width:165px; padding:0; text-indent:10px;  color:#000; height:25px; line-height:25px;}
#menu :hover ul li a.fly {background-color:#f1f1f1;}
 
#menu :hover ul :hover {background-color:#dae3e0; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#3f6556; color:#fff;}
 
#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background-color:#840; color:#fff;}
 
 .odd{background-color: #fff;} 
 .even{background-color: #e9e9e9;} 

