body {
color : #fff; 
background : #000; 
font-family : Verdana, Arial, SunSans-Regular, Sans-Serif; 
padding : 0 0 0 5px; 
margin : 0;
scrollbar-3d-light-color:#333; 
scrollbar-arrow-color:#fff; 
scrollbar-base-color:#fff; 
scrollbar-dark-shadow-color:#333; 
scrollbar-face-color:#333; 
scrollbar-highlight-color:#333; 
scrollbar-shadow-color:#333;
} 

#container {
color : #fff; 
background-image : url(../media/bg.jpg); 
width : 950px;
height : 750px;  
padding : 0; 
margin-left : auto; 
margin-right : auto; 
} 
#banner {
height : 430px;  
margin : 0; 
padding : 0; 
z-index : -2; 
background-image : url(../media/forside.jpg); 
background-repeat : no-repeat; 
} 
#hovedmenu {
margin-top : -255px; 
width : 640px; 
height : 30px;  
z-index : 1; 
} 
#left {
width : 140px; 
float : left; 
z-index:2;
height : 225px;
margin-top : 10px; 
margin-left : 2px; 
margin-right : 10px;
padding : 2px 5px 2px 5px; 
font : 10pt/9pt sans-serif; 
font-weight : 500;
border : 0px dashed #000; 
} 
#content {
width : 755px; 
height : 270px; 
margin : 0px 0px 0px 5px; 
border : 0px dashed #000;
font : 11pt/14pt sans-serif; 
font-weight : 500; 
padding : 0px 0 0 10px;
} 
hr {
color : #fff; 
background : inherit; 
height : 1px; 
border : none; 
margin : 0 5px 0 -5px; 
} 
#footer {
color:#fff;
background:#000; 
display : block; 
margin :10px 0 0; 
padding : 0px; 
font : 10pt/12pt sans-serif; 
font-weight : 500; 
text-align : center;
clear : both; 
}
#taeller {
color:#000;
background:inherit;
font-size : 1px; 
font-weight : 300;  
z-index:-20;
}
.scroll{
width: 560px;
height: 320px;
overflow: auto;
z-index:-1;
} 
h1 {
text-align : left; 
font-size : 42px; 
font-weight : 300; 
margin : 32px 5px 0 0px; 
padding : 0px 0 0 5px; 
color : #fff; 
background : inherit; 
display : block; 
} 
h2 {
text-align : left; 
font : 13pt/13pt sans-serif; 
font-weight : 600;
margin-left : 10px; 
padding-left :10px; 
color : #fff; 
background :inherit; 
border-bottom : 0px solid #fff; 
display : block; 
z-index:-1;
width:420px;
} 
h3 {
text-align : left; 
font : 15pt/20pt sans-serif; 
font-weight : 600; 
margin : 0px 0 0px 0; 
padding : 10px 5px 0 -5px; 
color : #fff; 
background : inherit; 
border-bottom : 0px solid #fff; 
display : block; 
} 
h4 {
font : 11pt/14pt sans-serif; 
font-weight : 600; 
margin :  5px 0px 5px 0px; 
padding : 13px 0 3px; 
color : #000; 
background : inherit; 
border-bottom : 0 inset #000;
text-align : left;  
} 
h5 {
font : italic 12pt/14pt sans-serif; 
font-weight : 700; 
text-align : center; 
margin : 0; 
padding : 2px 0 2px 10px; 
color : #fff; 
background : #009; 
border : 1px solid #fff; 
display : block; 
} 
h6 {
margin : 0 10px 15px 0; 
font : 13pt/15pt sans-serif; 
padding : 2px 0 0; 
color : #000; 
background : inherit; 
} 
sup{
font-size :80%; 
} 
a:link, a:visited, a:active {
text-decoration : none; 
color : #fff; 
background : inherit; 
} 
a:hover, a:focus {
color : #fff; 
background : #090; 
} 
img {
border : none;

} 
ul {	
margin: 0;padding: 0;
list-style: none;
width: 130px; 			/* Width of Menu Items */	
border-bottom: 0px solid #666;
}
ul li {
position: relative;
}	
li ul {position: absolute;left: 129px;	 /* Set 1px less than menu width */	
top: 0;	
display: none;
list-style: none;
}				/* Styles for Menu Items */
ul li a {
display: block;
text-decoration: none;
color: #fff;
background: #333;		/* IE6 Bug */	
padding: 3px;	
border: 0px solid #666; 		/* IE6 Bug */	
border-bottom: 0;
}				/* Holly Hack. IE Requirement \*/* html 
ul li { 
float: left; 
height: 1%; 
}				* html 
ul li a { 
height: 1%;
list-style: none; 
}				/* End */
li:hover ul, li.over ul { 
display: block; 
}				/* The magic */