/*
	-----------------------------
	Editable CSS file
	-----------------------------
*/


/* --- PAGE LAYOUT ---*/
BODY
{
	background-color: #93CDE4;
	color:#545454;
	background-image:url(images/drage2.gif);
	background-repeat:repeat-y;
	
}
#pagewrapper
{
	background-repeat:repeat-y;	
	background-color: #FFFFFF;
	border: 3px solid #696a6c;
	margin-top:0px;
}
#contentwrapper
{

}
/* Left Column under menu */
#col1b
{
	width:170px;
	padding:  30px 30px 0px 20px;
	float: left;
}

/* Right Column under news */
#col3b
{
	
	padding-right:10px;
	margin-top:10px;
	padding-left: 10px;
	border-left:3px solid #696A6C;
	border-top:3px solid #696A6C;
	border-bottom:3px solid #696A6C;
	
}

#footer
{
	background-color: #e3e0cd;
	height:20px;
	padding:0;
	padding-top:5px;
	margin:0;
	border:0;
	color:#000000;
}
#footer P
{
	color:#000000;
}



/* --- TEXT AND PADDING/MARGIN STYLES ---*/

BODY, TD
{
	font-family:verdana,arial;
	font-size:8pt;
	
}

P, DIV
{
	font-family:verdana,arial;
	font-size:8pt;
	text-align:left;
}
/* Heading*/
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h2	{
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 16px;
	color: #000000;	
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

h2 a:link	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

h2 a:visited	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

h2 a:hover	{
	text-decoration: underline;	
	color: #000000;
	margin-top: 0;
	padding-top: 0;
}

h2 a:active	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}
/* Link*/
a:link	   
{
	color: #adac38;/* #adac38*/
	text-decoration: underline; 
	font-weight: normal;
	}
a:visited  
{
	color: #adac38;
	text-decoration: underline; 
	font-weight: normal;
	}
a:hover	   
{
	color: #000;
	text-decoration: none; 
	font-weight: normal;
	}
	
/* Top menu */
#topmenuwrapper
{
	background-color: #e3e0cd;
	padding-left:6px;
}
#navlist a 
{
	display: block;	
	color:#555;
	font-family:arial,verdana; 
	font-weight:bold; 
	text-decoration: none; 
	padding: 0.50em 1.5em 0.50em  1.2em;
	}
#navlist a:hover 
{
	background-color:#d8ecf3; 
	color:#555;
	}
#navlist li 
{
	float: left;
	padding: 0; 
	border-right: 1px solid #696a6c; 
	}

/** Sublevel top menu **/
#navlist li ul a 
{
	width: 11em; 
	padding-left:20px; 
	background-color: #e3e0cd;
	}
#navlist a:hover 
{
	color: #666666;
	}

/* Left menu */
/** First level left menu**/
ul.listmenuToplevel
{
	clear:both;
	margin: 0px 1px 0px 0px;
	padding:  0px 0px 0px 0px;
	}
li.listmenuToplevel
	{
		list-style-type:none; 
		padding-bottom:0px;
		padding-top:5px;
		padding-bottom:7px;
	 }
li.listmenuToplevelOpen
{
	list-style-type:none;
	padding-top:5px;
	padding-bottom:7px;
	}
li.listmenuToplevelSelected
{
	list-style:none;		
	}
a.listmenuToplevel
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#555555;
	text-transform:uppercase;
	height:18px;
	display:block;
	padding-left:15px;
	}
a:hover.listmenuToplevel
{
	font-weight:bold;
	text-decoration:none;
	color:#555;
	background-color:#d8ecf3;
	display:block;
	width:170px;
	height:18px;
	}
a.listmenuToplevelSelected
{
	color:#555;
		background-color:#d8ecf3;

	}
/** Sub level left menu**/
ul.listmenuSublevel
{
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	}
ul.listmenuSublevelSelected{}

li.listmenuSublevel
{
	list-style-type:none; 
	padding-bottom:0px;
	padding-top:14px;
	
	}
li.listmenuSublevelOpen
{
	list-style-type:none; 
	padding-bottom:0px;
	padding-top:14px;
	}
li.listmenuSublevelSelected
{
	list-style:none;
	}
a.listmenuSublevel
{
	font-size:95%;
	font-weight:bold;
	text-decoration:none;
	color:#555;
	}
a:hover.listmenuSublevel
{
	font-size:95%;
	font-weight:bold;
	text-decoration:none;
	color:#555;
	}
a.listmenuSublevelSelected
{
	color:#555;
	}
/* News */
#news
{
	margin-right:5px;
	margin-top:10px;
	margin-left: 10px;
	margin-bottom:20px;
	}
.newsitem
{
	padding-bottom:15px;
	clear:both;
	}
.NewsTitel
{	
	color:#676500;
	font-weight:bold;
	}
.NewsDate
{
	color:#676500;
	padding-bottom:3px;
	font-size:80%;
	}
.NewsImage
{
	border:solid 1px #b9b8a4;
	}
.NewsAbstract
{
	color:#676500;
	font-size:90%;
	}
.NewsLink
{
	font-size:90%;
	}

/* Search */
#search
{
	background-color:#ffffff;
	}
.btninput
{
	background-color: #cac4a2;
	font-size: 8pt;
	width:50px;
	height:20px;
	font-weight: normal;
	color: #000000;
	border: solid 1px #c3b984;
}
#inp-search
{
	width:154px;
	}
/* Print */



/* Jquery toppbanner */
#jquery
{
	height:150px;
	width:300px;
	float:left;
	
}
#logo
{
	height:150px;
	width:611px;
	float:left;
}

/* Nyheter forside */
#nyhetswrapper
{
	float:left;
	width:250px;
	padding-bottom:16px;
	padding-right:20px;
	height:265px;
	
}
#ingress
{
	height:170px;
}
#nyhetsarkivlink
{
	clear:both;
}