html, body{ 
 	margin: 0px;
	padding: 0px;
	width: 100%;
} 
#header {
	text-align: center;
	width: 100%;
	height: 180px;
	background-image: url(../bilder/bannermitte.jpg);
	background-repeat: no-repeat;
	background-position: 466px;
	z-index: 8;
	display: none;
}
#bannerlinks {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../bilder/bannerlinks.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 466px;
	display: none;
}
#bannerrechts {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 180px;
	width: 300px;
	background-image: url(../bilder/bannerrechts.jpg);
	background-repeat: no-repeat;
	display: none;
}
/*Ende Banner*/
/*Contentbereich*/
#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#menue {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	padding: 0px 0 10px 0;
	z-index: 6;
	display: none;
}
#inhalt {
	margin: 2px;
	width: auto;
}
#box {
	position: absolute;
	width: 225px;
	right: 6px;
	top: 10px;
	padding: 10px 0 0 0;
	z-index: 7;
	display: none;
}
#suche {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 170px;
	padding: 20px 0 0 3px;
	z-index: 7;
	display: none;
}
#tab1 { /*Leistungstabelle*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	width: auto;
}
#tab1 td{ /*Leistungstabelle*/
	border-right: 1px dashed #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	vertical-align: top;
}
td{
	vertical-align: top;
}
.bildlinks {
	display: none;
}
.bildrechts {
	display: none;
}
.bildrechts2 {
	display: none;
}
.liniekurz {
	display: none;
}
.linie {
	display: none;
}
.endlinie {
	display: none;
}
/* Ende Layout*/
/* Beginn Text*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0 20px 0 20px;
	line-height: 18px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	padding: 0 20px 0 10px;
	margin-left: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0 20px 0 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0 20px 0 20px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}
.marker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	list-style-type: square;
	margin: 10px;
}
li li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	list-style-type: circle;
	padding: 5px 0 5px 0;
	margin: 5px 0 0 10px;
	list-style-position: inside;
}
ul ul{
	background-color: #FFFFFF;
	margin: 0 20px 0 0;
}

#back {
	background-color: #FFFFFF;
	margin: 0 10px 10px 10px;
	padding: 5px 0 5px 0;
	border-left: 3px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
/* Beginn Navi*/
#navi {
	list-style-type: none;
	margin: 10px 0 0 5px;
	padding: 0;
}

/*Text-Links*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#information {
	display: none;
}
#verband {
	display: none;
}
#leistungen {
	display: none;
}
#veranstaltungen {
	display: none;
}
#content #inhalt dt {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}

