@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#666666;
	font-size:100.01%;
}



/****************************************/
/**************** Header ****************/
#top {
	position:fixed;
	top:0em;
	left:50%;
	margin-left:-24.281em;
	width:48.563em;
	height:8em;
	overflow: hidden;
	background-image:url(bilder/balken-oben.jpg);
	background-color:#ffffff;
	background-position:center top;
	background-repeat:no-repeat;
}

/****************************************/
/**************** Middle ****************/
#middle {
	position:fixed;
	width:47.313em;
	left:50%;
	margin-left:-24.281em;
	top:8em;
	bottom:4.5em;
	overflow:auto;	
	background-color:#ffffff;
	padding:0.625em;
}
#content {
	position:relative;
	clear:both;
	display:block;
}


/****************************************/
/**************** Footer ****************/
#bottom {
	position:fixed;
	width:48.563em;
	height:4.5em;
	bottom:0;
	left:50%;
	margin-left:-24.281em;
	background-color:#333333;
	overflow:hidden;
	font-size:100.01%;
	
}
#adresse {
	position:absolute;
	right:0.7em;
	bottom:0.5em;
	font-size:0.625em;
	color:#999;
	line-height:1.5em;
	text-align:right;
	margin:0; /* wegen Absatzabstand (margin-top u. -bottom 10) des p-Tag in formatierung.css*/
}	
#footer_print {
	display:none;
}


/*****************************************/
/*************** Hauptnavi ***************/
#navi {
	position:absolute;
	top:0;
	left:0;
	height:1.7em;
	border:1px solid #333333;
	border-right:none;
	font-size:100.01%;
}
#navi li {
	list-style-type:none;
	list-style-image:none;
	list-style-position:inherit;
	float:left;
	background:none;
	padding:0;
	font-size:100.01%;
}	
#navi li a {
	float:left;
	line-height:1.7em;
	width:9.6em;
	height:1.7em;
	background-color:#e23d96;
	border-right:1px solid #333333;
	border-bottom:none !important; /*damit Buttons nicht unterstrichen sind wie sonstige Links*/
	padding-bottom:0 !important;
	text-align:center;
	text-decoration:none;
	font-size:0.625em;
	color:#333333;	
}
#navi a:hover {
	background-image:url(bilder/button-on.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#333333;
	text-decoration:none;
	color:#CCCCCC;
}
#navi .button-aktiv a {
	background-color:#333333;
	color:#e23d96;
}
#navi .button-aktiv a:hover {
	background-image:none;
}


/*****************************************/
/**************** Navi 2 *****************/
#navi2 {
	position:absolute;
	left:0.7em;
	bottom:0.5em;
	font-size:0.625em;
	color:#999999;
	line-height:1.5em;
	margin:0; /*wegen Absatzabstand (margin-top u. -bottom 10) des p-Tag in formatierung.css*/
}
#navi2 a {
	text-decoration:none;
	border-bottom:none !important; /*damit Buttons nicht unterstrichen sind wie sonstige Links*/
	padding-bottom:0 !important;
}
#navi2 a:link, #navi2 a:visited {
	color:#999999;
}
#navi2 a:hover {
	color:#CCCCCC;
}
#navi2 a:active {
	color:#999999;
}


/*****************************************/
/*************** Unternavi ***************/
#unternavi {
	position:relative;
	float:right;
	color:#e23d96;
	display:block;
}
#unternavi a {
	text-decoration:none;
	border-bottom:none !important; /*damit Buttons nicht unterstrichen sind wie sonstige Links*/
	padding-bottom:0 !important;
}
#unternavi a:link, #unternavi a:visited {
	color:#e23d96;
}
#unternavi a:hover {
	color:#333333;
}
#unternavi a:active {
	color:#e23d96;
}
#unternavi .aktiv {
	color:#333333 !important;
}

/*****************************************/
/**************** Intro ******************/
/*****************************************/
#ebeneintro {
	position:absolute;
	left:50%;
	top:50%;
	width:40.6em;
	height:28.6em;
	z-index:1;
	margin-top:-14.3em;
	margin-left:-20.3em;
}
#ebeneenter {
	position:absolute;
	left:1.25em;
	top:28.6em;
	width:40.6em;
	height:1.25em;
	padding-top:0.31em;
	z-index:2;
	color:#cccccc;
}
#ebenenter a:link, #ebeneenter a:visited {
	color:#e23d96;
}
#ebenenter a:hover {
	color:#CCCCCC !important;
}
#ebenenter a:active {
	color:#e23d96;
}

#text_home {
	margin-left:1.25em;
	margin-top:3em;
}
#text_home p {
	color:#CCCCCC;
}

/*****************************************/
/************ AGBS_zustimmen *************/
/*****************************************/
#agbs_zustimmen {
	position:absolute;
	background-color:#fff;
	width:300px;
	height:100px;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-150px;	
	border: 4px solid #e23d96;
	padding:5px !important;
}
#agbs_zustimmen p {
	margin:0px;
}