﻿/* CSS Document */

body {
	background: #f8f8f8 url(../Billeder/Design/body_bg.gif) no-repeat top left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0px;
	}

html {
	width: 100%;
	height: 100%;
	
	margin: 0px;
	padding: 0px;
	}

#wrapper {
	background: url(../Billeder/Design/bg.gif) repeat-y top left;
	
	width: 795px;
	height: inherit;
	
	position: absolute !important; left: 50% !important; margin-left: -397px !important;
	padding: 10px 0px 0px 0px;
	}

#header {
	width: 775px;
	height: 97px;
	
	margin: 0px 10px 0px 10px;
	clear: both;
	}

#topmenu {
	background: #23458c;
	
	width: 775px;
	height: 25px;

	margin: 0px 10px 0px 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;	
	}

#topmenu ul {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 6px 0 0 5px;
	}

#topmenu li {
	float: left; border-right: 1px solid #ffffff;
	margin: 0px 0px 0px 7px; padding: 0 7px 0 0;
	}

#leftmenu {
	background: #ffffff;
	width: 160px;
	height: inherit;
	
	float: left;
	margin: 10px 10px 0px 10px;
	}
	
#leftmenu ul {
	list-style-type: none;
	margin: -5px 0px 0px 0px !important;
	padding: 6px 0px 0px 0px;
	}

#leftmenu li {
	border-bottom: 1px solid #eeeeee;
	
	font-size: 11px;
	}
	
#leftmenu li a {
	color: #666666;
	padding: 6px 0px 6px 0px;
	
	text-decoration: none;
	display: block;
	}
	
#leftmenu li a:hover {
	color: #d82123;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	}
	
a.L2_Active {
	font-weight: bold;
	}
	
a.L1_Active {
	font-weight: bold !important;
	color: #ffffff !important;
	text-decoration: none !important;
	}	

#leftcontent {
	background: #ffffff;
	width: 212px;
	height: inherit;
	
	float: left;
	margin: 10px 10px 10px 0px;
	}

#rightcontent {
	background: #ffffff;
	width: 212px;
	
	float: left;
	margin: 10px 10px 10px 0px;
	}

#rightmenu {
	background: #ffffff;
	width: 160px;
	height: inherit;
	
	float: right;
	margin: 10px 10px 10px 0px;
	}
	
#largecontent {
	background: #ffffff;
	width: 433px;
	height: inherit;
	
	float: left;
	margin: 10px 0px 10px 0px;
	}
	
#largecontent p {
	margin: 0px !important;
	}
	
#section {
	background: #eee;
	/*border: 1px solid #eeeeee;*/
	
	width: 160px;
	padding: 5px 0px 5px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #23458c;
	}
	
#content {
	background: #eee;
	/*border: 1px solid #eeeeee;*/
	
	width: 212px;
	padding: 5px 0px 5px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #23458c;
	}

#doublecontent {
	background: #eee;
	/*border: 1px solid #eeeeee;*/
	
	width: 432px;
	padding: 5px 0px 5px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #23458c;
	}
	
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #23458c;
	}

#calendar {
	width: 212px;
	float: left;
	}

#newscontent {
	width: 430px;
	float: left;
	}

#leftcontent1, #leftcontent3 {
	width: 212px;
	float: left;
	}
	
#leftcontent2, #leftcontent4 {
	width: 212px;
	float: right;
	}
	
#footer {
	border-top: 1px solid #eee;
	width: 775px;
	
	font-size: 10px;
	color: #000000;

	padding: 8px 0px 8px 0px;	
	margin: 10px 10px 0px 10px;
	clear: both;
	}
	
#footer a {
	font-size: 10px;
	}
	
input, textarea {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	}
		
input.search {
	background: #ffffff;
	border: 1px solid #23458c;
	font-size: 10px;
    height: 20px; width: 110px;
	padding: 2px; float: left;
	}
	
input.button {
	background: #23458c;
	border: 0px;
	color: #ffffff;
	font-size: 10px; 
	font-weight: bold;
   	height: 20px; 
	width: 40px;
	padding: 2px; 
	float: left;
	margin: 0px 0px 0px 5px;
	}

.news_title a {
	font-size: 11px;
    font-weight: bold !important;
	color: #000000 !important;
	text-decoration: none;
    }

.news_title a:hover {
	font-size: 11px;
    font-weight: bold !important;
	color: #000000 !important;
	text-decoration: underline;
    }

.news_date {
	font-size: 11px;
    font-weight: normal;
	color: #d82123;
	}

.news_text {
	font-size: 11px;
    font-weight: normal;
	color: #000000;
	}
	
.news_readmore {
	font-size: 11px;
    font-weight: normal;
	color: #23458c;
	}
	
.sectionbar {
	background: #eee;
	/*border: 1px solid #eee;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #23458c;
	width: 100%;
	line-height: 23px;
	}
	
.sectiontxt {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin: 5px 0px 0px 0px;
	}