
		
body {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../img_html/pixel.jpg) repeat-x;
	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: #000;
}

a:link {color: #000;
		text-decoration: none;
	font-size: 10pt;
}  
		   
a:visited {color: #000;
			text-decoration: none;
	font-size: 10pt;
} 
			 
a:hover {color:  #ffff99;
		text-decoration: none;
	font-size: 10pt;
}  
		

.active {
	color: #ffff99;
}

.footer {
	font-size: 8pt;
}

.anmeldung
 {
	font-size: 10pt;
	text-decoration: none;
}

		
.oneColFixCtr #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	text-align: left;
	padding-top: 0;
	background-color: transparent;
}

 #maintable {
	padding: 0;
	margin-top: 0;
	width: 900px;
	border-style: none;
	border-width: 0px;
}

#linktable {
	font-size: 10pt;
}

.oneColFixCtr #mainContent {
	padding: 0 20px;
	margin-top: 0;
	background: url(../img_html/pixel.jpg) repeat-x;
}

h1 {
	color:  #ffff99;
	
}

p {
	font-size: 10pt;
}


