@charset "utf-8";
/* CSS Document */

/* --- tabs-v5.css --- */


/* Header */


div#headerpadding
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#header { 
        background: url('http://webforumet.no/content/gfx/header/bg.gif'); 
        height: 150px; 
        margin:0 25px 0 25px;
        }

#header .logo { 
        float: left; 
        width: 340px; 
        height: 150px; 
        overflow: hidden; 
        }
	
#header .logo img { 
        border: 0; 
        margin: 0; 
}

#header .ad {  
        height: 91px; 
        text-align: right; 
        padding-right: 40px; 
        padding-top: 20px; 
        color: #ccc; 
        font-size:13px; 
        }

#header a { 
        text-decoration: underline; 
        color: #ccc; 
        }











/* nav bar */

div#navcontainer
{
margin:0 25px 0 25px;
	background: #012e5c url(/content/gfx/navbar1.png) right top no-repeat;
	min-height:2.7em;
}

ul#navlist
{
	display: block;
	padding: 0;
	margin: 0 0 0 23px;
	float: left;
}

ul#navlist li
{
	display: block;
	float: left;
	position:relative
}

ul#navlist li a
{
	display: block;
	float: left;
	padding: 8px 8px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 114%;
	color: #CCDDEE;
	border: 1px solid #446688;
	border-width: 0 1px 0 0;
	white-space: nowrap;
}

ul#navlist li a:hover
{
	background: #446688 url(/content/gfx/navbarhighlight1.png);
	color: #FFFFFF;
}

ul#navlist_gull li a:hover
{
	background: #446688 url(/content/gfx/navbarhighlight1.png);
	color: #FFFFFF;
}

ul#navlist li a.active
{
	color: #fff;
	font-weight: bold;
}