body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}

.oneColFixCtr #container {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background: url(../images/bg.jpg) top fixed;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;
}

#ContentDiv td
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;	
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

a 
{
	color: #DE7C31;
	text-decoration:none;
}

a:hover 
{
	color: #DE7C31;
	text-decoration:underline;
}

.PaginaTitel 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	font-style:italic;
	color: #DE7C31;
}

.Kop 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #805B3C;
}

.SubKop
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #DE7C31;	
}
.kinderpagina
{
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #000000;	
}










.InactivePageWarning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.AdministratorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00AA00;
}
.Header
{
	font-weight:bold;
}
.highlight
{
	background-color:#00DD00;
}
.address 
{
	color: #FFFFFF;
	font-weight: bold;
}

