/****************************
Schriftenformate holen
***************************/
@import url("schriften.css");


/****************************
Seitenformate global
***************************/
body {
	margin:0;
	padding:0;
	background-color:#004495; /* blau */
	background-position: 0px 150px;
	/*background-image: url(solid.gif);*/
	background-repeat:no-repeat;
	height:100%;
	/* overflow:hidden;   Kein Srollen, damit Navi immer vollblau ist */
}
html{ /* Zusatz für Safari und Firefox */
	height:100%;
	margin:0;
	padding:0;
	
}

/****************************
Hauptelemente
***************************/
#top {
	width:100%;
	position:relative;
	height:25%;
	background-image:url(Bilder/b+b_titelkopf_inhalt.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0;
	padding:0;
}
#navi {
	width:20%;
	height:75%;
	min-height:75%; /* Zusatz für alle Browser */
	position:relative;
	float:left;
	background-color:#004495;
	padding-top:70px;
}

#inhalt {
	width:80%;
	height:75%;
	min-height:75%; /* Zusatz für alle Browser */
	float:right;
	position:relative;
	background-image:url(Bilder/b+b_hintergrund_home.gif);
	background-repeat:no-repeat;
	background-position:30% 0%;
	background-color: #E52D2A; /* rot */
	
	
}
body>#inhalt{height:auto;} /* Zusatz für alle Browser */
body>#navi{height:auto;} /* Zusatz für alle Browser */

/****************************
Inhalts-Positionierungen
***************************/
#subnavi {
	position:absolute;
	right:15%;
	bottom:-17px;
	width:60%;
	height:40px;
	text-align:right;
}
#pfadnavi {
	position:relative;
	left: 50px;
	width:75%;
	height:50px;
	top:10px;
}
#links {
	position:relative;
	float:left;
	left: 50px;
	top:20px;
	width:75%;
	padding-right:3%;
	margin-bottom:60px;  /* Korrektur für unteren Rand, damit nicht unter bottom fliesst */

}
#mitte {
	position:relative;
	float:left;
	left: 50px;
	top:20px;
	width:25%;
	padding-right:3%;
	margin-bottom:60px;  /* Korrektur für unteren Rand, damit nicht unter bottom fliesst */

}
#rechts {
	position:relative;
	float:left;
	left:50px;
	top:20px;
	width:25%;
	padding-right:3%;
	margin-bottom:60px;  /* Korrektur für unteren Rand, damit nicht unter bottom fliesst */

}

#bottom {
	width:95%;
	height:30px;
	clear:both;
	margin:0;
	padding:0;
	/*top:30px;  20px für zwei Ränder der oberen Elemente, 10px zusätzlich 
	left:50px;
	position:relative; */
	position:absolute;
	bottom: 7px;
	left:50px;
}

/****************************
Veranstaltungen (PDF ein/ausblenden)
***************************/
.nopdf {
	visibility:hidden;
}


