.mainbody {
	background-image: url(bgimages/main.jpg); 
	background-attachment: fixed;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: -1px;
	color: black;
}

.headbody {
	background-image: url(bgimages/head.jpg); 
	background-attachment: fixed;
	margin-top:-15px; 
	margin-right: 1px; 
	margin-bottom: 0px; 
	margin-left: -1px;
}

.menubody {
	background-image: url(bgimages/menu.jpg); 
	background-attachment: fixed;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: -5px;
}

.singlebody {
	background-color: #c4d6b6;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: -1px;
	color: black;
}

.header {
	font-family: Dutch8101,helvetica,sans-serif;
	font-size: 22px;
	color: black;
}

.normal {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: black;
}

.mentyp {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.small {
	font-family: Dutch801,verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: black;
}

.tiny {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: white;
}

.tiny_note {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.dayclass {
	font-family: Verdana,arial,helvtica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.red {	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.tdclass {

	border-style: groove;
	border-width: thin;
}


.TabellenkopfZentral {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 16px;
	text-align: center;

	font-weight: bold;
	color: white;
}

.Tabellenkopf {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;

	color: white;
	font-weight: bold;
}

.Tabellenzeile {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: left;

	color: white;
	font-weight: bold;
}

.TabellenzeileRechts {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: right;

	color: white;
	font-weight: bold;
}

.TabellenzeileZentriert {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: middle;

	color: white;
	font-weight: bold;
}

.Tabellenfuss {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;

	color: white;
}

.TabellenSpalteLinks {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: left;

	color: white;
}

.TabellenSpalteRechts {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: right;

	color: white;
}

.Filterkopf {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;

	font-weight: bold;	
	color: white;
}

div, p, b {
	font-family: verdana,arial;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

a {
	font-family: verdana,arial;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	COLOR: white;
	FONT-FAMILY: Verdana,arial;
	FONT-SIZE: 12px;
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}

a:active {
	COLOR: white;
	FONT-FAMILY: Verdana,arial;
	FONT-SIZE: 12px;
	FONT-STYLE: bold;
	TEXT-DECORATION: none;
}

a:hover {
	COLOR: white;
	FONT-FAMILY: Verdana,arial;
	FONT-SIZE: 12px;
	FONT-STYLE: bold;
 	TEXT-DECORATION: underline;
}


