html,body { 
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background: url(img/bg.gif) #DFBB6C repeat-x;

}

h1 { 
	
	margin:0px;
	
	color: #755208;
}

h2 {
	font:1.25em georgia,serif; 

}
	h1, h2, a { 
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:878px;
	background-color:#f0f0f0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
width: 878px;
height: 224px;
float: left;
background-image:url(img/toppen.png);
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
	div#meny {
	
	width: 868px;
height: 26px;
float: left;
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
background-image:url(img/meny.gif);
	
	}

div#content {
	padding:0em; /* bottom padding for footer */
	min-height: 400px;
	border: 0px solid #000000;
	
	}
	
	.main {
	padding:0em; /* bottom padding for footer */
	min-height: 400px;
	border: 0px solid #000000;
	width: 678px;
	float: left;
	}
	
	.sidebar {
	width: 199px; 
	min-height: 400px; 
	height: 500px;
	float: right;
	background-color: #ffffff;
	border-left: 1px dotted #c0c0c0;
	}


	
	div#content p {
		text-align:justify;
		padding:2px 5px 5px 5px;
	}
	


div#footer {
	/*position:absolute;*/
 	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	
}
	div#footer p {
		padding:2px 2px 2px 2px;
		margin:0;
		font-size:10px;
	}
	
	
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
text-transform: uppercase;
font-size:10px;
width:100px;
padding:7px 0;
color:#755208;
font-weight: bold;
/*border-right: 1px solid #755208;*/
background:#DFBB6C;
text-decoration:none;
margin-right:0px;
margin-left: 0px;
text-align:center;
z-index:80;
}

/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
z-index:80;

}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
z-index:80;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
z-index:80;
}

div#footer a:link {
color: #000000;
text-decoration: underline;
}

div#footer a:visited {
color: #000000;
text-decoration: underline;
}

div#footer a:hover {
color: #000000;
text-decoration: none;
}

