@charset "UTF-8"; 

/* CSS Document */  	
body { 
background-color:#CCC; 
color: #000; 
font-family: Arial, Helvetica, sans-serif; 	
font-style: normal; 
} 


#page { 
margin:0 auto;
padding: 0; 
width: 1000px; 
min-height: 330px; 
background-color: #FFF; 
color: #000;
} 	

#linker { 
margin-left: 14px; 
} 

#content { 
width: 950px; 
text-align:left; 
margin: 30px 0 -30px 30px; 
padding-bottom: 0;
font-size: 13px;
} 

.listestartside ul li {
list-style: bullet;
}

#foot { 
margin: 0 auto;
padding-bottom: 10px; 
width: 1000px; 
background-color: #FFF; 
color:#49b2e5; 
text-align:center; 
font-size:smaller;
}  	

#bullet { 
color: #000; 
} 

#copy { 
color: #000;
background-color:#CCC; 
font-size: 10px;
font-family: Arial, Verdana;
font-weight:normal; 
padding-left: 400px;
padding-top: 10px; 
} 

/* tabeller */
table a:hover { 
color: #000; 
text-decoration: underline;
} 

table a { 
color: #000; 
text-decoration: none;
}

.kontakt { 
padding: 5px 5px 5px 5px;
}

.kontakthead { 
padding: 5px 0px 5px 5px;
font-weight:bold;
}

.tittel {
font-style: italic;
color:#666;
}


table { 
background-color:#fff; 
color: #000; 
border-color: #CCC;
font-family: Arial, Helvetica, sans-serif; 	
font-style: normal;
margin-left:-1px;
float: left;
border-color: #FFF;
} 






#copy a:hover { 
color: #000; 
text-decoration: none;
} 

#copy a:visited { 
color: #000; 
text-decoration: none;
} 

h2 { 
margin: 0 0 5px 0;
}

h3 { 
margin: 0 0 5px 0;
}



/* Menylinker */      
ol {
font-family: Arial, Verdana;
font-weight:normal; 
font-size:90%;
margin: 0;
padding: 0;
list-style: none;
}
		
ol li {
display: block;
position: relative;
float: left;
}

li ol { 
display: none; 
}
		
ol li a {
display: block;
text-decoration: none;
color: #49B2E5;
border-top: 1px solid #ffffff;
padding: 5px 15px 5px 15px;
background: #FFF;
margin-left: 1px;
white-space: nowrap;
}
		
ol li a:hover { 
background: #FFF;
}

li:hover ol { 
display: block; 
position: absolute;
}

li:hover li { 
float: none;
font-size: 11px;
}
		
li:hover a { 
background: #FFF;
}
		
li:hover li a:hover { 
background: #49b2e5;
color: #FFF;
}
