body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 { font-size: 13pt; }
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 9pt; }

td {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#hauptspalte {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 10 10 0 10;
}
#themenbild {
	width: 130px;
	height: 130px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 2 2 0 2;
	vertical-align: top;
}
#infomitte {
	color: Black;
	background-color: #fef2cd;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 10 10 0 10;
	vertical-align: top;
}

#inforechts {
	background-color: #fee28d;
	width: 210px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 0 2 0 2;
}
#rechtespalte {
	background-color: #fee28d;
	width: 210px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 2 2 0 2;
}


#rechtespalte1 {
	background-color: #fef2cd;
	width: 210px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	padding: 2 2 0 2;

}

a {
	color: #008000;
	text-decoration: none;
}

a:active {
	color: #008000;
	text-decoration: none;
}

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

a:hover {
	color: red;
	text-decoration: none;
}

a.menuitem {
	color: #008000;
	font-size: x-small;
	text-decoration: none;
}

a.menuitem:active {
	color: #008000;
	text-decoration: none;
}

a.menuitem:visited {
	color: #008000;
	text-decoration: none;
}

a.menuitem:hover {
	color: red;
	text-decoration: none;
}

a.menuitemright {
	color: #008000;
	font-size: 8pt;
	text-decoration: none;
}

a.menuitemright:active {
	color: #008000;
	text-decoration: none;
}

a.menuitemright:visited {
	color: #008000;
	text-decoration: none;
}
a.menuitemright:hover {
	color: red;
	text-decoration: none;
}

.listenzeile {
	border: 1px solid white;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 0 2 0 2;
	vertical-align: top;
}
.listenheader {
	border : 1px solid white;
	background-color: #f9c731;
	font-weight: bold;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 2 0 2;
	vertical-align: top;
}
.liste {
	border : 1px solid white;
	background-color: #fef2cd;
	width: 100%;
	margin: 0 0 0 0;
}

ul {
	list-style-image: url(bilder/icons/pfeil_g.gif);
	list-style-position: outside;
	margin-left: 20;
}