body
{
	background: #EEE;
	text-align: center;
	margin: 0px;
	min-width: 1000px;
	height: 100%;
}

a
{
	color: #006599;
}

div#holder
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topBar
{
	background: #FFF no-repeat top right;
	position:absolute;
	top:0px;
	left:0px;
	height:156px;
	width: 1000px;
	z-index: 1;
}

div#topBarLogga
{
	background: #FFF no-repeat top left;
	position:absolute;
	left: 0px;
	top: 0px;
	width:400px;
	z-index:1;
}
div #topBarLogga img
{
	border: 0px;
	width: 400px;
	height: 116px;
}

div#sokRuta
{
	position:absolute;
	left: 640px;
	top: 57px;
	z-index: 20;
}

input, textarea, select, option
{
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #000;
}

div#sokRuta input
{
	border: 1px solid white;
	line-height: 11px;
	color: #888;
}
input.knapp
{
	background-color: #CCC;
	font-size: 12px;
}

div#sokKnapp
{
	position:absolute;
	left:920px;
	top:55px;
	z-index: 20;
	cursor:pointer;
	width:41px;
	height:22px;
}

div#mainHolder
{
	background-color: #FFF;
	position:absolute;
	left:0px;
	top:156px;
	width:1000px;
	z-index: 20;
}


div#breadCrumbs
{
	position:absolute;
	left:10px;
	top:0px;
	z-index: 25;
	color: #666;
	font-size: 10px;
	font-family:Verdana,Arial;
}
div#breadCrumbs a
{
	color: #666;
}


div#mainHolder div#mainContent
{
	margin-left: 10px;
	margin-top: 10px;
}
div#mainHolder div#footer
{
	background-color: #666;
	color: #EEE;
	font-family: Verdana,Arial;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
}
div#mainHolder div#footer a
{
	color: #EEE;
}
div#pages
{
	font-family:Verdana,Arial;
	font-size: 11px;
	color: #333333;
	line-height: 30px;
}
div#pages a
{
	color: #666;
}
div#annonser
{
	text-align: center;
	margin-top: 20px;
}
div#annonser div
{
	margin-bottom: 10px;
}
div#annonser img.svart
{
	border: 1px solid #000;
}
div#annonser img.gray
{
	border: 1px solid #CCC;
}

h1
{
	font-family: Verdana,Arial;
	font-weight: normal;
	font-size: 20px;
	line-height:24px;
	padding:0;
	margin-top: 14px;
	margin-bottom:12px;
}

h2.bar
{
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	padding-left: 26px;
	background: #3a3a3a url('/static/images/rubrikbar.gif') no-repeat center left;
	font-weight: 100;
	line-height: 26px;
    font-size: 11px;
	margin-bottom: 5px;
}
h2.spaced
{
	margin-top: 2px;
}

h2.txt
{
	font-family:Verdana,Arial;
	font-weight: normal;
	font-size: 16px;
	line-height:20px;
	padding:0;
	margin-top:20px;
	margin-bottom:10px;
}

td.paneSplit
{
	width: 9px;
	background: url('/static/images/panesplit.gif') repeat-y center;
}
td.annonser
{
	width: 160px;
}

span.text10
{
	color: #000;
	font-family:Verdana,Arial,Helvetica;
	font-size: 10px;
}

span.text11
{
	color: #000;
	font-family:Verdana,Arial,Helvetica;
	font-size: 11px;
}

span.text12
{
	color: #000;
	font-family:Verdana,Arial,Helvetica;
	font-size: 12px;
}

span.spaced16
{
	line-height: 16px;
}


/* =========================================



		MENU
 
 
 
 =========================================*/

div#topMenu
{
	background-repeat: repeat-x;
	position:absolute;
	top:117px;
	left:0px;
	height:31px;
	width: 1000px;
	z-index: 20;
}
div#topMenu div.menuPost
{
	font-family: Verdana,Arial;
	font-size: 11px;
	text-align: center;
	color: #000;
	line-height:31px;
	cursor:pointer;
	position: absolute;
	top:0px;
	background: no-repeat center right;
}
div#topMenu div.menuPost a
{
	color: #000;
	text-decoration:none;
}

div#topMenu div.submenu
{
	position:absolute;
	top:31px;
	display:none;
}

div#topMenu div.submenu div.sub
{
	background-color: #666;
	width:100%;
	height: 26px;
	line-height: 26px;
	float: left;
	clear: both;
	color: #FFF;
	padding-left: 2px;
	display: block;
	cursor:pointer;
	font-family: Verdana,Arial;
	font-size: 11px;
	border-left: 7px solid #555;
	background-color: #666;
}

div#topMenu div.submenu div.brightEdge
{
	border-left-width: 7px;
	border-left-style: solid;
	background-color: #777;	
}

div#topMenu div.submenu div.sub a
{
	color: #FFF;
	text-decoration: none;
}
