/* Allgemeine Angaben */

a {
	color: white;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 90%;
}

a:hover{
	color: #BEA80E;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	margin-left: 5px;
	font-size: 90%;
}

body{
	font-family: Verdana, Arial, sans-serif;
	background-color: #EEECDF;
	margin: 0px;
}

.mainbody {
	color: black;
	font-size: 90%;
}

.mainbody p{
	margin-left: 1em;
}

.mainbody address{
	font-size: 85%;
	margin-left: 1em;
}

.mainbody h1{
	/* border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #DED59F;
	padding: 10px;*/
}

.mainbody img{
	border-style: solid;
	border-color: black;
	border-width: 1px;
}


.mainbody a {
	color: #6A0808;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
	margin-left: 0px;
	font-size: 100%;
}

.mainbody a:hover {
	color: #BEA80E;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
	margin-left: 0px;
	font-size: 100%;

}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #6A0808;
	font-size: 120%;
}

h2{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #6A0808;
	font-size: 100%;
	text-indent:10px;
}

/* Menueleiste links */

.menue{
	list-style-type: none;
	margin-left: 3px;
	padding: 0px;
}

.obermenuepunkt{

}

.untermenueliste{
	list-style-type: none;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 3px;
	margin-bottom: 7px;
	font-size: 85%;
}

/* Obere Tabellenzeile (Seitenkopf) */

.seitenkopf{
	width: 100%;
}

.lo{
	background-image:url(../bilder/L-O.gif);
	height: 172px;
	width: 195px;
}
.o{
	background-image:url(../bilder/O.gif);
	width: auto;
}
.om{
	background-image:url(../bilder/O-M.gif);
	width: 420px;
}
.or{
	background-image:url(../bilder/O-R.gif);
	width: 179px;
}

.haupttabelle{
	width: 100%;
	height: 600px;
}

.navi{
	background-image:url(../bilder/L-2.gif);
	background-repeat: repeat-y;
}
