/* ------------------------------------------------------------------------------------------------------------
FORUM.CSS
-  dtool.css   Standardstiler dtool-div     Ikke inkludert på skifilm forum
-  text.css    Tekst (individuell)          Inkluderes i overall_header.tpl
-  kunde.css   Sideoppsett (individuell)    Forum.css er en modifisert versjon av denne
------------------------------------------------------------------------------------------------------------ */

body {
	background-color    : #cccccc;
      background-image    : url(images/bak.jpg);
      background-attachment : fixed;
      background-repeat   : repeat-x;
	padding             : 0px;
	margin              : 0px;
	text-align          : center; /* For å få hoved-tabellen sentrert i IE. Settes til venstre i TR igjen.*/
}

#container {
	width               : 980px;
	margin              : 0px auto;
	text-align          : left;
      background-position : 0px 40px;
      background-repeat   : no-repeat;
	border              : 0px solid red;
	padding             : 0px;
	border              : 0px solid black;

}

img                       { border: 0px;}

#topp {
	width               : 980px;
	height              : 45px;
      background-image    : url(images/logo.gif);
      background-position : 755px 10px;
      background-repeat   : no-repeat;
}

#meny {
	width               : 960px;
	height              : 25px;
      padding             : 10px 0px 0px 20px;
      background-color    : #000000;
      background-image    : url(images/meny_nybak.gif);
      background-position : top left;
      background-repeat   : repeat-x;

}

#meny a:link, #meny a:visited { /* For FORUMET (bruker ikke meny6) */
    color            : #fff;
    font-size        : 10px;
    text-decoration  : none;
    padding          : 0em 0em 0em 0.25em;
}
#meny a:hover { /* For FORUMET (bruker ikke meny6) */
   color            : #bbbbbb;
}

#test {
	width               : 980px;
/*      height              : 450px;*/
      background-color    : #000000;
}

#hoved {
	width               : 860px;
/*      height              : 450px; */
	margin-left         : 0px;
	border              : 0px solid black;
      float:left;
}

#bunn {
	width               : 980px;
	height              : 28px;
      padding             : 10px 0px 0px 0px;
      color               : #ffffff;
      border              : 0px solid green;
      background-image    : url(images/meny_nybak.gif);
      background-position : top left;
      background-repeat   : repeat-x;
      clear               : both;
}

.bunn_nyhetsblokk {
      text-align          : center;
      padding             : 0px 0px 0px 20px;
      border              : 0px solid red;
      display             : inline;
}

#bunn_txt {
      width               : 980px;
      color               : #ffffff;
      font-size           : 10px;
      font-weight         : bold;
      text-align          : center;
      border              : 0px solid blue;
}

#bunn_txt a:link,#bunn_txt a:visited { color: #ffffff; text-decoration: none;}
#bunn_txt a:hover                    { color: #848484; text-decoration: none;}

#bunn_1 {
      float               : left;
}
#bunn_3 {
      float               : right;
}
#bunn_2 {
      margin              : 0px 250px 0px 250px;
}

#meny_div {
	width               : 240px;
	margin              : 540px 0px 0px 0px;
	padding             : 0px 20px 3px 0px;
	float               : left;
	text-align          : right;
}

#meny_txt {
	padding             : 0px 0px 3px 0px;
	margin              : 0px 0px 5px 0px;
	border-top          : 1px solid #ccc;
	border-bottom       : 1px solid #ccc;
}
