#apDiv1 {
	position:absolute;
	left:56px;
	top:28px;
	width:250px;
	height:50px;
	z-index:2;
}
#apDiv2 {
	position:absolute;
	left:64px;
	top:110px;
	width:800px;
	height:59px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:66px;
	top:200px;
	width:180px;
	height:401px;
	z-index:1;
	color: #900;
	background-image: url(images/bkg_hhblau.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#apDiv4 {
	position:absolute;
	left:283px;
	top:180px;
	width:377px;
	height:auto;
	z-index:1;
	padding: 0px;
	border: 0px none #FFF;
}
#apDiv5 {
	position:absolute;
	left:405px;
	top:18px;
	width:157px;
	height:auto;
	z-index:1;
	padding: 10px;
	border: 1px dashed #CCC;
	background-color: #E4EFF9;
}
#apDiv6 {
	position:absolute;
	width:808px;
	height:auto;
	z-index:3;
	left: 64px;
	top: 613px;
	text-align: center;
	border: 1px dashed #CCC;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Hauptueberschrift */
	font-size: 20px;
	color: #A6B7DC;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6F82AA;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Linkformat */
	font-size: 10px;
	font-weight: normal;
	color: #404040;
	top: 0px;
	right: 4px;
	text-decoration: none;
	padding: 4px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: lighter;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
.kleiner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F82AA;
	text-align: left;
}
.punkte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
}
.rot {
	color: #CC0000;
}
.rot_bold {
	font-weight: bold;
	color: #C00;
}
.blue_bold {
	font-size: 12px;
	font-weight: bold;
	color: #6F82AA;
	text-decoration: none;
}
.wichtig {font-size: 12px;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}
a:link {
	text-decoration:none;
	color:#6F82AA;
}
a:visited {
	text-decoration:none;
	color:#6F82AA;
}
a:hover {
	text-decoration:none;
	color:#900;
	font-weight: bold;
}
a:active {
	text-decoration:none;
	color:#D6D6D6;
	text-align: center;
	font-weight: bold;
} 
.navi_aktiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C00;
}
#apDiv6 table tr .rot .rot p {
	text-align: left;
}
#apDiv3 table {
	font-size: 10px;
}
.ac-container{
	width: 400px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 17px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #d8e7f4;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 220px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 300px;
}
.ac-container input:checked ~ article.ac-large{
	height: 420px;
}
