/*
	-----------------------------
	Editable CSS file
	-----------------------------
*/


/* --- PAGE LAYOUT ---*/
BODY
{
	/*background-color: #cac4a2;*/
}
img
{
	border:0;
}
#pagewrapper
{
	background-color: #FFFFFF;
	border: 3px solid #ffffff;
	margin-top:0px;
}
#contentwrapper
{
	background-image:url('images/venstre.jpg');
	background-repeat:no-repeat;
	background-position: left bottom;
}
/* Left Column under menu */
#col1b
{
	width:150px;
	padding:  30px 30px 0px 20px;
	float: left;
	background-color:#426895;
}

/* Right Column under news */
#col3b
{
	border-left: solid 2px #426895;
	margin-right:10px;
	padding-left:10px;
}

#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;
	color:#000000;
	
}

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: #000000;
	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: #426895;
	text-decoration: underline; 
	font-weight: normal;
}
a:visited  {
	color: #426895;
	text-decoration: underline; 
	font-weight: normal;
}
a:hover	   {
	color: #426895;
	text-decoration: none; 
	font-weight: normal;
}

/* Left menu*/
.menuitem
{
	border:0;
	margin-bottom: 2px;
	
}
.menuitemlink:link, .menuitemlink:active, .menuitemlink:visited
{
	font-family:arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	line-height:15pt;
}
.menuitemlink:hover
{
	color:#Fcb714;
}

/* Top menu*/


#toplistmenu ul
{
	
/*	background-color: #e3e0cd; */
}

#toplistmenu ul li a
{
	font-family:arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
	margin:0;
	text-decoration: none;
/*	border-right: 1px solid #c3b984;*/
}
#toplistmenu ul li a:hover
{
	background-color:#426895;
	color:#000000;
}

/*News*/
#news
{
	margin-right:5px;
	margin-top:10px;
	border-left: solid 2px #426895;
	padding-left:10px;
	}
.newsitem
{
	padding-bottom:15px;
	}
.NewsTitel
{	
	
	font-weight:bold;
	}
.NewsDate
{
	
	padding-bottom:3px;
	font-size:80%;
	}
.NewsImage
{
	border:solid 1px #b9b8a4;
	}
.NewsAbstract
{
	
	font-size:90%;
	}
.NewsLink
{
	font-size:90%;
	}

/* Search */
#search
{
	padding-top:20px;
	background-color:#ffffff;
	}
.btninput
{
	background-color: #426895;
	font-size: 8pt;
	width:50px;
	height:20px;
	font-weight: normal;
	color: #ffffff;
	border: solid 1px #c3b984;
}
#inp-search
{
	width:154px;
	}
	
