/*****************************************/
/* css (c) erling nereng 2008			 */
/* mindre modifikasjoner av even holthe	 */
/*****************************************/

body { 
text-align : center; 
background-color : rgb(112, 112, 112); 
} 

div.container { 
margin : 0 auto; 
width : 900px; 
text-align : left; 
line-height : 150%; 
color : rgb(227, 226, 230); 
} 

div.header { 
height : 160px; 
clear : left; 
background-image : url("bilder/bak_01.gif"); 
background-repeat : no-repeat; 
} 

div.footer { 
height : 74px; 
clear : left; 
background-image : url("bilder/bak_04.gif"); 
background-repeat : no-repeat; 
font-size : 80%; 
} 

div.footertext { 
margin-left : 1cm; 
 padding : 1.2em; 

} 

div.left { 
float : left; 
width : 190px; 
margin : 0; 
padding-left : 2em; 
font-weight : bold; 
line-height : 150%; 
font-size : 110%;
} 

div.left ul{ 
float : left; 
width : 190px; 
margin : 0; 
padding-left : 1em; 
font-weight : bold; 
line-height : 150%; 
font-size : 110%;
list-style-type : none;
} 

div.left ol{ 
font-size : 90%;
list-style-type : none;
} 


div.hovedinnhold { 
background-image : url('bilder/bak_02.gif'); 
background-repeat : repeat; 
} 

div.content { 
margin-left : 210px; 
margin-right : 100px; 
border-left : 1px solid gray; 
font-size : 120%; 
padding : 0.7em; 
} 

a { 
text-decoration : none; 
} 

a:link { 
color : rgb(227, 226, 230)
} 
a:visited { 
color : #ffffff; 
} 
a:hover { 
color : #dddddd; 
text-decoration : underline; color: red;
} 
a:active { 
color : #dddddd; 
} 