body {
background-color: #fffff0;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

h1{
font-size: 14px;
}

#container {
	background-color: #ffffff;
	width: 778px;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	}

#footer {
	background-color: #e7e7e7;
	width: 766px;
	height: 6px;
	padding: 0px;
	top: 0px auto;
	margin: 30px auto;
	}

.mainlink {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	height: 16px;
	padding-bottom: 0px;
	padding-top: 3px;
}

.openmainlink {
	color: #FFCACA;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	height: 16px;
	padding-bottom: 0px;
	padding-top: 3px;
}

:hover.mainlink {
	color: #FFCACA;
	text-decoration: none;
	height: 16px;
	padding-bottom: 0px;
	padding-top: 3px;
}

.sublink {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}

:hover.sublink {
	color: #000000;
	text-decoration: none;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	}

.klein {
	font-size: 10px;
	}

.feld {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}
	
