* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
strong {
	color: #F02C23;
}


/* Hoehen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{
	width: 100%;
	/*height: 100%;*/
	overflow: auto;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color:#863000;
	scrollbar-face-color: #FBEFDF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #DC782B;
	scrollbar-track-color: #DFC6A8;
	}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: fixed;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}
/* Body-Dummy absolut ueber BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	overflow:hidden;
	width: 100%;
	/*height: 100%;*/
		  }


/* Layoutelemente */
/*#mainDiv{
	width: 100%;
	height: 100%;
	text-align: left;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	overflow: hidden;
}*/
#headDiv{
	border:none;
	position:relative;
	/*position: fixed;*/
	top: 0px;
	left:0px;
	width: 67%;
	z-index: 100;
	/*float: right;*/
	clear: left;
	margin-left: 303px;
	height: 153px;
	}
#headDiv p {
	color: #F02C23;
}

#naviDiv {
	background-image: url(../bilder/navi_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 585px;
	width: 300px;
	z-index: 100;
	top: 0px;
	left:0px;
	/*position: absolute;*/
	position: fixed;
}
.navi {
	margin-right: 15px;
	margin-top: 90px;
}
.subnavi {
	margin-left: 20px;
}
.rahmen {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #A6B594;
}
.termintabelle {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/bg.png);
	background-repeat: repeat;
	width: 75%;
}

#contentDiv{
	/*top: 150px;*/
	top: 30px;
	text-align: left;
	/*height: 300%;*/
	width: 55%;
	float: left;
	left: 315px;
	overflow:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	z-index: 5;
}
#dynPage1{
	position:relative;

}
#arrows{
	position:absolute;
	float:left;
	text-align:right;
	top:200px;
	left:315px;
	z-index:4;
	width:56%;
	height:90px;
	display:none;
}
/*
#arrows_orig{
	position:absolute;
	top:160px;
	right:50px;
	z-index:101;
	width:20px;
	height:50px;
}*/
#contentDiv p {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
}
#contentDiv ul {
	list-style-type: disc;
	margin-left: 100px;
	font-size: 0.8em;
}
#contentDiv li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: circle;
}
#contentDiv li ul {
	font-size: 1em;
}

#contentDiv a:link, #contentDiv a:visited {
	color: #F02C23;
}
#contentDiv a:hover {
	text-decoration: none;
	color: #000000;
}
.link_blau    {
	color: #0000FF;
	text-decoration: underline;
}



hr {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}



#footerDiv{
	width: 100%;
	bottom: 0px;
	left:0px;
	z-index: 99;
	position: fixed;
	background-image: url(../bilder/footer_.png);
	background-repeat: repeat-x;
	background-position: right top;
	height: 50px;
	/*vertical-align: middle;*/
	padding-top: 200px;
	text-align: center;

}
#footerDiv   a:link, #footerDiv   a:visited   {
	text-align: center;
	font-size: 12px;
	color: #9DA737;
	font-weight: bold;
	margin-left: auto;
	background-color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	margin-right: auto;
	width: 50%;
}

