/* CSS Document */

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

body {
   margin: 0px 0px 0px 0px;
   background-color: #000000;
   text-align: center;
   }
 
img {
   border-color: #FFFFFF;
   }

/*-----------------------------------------DIV TAGGER--------------------------------------*/

#wrapper {
   margin: 0 auto;
   width: 910px;
   text-align: center;
   }
   
#leftcolumn {
   width: 339px;
   float: left;
   text-align: left;
   }
   
#leftcolumn_logo {
   width: 339px;
   height: 145px;
   }

#leftcolumn_title {
   width: 257px;
   height: 30px;
   margin-right: 82px;
   text-align: right;
   }

#leftcolumn_img_row1 {
   width: 339px;
   height: 110px;
   margin-top: 25px;
   }

#leftcolumn_img_row2 {
   width: 339px;
   height: 110px;
   margin-top: 25px;
   }

#leftcolumn_front_welcometext {
   width: 339px;
   margin-top: 25px;
   }
   
#leftcolumn_front_sponsors {
   width: 339px;
   margin-top: 25px;
   text-align: center;
   } 
   
#rightcolumn {
   width: 527px;
   text-align: left;
   float: right;
   }

#rightcolumn_menu {
   width: 527px;
   height: 80px;
   }
   
#rightcolumn_frontimg {
   width: 525px;
   height: 311px;
   margin-top: 24px;
   }
   
#rightcolumn_front_blog {
   width: 525px;
   margin-top: 25px;
   }

#rightcolumn_front_gallery {
   width: 525px;
   margin-top: 25px;
   }

#rightcolumn_page {
   width: 525px;
   margin-top: 25px;
   text-align: left;
   }
   
#rightcolumn_footer {
   width: 525px;
   height: 40px;
   margin-top: 25px;
   } 

/*------------------------------------------SKRIFTER-------------------------------------- */

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

#leftcolumn_front_welcometext h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   color: #FFFFFF;
   }
   
#leftcolumn_front_welcometext p {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #FFFFFF;
   font-weight: normal;
   }

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

#rightcolumn_front_blog h1{   
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   color: #FFFFFF;
   font-weight: bold;
   }
   
#rightcolumn_front_blog p{      
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #FFFFFF;
   font-weight: normal;
   }
   
#rightcolumn_front_gallery h1{   
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   color: #FFFFFF;
   font-weight: bold;
   }
   
#rightcolumn_page h1{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 16px; 
   color: #FFFFFF;
   }
   
#rightcolumn_page p{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #FFFFFF;
   font-weight: normal;
   }
   
#leftcolumn_title h1{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 18px; 
   color: #FFFFFF;
   font-weight: bold;
   }
/*-------------------------------------INFORMASJON OM LINKER-------------------------------*/ 
 
 a:link {
	text-decoration: none;
	color: #FFFFFF;
    }

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

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

a:active {
	text-decoration: none;
    color: #FFFFFF;
}
  
/*--------------------------------------------CLASSES--------------------------------------*/ 
.forms {
   background-color: #FFFFFF;
   border: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #000000;
   font-weight: normal;
   }
   
.linkcell {
  cursor: pointer;
  background-color: #333333;  
  }
  
.cell {
  background-color: #1D1D1D;
  } 