@charset "utf-8";
/* 		CSS Document 							*/
/*		Farbwert für Header 			#ffc058   	*/
/*		Farbwert für Body	 			#f4edd6   	*/
/*		Farbwert für Navigation inaktiv	#c6a877		*/
/*		Farbwert Subnavigation inaktiv	#c6a877		*/

/*###   Allgemeine Regeln   ###*/
*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: none;
	text-decoration: none;
}
html{
	overflow: hidden;
}
body{
	background-color: #f4edd6;
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	text-align: center;
}
/*###   Schriftformatierung   ###*/
p{
	color: #000000;
	font-size: 11px;
	line-height: 19px;
	margin: 6px 0 8px 0;
}
p a{
	color: #ef6a00;
}
strong{
	font-weight: bolder;
}
h1{
	font-size: 17px;
	color: #f12813;
	padding-bottom: 3px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 13px;
}
h5{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.28em;
	margin: 10px 0 4px 0;
}
/*###   Blenden für Hintergrund   ###*/
#top{
	z-index: 100;
	position: absolute;
	background-color: #ffc058;
	background-image: url("../Hintergrund/Headerblende_P.png");
	background-position: bottom;
	background-repeat: repeat-X;
	top: 0;
	left: -15px;
	height: 117px;
	width: 100%;
	border-bottom: 73px solid #f4edd6;
}
#Header{
	position: absolute;
	top: 116px;
	left: 415px;
	height: 75px;
}
#footer{
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: -15px;
	height: 55px;
	width: 100%;
}
/*###   Elemente für Hintergrundgestaltung   ###*/
.Nav_Blende{
	z-index: 76;
	position: absolute;
	background-color: #f4edd6;
	background-image: url("../Hintergrund/Nav1_Blende_P.png");
	background-repeat: repeat-x;
	top: 87px;
	right: 0;
	height: 30px;
	width: 40%;
}
#navi{
	z-index: 100;
	position: absolute;
	background-image: url("../Hintergrund/Navi_P.png");
	top: 0;
	left: -6px;
	height: 30px;
	width: 16px;
}
#Text_Blende{
	z-index: 76;
	position: absolute;
	top: 117px;
	left: 300px;
	height: 73px;
	width: 1500px;
	border-bottom: 1px solid #d9c9af;
}
/*###   Zentrierung   ###*/
.zentriert{
	z-index: 100;
	position: relative;
	text-align: left;
	top: 0;
	width: 1000px;
	height: 100%;
	margin: auto;
}
/*###   Scrollbox   ###*/
#scrollbox{
	z-index: 25;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}
/*###   Logo   ###*/
#RaffTaff{
	z-index: 20;
	position: absolute;
	background-image: url("../Hintergrund/RaffTaff_P.png");
	top: 51px;
	left: 70px;
	height: 45px;
	width: 185px;
}
/*###   Claim   ###*/
#Beweg_Dich{
	z-index: 50;
	position: absolute;
	background-color: #f4edd6;
	background-image: url("../Hintergrund/Beweg_Dich.png");
	background-position: 57px 0;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	height: 64px;
	width: 50%;
}
/*###   Navigationselemente   ###*/
#Buttons{
	z-index: auto;
	position: absolute;
	top: 127px;
	left: 13px;
}
#Buttons a{
	line-height: 50px;
	height: 50px;
	width: 50px;
	float: left;
	display: block;
	margin: 0 0 0 2px;	
}

#Navigation{
	z-index: 110;
	position: absolute;
	background-image: url("../Hintergrund/Menu_P.png");
	background-repeat: repeat-x;
	top: 87px;
	left: 414px;
	height: 30px;
}
.Item{
	z-index: 115;
	font-size: 12px;
	line-height: 22px;
	width: 118px;
	margin: 8px 0 0 2px;
	float: left;
	display: block;
}
.Item a{
	background: #c6a877;
	font-size: 12px;
	color: #eadac0;
	line-height: 22px;
	padding-left: 12px;
	display: block;
}
.Item a:hover{
	color: #ffffff;
}
.Item .aktiv{
	z-index: 115;
	background: #9c9d9f;
	background-image: url("../Hintergrund/Navi_aktiv_P.png");
	background-position: bottom;
	background-repeat: repeat-x;
	color: #ffffff;
	margin: -96px 0 0 0;
	padding-top: 96px;
}
/*###   zusätzliche Navigationselemente   ###*/
.noop{
	background-color: #f4edd6;
	font-size: 12px;
	line-height: 21px;
	width: 117px;
	margin: 8px 0 0 0;
	border-bottom: 1px solid #c6a877;
	float: left;
}
.noop a{
	color: #58585a;
	font-size: 10px;
	line-height: 21px;
	padding-left: 25px;
	display: block;
}
#mail{
	z-index: 100;
	position: absolute;
	top: 310px;
	left: 331px;
	height: 16px;
	width: 35px;
}

#Newsletter{
	position: absolute;
	top: 557px;
	left: 75px;
}
#Newsletter p a{
	font-size: 11px;
	color: #c6a877;	
}
#Newsletter .rot{
 	color: #f12813;
}
/*###   Textfeld rechts   ###*/
#Texte{
	z-index: 50;
	position: relative;
	top: 195px;
	left: 223px;
	text-align: left;
	width: 600px;
	margin: auto;
	padding: 10px 30px 100px 0;
}
#Texte p{
	margin: 6px 0 10px 0;
}
/*###   linker Textcontainer   ###*/
#L_Text{
	z-index: 75;
	position: absolute;
	top: 191px;
	left: 57px;
	height: 280px;
	width: 213px;
	margin: 0 auto 0 auto;
	border: 3px solid #d9c9af;
	padding: 6px 10px 0 15px;
}
#L_Text p{
	font-size: 10px;
	line-height: 18px;
}
.L_Text_K{
	padding-top: 37px;
}
/*###   Elemente Hintergrundgestaltung   ###*/
#Text_Blende{
	z-index: 76;
	position: absolute;
	top: 190px;
	left: 250px;
	height: 1px;
	width: 1500px;
	border-bottom: 1px solid #d9c9af;
}
/*###   Sonderregeln   ###*/
.fett{
	font-weight: bolder;
}
.orange{
	color: #ef6a00;
}
.L_Text_R{
	color: #f12813;
	font-weight: bolder;
}
.sw{
	color: #000000;
	font-weight: bolder;
}
#versteckt{
	visibility: hidden;
}
.trenner{
	padding: 0 10px 0 10px;
}
.sw{
	color: #000000;
	font-weight: bolder;
}
.Programm{
	position: relative;
	background-color: #f6f1df;
	top: 15px;
	left: 0;
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #9c9d9f;
}

