html, body{ 
 	margin: 0px;
	padding: 0px;
	width: 100%;
	font: Verdana, Arial, Helvetica, sans-serif small;
} 
#header { /*zum Füllen bei großer Breite*/
	text-align: center;
	width: 100%;
	height: 180px;
	background-image: url(../bilder/bannermitte.jpg);
	background-repeat: no-repeat;
	background-position: 466px;
	z-index: 8;
}
#bannerlinks {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../bilder/bannerlinks.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 466px;
}
#bannerrechts {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 180px;
	width: 300px;
	background-image: url(../bilder/bannerrechts.jpg);
	background-repeat: no-repeat;
}
/*Ende Banner*/
/*Contentbereich*/
#content {
	background-image: url(../bilder/menueback.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 178px;
	left: 0px;
}
#menue {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
	padding: 0px 0 10px 0;
	z-index: 6;
}
#inhalt {
	margin: 0 240px 0 200px;
	width: auto;
	border-right: 1px dashed #ABABC1;
}
#box { /*rechte Seite*/
	position: absolute;
	width: 227px;
	right: 6px;
	top: 10px;
	padding: 10px 0 0 0;
	z-index: 7;
}
#box1 { /*rechte Seite*/
	background-color: #FFF8D5;
}
#box2 { /*rechte Seite*/
	background-color: #FFF8D5;
}
.inside { /*Grafik in der Box*/
	width: 227px;
	background-image: url(../bilder/infoback.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	padding-top: 10px;
}
/*---------Tabelle Termine--------------*/
#tab { /*Termine*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	border: 1px solid #000066;
	background-color: #EEEDF3;
	width: 540px;
	margin: 0 0 20px 20px;
}
#tab td{ /*Termine*/
	border-right: 1px dashed #000066;
	border-bottom: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	background-color: #EDECF2;
	vertical-align: top;
	padding: 5px;
}
/*-------------Tabelle Leistungen------------------*/
#tab1 { /*Leistungstabelle*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	border: 1px solid #000066;
	background-color: #EEEDF3;
	width: 480px;
	margin: 0 0 20px 20px;
}
#tab1 td{ /*Leistungstabelle*/
	border-right: 1px dashed #000066;
	border-bottom: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	background-color: #EDECF2;
	vertical-align: top;
}
#tab2 { /*Leistungstabelle*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	border: 1px solid #000066;
	background-color: #EEEDF3;
	width: 480px;
	margin: 0 0 20px 20px;
}
#tab2 td{ /*Leistungstabelle*/
	border-right: 1px dashed #000066;
	border-bottom: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	background-color: #EDECF2;
	vertical-align: top;
}
#tab3 { /*Leistungstabelle*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	border: 1px solid #000066;
	background-color: #EEEDF3;
	width: 480px;
	margin: 0 0 20px 20px;
}
#tab3 td{ /*Leistungstabelle*/
	border-right: 1px dashed #000066;
	border-bottom: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	background-color: #EDECF2;
	vertical-align: top;
}
td{
	vertical-align: top;
}
/*----------------Tabelle befragung--------------*/
.befragung{
	width: 500px;
	margin: 0 10px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #1d2f87;
}
.tdblau{
	background-color: #1d2f87;
	color: #fff;
	font-weight:600;
}
.tdgelb{
	background-color: #fdd452;
	color: #000;
	font-weight:600;
	border-bottom: 1px solid #1d2f87;
}
.tdgelb2{
	background-color: #fdd452;
	color: #000;
	font-weight:600;
	border-bottom: 1px solid #1d2f87;
	border-left: 1px solid #1d2f87;
}
/*-----------Ende Tabelle-------------*/
.bildlinks {
	float: left;
	margin: 0 10px 5px 0;
}
.buchlinks {
	float: left;
	margin: 0 10px 5px 0;
	border: thin solid #000066;
}
.bildrechts {
	float: right;
	margin-left: 10px;
	border: thin solid #000066;
}
.bildrechts2 {
	float: right;
	margin-left: 5px;
}
.prog {
	float: right;
	margin: 0 20px 0 10px;
}

