/* tekstfarge, bakgrunnsfarge, font */
body 
{
	color: White;
	/*background-image:  url("bg_sflake_one.jpg");
	*/
	background-repeat: repeat;
	background-color: #000000;
	font-family: Helvetia,Arial;
	margin: 0 0 0 0;
}

/* kan brukast for å visa tabell-layouten */

/*td 
{
	border: solid 1px white;
}
/*

/* boksen - de kan setta bredde/høyde og bakgrunnsfarge her */
.box
{
	width: 800px;
	height: 600px;
	background-color: #393939;
}

/* rad som inneheld logo og hovudmeny 
   streken under hovudmenyen er definert her */
.row1 td
{
	height: 50px;
	border-bottom: solid 1px gray;
	vertical-align: bottom;
}

/* rad som inneheld speilvendt logo */
.row2 td
{
	height: 80px;
	vertical-align: top;
}

/* logo1 er den øverste, logo2 er den speilvendte */
.logo1, .logo2
{
	width: 270px;
	padding-left: 5px;
	padding-right: 15px;
}

/* hovudmeny */
.menu 
{
	font-weight: bold;
	font-size: 11px;
	color: white;
}

/* hovudmeny celler, ekstra bredde */
.menu td 
{
	height: 16px;
	vertical-align: middle;
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: none;
	border: solid 0px;
}

/* fargar på den delen av menyen som er valgt (for denne sida) */
.menu .selected 
{
	background-color: #606060;
	color: #42A5E2;
}


/* farge på meny når musa er over den */
.menu .over 
{
	color: White;
	background-color: Gray;
}


/* venstre kolonne */
.left 
{
	width: 155px;
	vertical-align: top;
	border-top: solid 6px black;
	border-bottom: solid 6px black;
	background-color: #151515;
	
}

/* innholds området */
.content
{
	border-top: solid 6px black;
	border-bottom: solid 6px black;
	height: 400px;
	vertical-align: top;
	text-align: justify;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 300px;
}

.news 
{
 border-top: solid 6px black;
	border-bottom: solid 6px black;
	height: 730px;
	vertical-align: top;
	text-align: justify;
	padding-top: 20px;
	padding-left: 35px;
  	padding-right: 100px;
}

/*.news.bild 
{
  	padding-right: 0px;
}

.bild img {
border: solid 2px white;
}
*/

/* avsnitt på botn */
.bottom_top
{
	text-align: center;
	height: 45px;
	font-family: Helvetia,Arial;
	font-size: 10px;
	font-weight: bold;
}

/* linja på botn */
.bottom
{
	text-align: center;
	height: 26px;
	border-top: solid 1px gray;
	color: Gray;
	font-family: Helvetia,Arial;
	font-size: 10px;
	font-weight: bold;
}

/* standard overskrift */
h1 
{
	font-size: 13px;
	margin-bottom: 4px;
}

h2 
{
	font-size: 11px;
	font-type: bold;
	margin-bottom: 4px;
}
h3 
{
	font-size: 16px;
	margin-bottom: 6px;
	font-type: bold;
}

ul.none {list-style-type: none; 
		font-size: 11px;
		margin-top: 0px;
		margin-bottom: 0px;
		}

/* avsnitt */
p
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	}
	
.news a {
color: orange;
}