BODY {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 20px 0 10px 10px;
	background: url(grafik/back.jpg) no-repeat fixed;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	line-height: 120%; 
}

TD.kopfzeile {
	padding-bottom: 15px;
}

TD.inhalt {
	padding: 0 0 25px 0;
}

TD.fusszeile {
	padding-top: 10px;
	border-top: 2px solid #00939D;
}

TD.rechts {
	padding-left: 21px;
}

TD.tabletext { font-size: 100%; }

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: underline; }
/*
a:before { content: "["; }
a:after { content: "]"; }
*/

.copyright {
	font-size: 8pt;
	line-height: 120%;
	color: #999;
}

.unsichtbar { display: none; }

H1 {
	padding-bottom: 15px;
	font-size: 160%;
	line-height: 120%;
	font-weight: bold;
	color: #00939D;
	border-bottom: 2px solid #00939D;
	margin: 0 0 20px 0;

}

H2 {
	font-weight: bold;
	font-size: 100%;
	color: #00939D;
	padding-top: 10px;
}

LI.back {
	margin: 0 0 5px 0;
	list-style-image: url(grafik/pfeil_back.gif);
}

LI.submenu {
	margin: 0 0 5px 0;
	list-style-image: url(grafik/pfeil.gif);
}

UL.menu {
	padding-left: 17px;
	margin-left: 0;
}

FIELDSET {
	padding: 10px;
	border: 1px solid #999;
}

LEGEND { font-weight: bold; }

label.links {
	float: left;
	text-align: left;
	width: 70px;
}

form br { clear: both; }

input[type=text], textarea {
	float: left;
	width: 70%;
	margin-bottom: 5px;
}