.liniekurz {
	border-bottom: 1px dotted #000066;
	margin-right: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.linie {
	border-bottom: 1px dotted #000066;
	margin: -15px 40px 10px 20px;
}
.endlinie {
	margin: 0 20px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFD200;
}
/* Ende Layout*/
/* Beginn Navi*/
#navi {
	list-style-type: none;
	margin: 10px 0 0 5px;
	padding: 0;
}
#navi li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
}
#navi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000066;
	list-style-type: none;
	background-image: url(../bilder/punkt.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 0 20px;
	text-decoration: none;
	display: block;
	width: auto;
}
#navi a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000066;
	list-style-type: none;
	background-image: url(../bilder/submenue.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEDF3;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	width: auto;
}

/*Submenü Link*/
.subnavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	line-height: 18px;
	text-decoration: none;
	padding:  1px 0 0 5px;
	list-style-type: none;
	margin: 0;
	display: block;
}
.subnavi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000066;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.subnavi a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000066;
	background-color: #D9D9FF;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/*Submenüs*/
#information {
	position: absolute;
	background-color: #EEEDF3;
	border-top: 8px solid #DCDAE7;
	border-right: 3px solid #666666;
	border-bottom: 2px solid #999999;
	z-index: 2;
	height: auto;
	width: auto;
	left: 199px;
	top: 42px;
	visibility: hidden;
}
#verband {
	position: absolute;
	background-color: #EEEDF3;
	border-top: 8px solid #DCDAE7;
	border-right: 3px solid #666666;
	border-bottom: 2px solid #999999;
	z-index: 3;
	height: auto;
	width: auto;
	left: 199px;
	top: 61px;
	visibility: hidden;
}
#leistungen {
	position: absolute;
	background-color: #EEEDF3;
	border-top: 8px solid #DCDAE7;
	border-right: 3px solid #666666;
	border-bottom: 2px solid #999999;
	z-index: 4;
	height: auto;
	width: auto;
	left: 200px;
	top: 82px;
	visibility: hidden;
}
#veranstaltungen {
	position: absolute;
	background-color: #EEEDF3;
	border-top: 8px solid #DCDAE7;
	border-right: 3px solid #666666;
	border-bottom: 2px solid #999999;
	z-index: 5;
	height: auto;
	width: auto;
	left: 199px;
	top: 101px;
	visibility: hidden;
}
#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: small;
	color: #000066;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	background-color: #FFD200;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
.info a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.info a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.info a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	background-color: #FFD200;
}
.info a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.input a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	font-weight: bold;
	text-decoration:underline;
	padding: 5px;
}
.input a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	font-weight: bold;
	text-decoration:underline;
	padding: 5px;
}
.input a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	font-weight: bold;
	background-color: #FFD200;
	text-decoration:underline;
	padding: 5px;
}
.input a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	font-weight: bold;
	text-decoration:underline;
	padding: 5px;
}


/* Beginn Text*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	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: #000066;
	padding: 2px 20px 2px 10px;
	background-image: url(../bilder/textback.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	padding: 0 20px 0 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCC00;
	padding: 0 20px 0 20px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000066;
	font-weight: bold;
	padding-left: 10px;
}
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
}
.marker2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
	background-color: #BFD8F2;
	border: 1px solid #000066;
	padding: 10px;
	margin: 10px 150px 10px 10px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	list-style-type: square;
	margin: 10px;
}
li li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	list-style-type: circle;
	padding: 5px 0 5px 0;
	margin: 5px 0 0 10px;
}
ul ul{
	background-color: #EEEDF3;
	margin: 10px 20px 0 10px;
	padding: 5px 5px 5px 10px;
	
}
ol li{
	margin: 10px 20px 0 5px;
	padding: 5px;
	list-style: decimal;
	
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	padding: 0 0 5px 20px;
	margin: 15px 10px 10px 0;
	border-bottom: 1px solid #000066;
	font-weight: bold;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	padding-left: 8px;
	margin: 0 0 5px 0;
}
.liin { /*Liste im Infofenster*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	list-style-type: square;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#back {
	background-color: #EEEDF3;
	margin: 0 10px 10px 10px;
	padding: 5px 0 5px 0;
	border-left: 3px solid #000066;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
#content #inhalt dl {
	margin: 10px 20px 0 20px;
	padding: 10px;
	background-color: #EEEDF3;
	border: 2px solid #FFCC00;
}
#content #inhalt dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000066;
}
#content #inhalt dd {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 25px;
	border-bottom: 1px solid #666666;
	padding: 5px 0 5px 0;
}
.liinfo { /*Liste im Infofenster*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	list-style-type: square;
	margin: 0 0 5px -10px;
	padding: 0;
	line-height: 16px;
}
