body{ 
 	margin: 0px;
	padding: 0px;
} 
#header {
	text-align: center;
	background-image: url(../bilder/bannermitte.jpg);
	background-repeat: no-repeat;
	background-position: 505px;
	width: 100%;
	height: 180px;
	z-index: 2;
	display: none;
}
#bannerlinks {
	position: absolute;
	background-image: url(../bilder/bannerflash.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	height: 180px;
	width: 505px;
	padding: 14px 0 0 9px;
	display: none;
}
#bannerrechts {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 180px;
	width: 275px;
	background-image: url(../bilder/flashrechts.jpg);
	background-repeat: no-repeat;
	display: none;
}
img {
	display: none;
}
/*Ende Banner*/
/*Contentbereich*/
#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#menue {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	padding: 0;
	z-index: 6;
	display: none;
}
#suche {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 170px;
	padding: 20px 0 0 3px;
	z-index: 7;
	display: none;
}
#inhalt {
	margin: 2px;
	width: auto;
}
#box {
	position: absolute;
	width: 227px;
	right: 6px;
	top: 10px;
	padding: 10px 0 0 0;
	z-index: 7;
	display: none;
}
#box1 { /*rechte Seite*/
	background-color: #FFF8D5;
}
#box2 { /*rechte Seite*/
	background-color: #FFF8D5;
}
.bildlinks {
	float: left;
	margin-left: 10px;
	display: none;
}
.bildrechts {
	float: right;
	margin-left: 10px;
	border: thin solid #000066;
	display: none;
}
.bildrechts2 {
	float: right;
	margin-left: 5px;
	display: none;
}
.endlinie {
	margin: 0 20px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFD200;
	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;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000066;
	padding-left: 8px;
	margin: 0 0 5px 0;
}
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;
}
/* Beginn Navi*/
#navi {
	list-style-type: none;
	margin: 10px 0 0 5px;
	padding: 0;
	display: none;
}
#navi li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	display: none;
}
/*Submenü Link*/
.subnavi {
	display: none;
}
.subnavi a {
	display: none;
}
/*Submenüs*/
#information {
	display: none;
}
#verband {
	display: none;
}
#leistungen {
	display: none;
}
#veranstaltungen {
	display: none;
}
#closer {
	position: absolute;
	height: 260px;
	width: 240px;
	left: 220px;
	top: 40px;
	z-index: 1;
	visibility: hidden;
}
/*Text-Links*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFD200;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


