@charset "iso-8859-1";
body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #ffffff;
	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;
	font-size:12px;
}

form, p, h1, h2, h3 { margin:0px; padding:0px; }

h1 { font-size:18px; color:#786854; padding-bottom:17px; }
h2 { font-size:16px; color:#000000; padding-bottom:6px; }
h3 { font-size:14px; color:#000000; padding-bottom:13px; }

a { color:#f07e01; text-decoration:none; }
a:hover { color:#f07e01; text-decoration:underline; }

.oneColFixCtr #container {
	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. */
}
.oneColFixCtr #mainContent {
	background-image:url(../images/bgForside.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.kontakt { font-size:11px; color: #d9dadb; }
.kontakt a { font-size:11px; color: #d9dadb; text-decoration:none; }
.kontakt a:hover { font-size:11px; color: #d9dadb; text-decoration:underline; }

.nyhedsFlash { font-size:11px; color: #786854; }
.nyhedsFlash a { font-size:11px; color: #786854; text-decoration:none; }
.nyhedsFlash a:hover { font-size:11px; color: #786854; text-decoration:underline; }

.menu a { color:#786854; font-size:16px; text-decoration:none; }
.menu a:hover { color:#000000; font-size:16px; text-decoration:none; }

.submenu a { color:#f07e01; font-size:13px; text-decoration:none; }
.submenu a:hover { color:#000000; font-size:13px; text-decoration:none; }

.rightCollOvr { font-size:18px; color:#f07e01; }

.nyhedsdato { font-size:11px; }

#pscroller{
	height: 24px;
	border: 0px;
	padding: 0;
	text-align:left;
}

#pscroller a{
	text-decoration: none;
}