@charset "iso-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/bodyBg.gif);
	background-position:top;
	background-repeat:repeat-x;
/*	background: #fff;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#96bd0d; text-decoration:none; }
a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#96bd0d; text-decoration:underline; }

h1, h2, h3 { margin:0; padding:0; }
h1 { color:#9b9c9e; font-weight:normal; font-size:14px; }
h1 a { color:#9b9c9e; font-weight:normal; font-size:14px; text-decoration:none; }
h1 a:hover { color:#9b9c9e; font-weight:normal; font-size:14px; text-decoration:underline; }
h2 { color:#ffffff; font-size:14px; }
h3 { color:#000000; font-size:12px; }

#menu1 ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu1 ul li {
	float:left;
}

#menu1 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #94c00e;
	display: block;
	text-decoration:none;
	margin: 0;
	padding: 0 14px 0 0;
}

#menu1 ul li a:hover {
	text-decoration:underline;
}

#menu2 ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu2 ul li {
	float:left;
}

#menu2 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #f8b435;
	display: block;
	text-decoration:none;
	margin: 0;
	padding: 0 14px 0 0;
}

#menu2 ul li a:hover {
	text-decoration:underline;
}

.oneColFixCtrHdr #container {
	background-image:url(../images/background.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 40px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainMenu {
	color:#026328; 
	font-size:14px;
	padding:1px 2px 0 0;
}
.mainMenu a {
	color:#026328; 
	font-size:14px;
	text-decoration:none;
}
.mainMenu a:hover {
	color:#026328; 
	font-size:14px;
	text-decoration:underline;
}
.mainMenuConst {
	color:#9b9c9e; 
	font-size:14px;
	padding:1px 2px 0 0;
}
.mainMenuConst a {
	color:#9b9c9e; 
	font-size:14px;
	text-decoration:none;
}
.mainMenuConst a:hover {
	color:#9b9c9e; 
	font-size:14px;
	text-decoration:underline;
}
.mainMenuSub1 {
	color:#026328; 
	font-size:11px;
	padding:1px 10px 0 0;
}
.mainMenuSub1 a {
	color:#026328; 
	font-size:11px;
	text-decoration:none;
}
.mainMenuSub1 a:hover {
	color:#026328; 
	font-size:11px;
	text-decoration:underline;
}
.mainMenuSub2 {
	color:#026328; 
	font-size:11px;
	padding:1px 16px 0 0;
}
.mainMenuSub2 a {
	color:#026328; 
	font-size:11px;
	text-decoration:none;
}
.mainMenuSub2 a:hover {
	color:#026328; 
	font-size:11px;
	text-decoration:underline;
}
.headerText {
	color:#fafefe; 
	font-size:10px;
	padding:1px 16px 0 0;
}
.headerText a {
	color:#fafefe; 
	font-size:10px;
	text-decoration:none;
}
.headerText a:hover {
	color:#fafefe; 
	font-size:10px;
	text-decoration:underline;
}
.iconOverskrift {
	color:#96bd0d; 
	font-size:14px;
}
.nyhedsdato {
	font-size:10px;
}
