/* CSS Document */

/*----------------------------------------BODY----------------------------------------------*/

body {
   margin: 0px 0px 0px 0px;
   background-image: url(../gfx/bg_page.gif);
   background-position: top center;
   background-repeat: repeat-y;
   background-color: #e3e4e4;
   text-align: center;
   }

/*-----------------------------------------DIV TAGGER--------------------------------------*/
#wrapper {
   width: 932px;
   margin: 0 auto;
   text-align: center;
   background-image: url(../gfx/bg_fullcont.gif);
   background-repeat: repeat-x;
   background-position: top center;
   }
   
#header {
   width: 932px;
   height: 99px;
   background-image: url(../gfx/bg_header.gif);
   background-repeat: no-repeat;
   background-position: center;
   text-align: left;
   }
  
#header_logo {
   width: 184px;
   height: 99px;
   float: left;
   }
  
#header_menu {
   width: 500px;
   height: 25px;
   float: right;
   margin-top: 15px;
   margin-right: 18px;
   text-align: right;
   }
   
#header_lang {
   width: 500px;
   height: 30px;
   float: right;
   margin-top: 25px;
   margin-right: 10px;
   text-align: right;
   }
   
#imagemenu {
   clear: both;
   width: 932px;
   height: 258px;
   }
   
#contens {
   width: 932px;
   height: 100%;
   overflow: visible;
   margin-top: 0px;
   background: none;
   text-align: center;
   overflow: auto;
   }
   
#contens_text {
   width: 870px;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background: none;
   height: 100%;
   overflow: auto;
   }
   
#contens_footer {
   width: 870px;
   margin-top: 25px;
   margin-bottom: 15px;
   text-align: right;
   margin: 0 auto;
   height: 35px;
   }
   
/*------------------------------------------SKRIFTER-------------------------------------- */

#header_menu p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
   }

#contens_footer p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #333333;
   }
   
#contens_text p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   }
   
#contens_text h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #000000;
   }
/*-------------------------------------INFORMASJON OM LINKER-------------------------------*/ 

#header_menu a:link {
	text-decoration: none;
    color: #FFFFFF
	}

#header_menu a:visited {
	text-decoration: none;
    color: #FFFFFF
	}

#header_menu a:hover {
	color: #000000 ;
	background: #FFFFFF ;
    }

#header_menu a:active {
	text-decoration: none;
    color: #FFFFFF
    }
	
#contens_footer a:link {
	text-decoration: none;
    color: #333333
	}

#contens_footer  a:visited {
	text-decoration: none;
    color: #333333
	}

#contens_footer  a:hover {
	color: #000000 ;
	background: #CCCCCC ;
    }

#contens_footer  a:active {
	text-decoration: none;
    color: #333333
    }
/*--------------------------------------------CLASSES--------------------------------------*/ 