body {
	
	background: #666666;
	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 */
	background-repeat:no-repeat;
	
}

.oneColFixCtrHdr #container {
	width: 990px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #head {
	height:200px;
	overflow:hidden;
	background-image: url(topklar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding: 0 25px;
	border: 0px solid #000000;

	
}

.oneColFixCtrHdr #indhold {
	height:600px;
	background-image: url(grund4klar.jpg);

	
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
	padding: 0 25px;
	overflow:auto;
	border: 0px solid #000000;
}

a:link {
	color: #0000FF;
	text-decoration:none;
}

a:visited {
	color: #0000FF;
	text-decoration:none;
}

a:hover {
	color: #669999;
	text-decoration:none;
}
a:active {
	color: #009900;
	text-decoration:none;
}
.TypoNavn {
	color: #9296B9;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	font-family:Georgia;
	
	
}

.overskrift {
	color:#9296B9;
	font-weight:bold;
	font-size:22px;
	font-family:Georgia;

}

.normal {
	color:#000080;
	font-size:14px;

	font-family:"Times New Roman";
	
}
.normalLille {
	color:#000080;
	font-size:10px;

	font-family:"Times New Roman";
	
}
.normalOverskrift {
	color:#000080;
	font-size:24px;
	font-weight:bold;
	font-family:"Times New Roman";
	
}.HereAndNowStyle {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	color: #000080;
	vertical-align: top;
}
