body {
	background-color: #FFFFFF;
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

body , html{
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #336600;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #B3BDB4;
scrollbar-highlight-color: #336600;
scrollbar-shadow-color: #336600;
scrollbar-track-color: #FFFFFF;
}

a, a:link, a:visited {
	color: #003300;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}

#big a{
font-size: 18px;
font-weight: bold;
}

/*banner*/
#banner {
	background-color: #FFFFFF;
}

.banner {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*header*/
#header {
	margin: 0;
	padding: 0;
}

.header {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	text-transform:uppercase;
}

.header a, .header a:link, .header a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.header a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}

/*breadcrumb*/
.breadcrumb {
	background-color: #B3BDB4;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 0.3em;
	text-transform: lowercase;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color: #003300;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}

/*left navigation*/
.nav {
	background-color: #000066;
	color: #FFFFFF;
	margin-left: 4px;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
}

.navheader {
	color: #003399;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height:130%;
}

.navheader a, .navheader  a:link, .navheader a:visited {
	font-weight: bold;
	text-decoration: none;
}

.navheader a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.navheaderslt {
	color: #003399;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height:130%;
}

.navlink {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height:19px;
	padding-left: 4px;
	background-color: #000066;
}

.navlink a, .navlink a:link, .navlink a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navlink a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}

.navlink hr {
	color: #003399;
	height: 1px;
	text-align: left;
}

.navlinkslt {
	color: #003399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height:130%;
}

.navsublink {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height:130%;
}

.navsublink a, .navsublink a:link, .navsublink a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.navsublink a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
}

.navsublinkslt {
	color: #003399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height:130%;
}

/*content*/
#main {
	table-layout: fixed;
}

h1 {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px solid #996600;
	margin-top: 6px;
	margin-bottom:8px;
}

h1 a, h1 a:link, h1 a:visited {
	text-decoration: none;
}

h2 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 135%;
	text-decoration: none;
}

h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
	font-size: 14px;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	color: #003300;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #003300;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

h5 {
	color: #003399;
	margin-bottom:0px;
}

p, blockquote {
	margin-top: 0px;
}

b, strong {
	font-weight: bold;
}

.bodytext {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
	margin-left: 8px;
}

.bodytext hr {
	color: #003399;
	height: 1px;
	text-align: center;
	width: 100%;
}

.code {
	font-family: "Courier New", Courier, monospace;
	line-height: 130%;
}

.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 110%;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 10px;
	font-weight: normal;
	line-height: 110%;
}

.xsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 9px;
	font-weight: normal;
}

.ul {
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/*data tables*/
.tableborder {
	border: 1px solid #111111;	
	table-layout: fixed;
}

.tablefixed {
	table-layout: fixed;
}

.tabletext {
	font-weight: normal;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tableshade {
	background-color: #E9E9E9;
}

.borderright {
	border-right: 1px solid #999999;
	margin-right: 4px;
}

/*lists*/
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

.list {
	color: #111111;
	list-style-type: disc;
	margin-top:0px;
}

.list li a, .list li a:link, .list li a:visited {
	text-decoration: underline;
}

.list li a:hover {
	text-decoration: underline;
}

.listlinks {
	color: #111111;
	list-style-type: circle;
	margin-top:0px;
}

.listlinks li a, .listlinks li a:link, .listlinks li a:visited {
	text-decoration: none;
}

.listlinks li a:hover {
	text-decoration: underline;
}

.listpage {
	color: #111111;
	list-style-type: disc;
	margin-top:0px;
}

.listpage li a, .listpage li a:link, .listpage li a:visited {
	text-decoration: none;
}

.listpage li a:hover {
	text-decoration: underline;
}

/*images*/
body .imgborder {
	border: 0px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111111;
	font-weight: normal;
	margin-top: 0px;	
	margin-bottom:12px;
}

/*sidebar*/
.sidebar {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 0px;
	text-align: center;
}

.sidebar a, .sidebar a:link, .sidebar a:visited {
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
}

.sidebar a:hover {
	color: #003399;
	text-decoration: underline;
}

.newsheader {
   color: #000000;
	background-color: #CCCCB2;
	font-weight: bold;
}

.newsbox {
	font-size: 11px;
	background-color: #FFFFFF;
	border-top: 1px solid #336600;
	border-right: 1px solid #336600;
	border-left: 1px solid #336600;
	border-bottom: 1px solid #336600;
}

.newsbox li a, .newsbox li a:link, .newsbox li a:visited  {
	font-size: 11px;
	font-weight: bold;	
	list-style-type: disc;
}

.newsbox li a:hover {	
	color: #003399;
	text-decoration: underline;
}

.news {
	color: #111111;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 130%;
}

.news a, .news a:link, .news a:visited {
	color: #333333;
	text-decoration: none;
}

.news a:hover {
	color: #003399;
	text-decoration: underline;
}

.news hr {
	color: #003399;
}
.newsfooter {
   color: #003399;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #003399;
	border-right: 1px solid #003399;
	border-left: 1px solid #003399;
	background-color: #F5F5F5;
}

/*footer*/
#footer{
	margin: 0;
	padding: 0;
}
.bottommenu {
	background: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.bottommenu a, .bottommenu a:link, .bottommenu a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.bottommenu a:hover {
	color: #003399;
	font-weight: normal;
	text-decoration: underline;
}
.footer {
	color: #003300;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 130%;
	background: #B2C1B2;
}

.footer a, .footer a:link, .footer a:visited {
	color: #003300;
	font-weight: normal;
	text-decoration: underline;
}

.footer a:hover {
	color: #FFCC00;
	font-weight: normal;
	text-decoration: underline;
}
#excludedimage {
	border: 0px;
}
.Header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-left: 0px;
}
.overskriftmedbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #b3c1c4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
