@charset "utf-8";
/* CSS Document */

				*{

				padding:0; /* Abstände entfernen */

				margin:0;
				
				font-family:Arial, Helvetica, sans-serif;

				}
				
				html { height: 101%; } 
				
				body{

				font-family:12px "Arial";

				/* Für Zentrierung in älteren Browsern wichtig: */

				text-align: center; 

				background-color:#fbe4c2;
				
				font-size:14px;

				}
				

				/* Allgemeine Formatierungen */

				h2{

				margin: 1em 0;

				font-size: 16px;

				text-transform: uppercase;

				border-left: 5px solid orange;

				padding-left: 8px;

				line-height: 18px;  /* Höhe des linken Rands */

				}

				/* Hauptcontainer */

				#box{

				width: 760px;

				margin: 0 auto;  /* Zentrierung */

				text-align: center;

				background: #FFF;/*ddd*/

				border: 5px solid white;

				border-bottom: none;

				}

				/* Header */

				#header{

				background: white;

				height: 288px;

				color:black;

				line-height: 70px; /* vertikale Ausrichtung */

				padding-left: 0px;

				font-size: 25px;

				text-transform: uppercase;

				text-align: left;
				
				background-image:url(logo.jpg);
				
				background-repeat:no-repeat;
				
				background-position:top;
				
				margin-bottom:0px;
				
				
				
				/*border-bottom-color: #CCCCCC;
				
				border-bottom-style:solid;
				
				border-bottom-width:1px;*/

				}

				#header span{

				display: block;

				color: white;

				font-size: 12px;

				text-transform: none;

				margin-top: -45px;   /* nach oben verschieben */

				font-weight: normal;

				}

				/* Navigation */

				#farbe {
				
				height:10px;
				
				width:760px;
				
				background-color:#32c1ea;
				
				float:left;
				
				}


				div#navigation{

				list-style: none;

				width: 760px;

				float: left;

				height: 30px;

				background: white;
				
				display:block;

				}

				#navigation li{

				float: left;	

				list-style: none;			


				}

						
				div#navigation li a{

				list-style: none;
				
				display: block;

				height: 30px;

				width: 152px; /* Breite 650px:5 = 130px */

				text-decoration: none;

				line-height: 30px;

				float: left;

				/*color: #747474;*/
				

				
				font-family:Verdana, Arial, Helvetica, sans-serif;
				
				font-size:13px;	
				
				font-weight:bold;

				}
				
				div#navigation li a:hover{

				/*background: #3fc5eb;*/

				/*color: #f5f5f5;*/
				
				}				
		
				.menu1 {
				
				/*background-image:url(images/menu_strich.jpg);*/
				
				background-repeat:no-repeat;
				
				background-position:right;
				
				background-color:#d91d00;
				
				color:#FFFFFF;
				

				}
				

				
				.menu1 a:hover {
				
				background-color:#d91d00;	

				background-image: url(images/arrow_down_white.png);
				
				background-position: 109px;
				
				background-repeat:no-repeat;
				
				color:#e2e2e2;

				}
				
				.menu2 {
				

				
				background-repeat:no-repeat;
				
				background-position:right;
				
				background-color:#fd8000;
				
				color:#000;
				
				font-size:13px;
				
				}
				
				.menu2 a:hover {
				
				background-color:#fd8000;
				
				background-image: url(images/arrow_down_white.png);
				
				background-position: 109px;
				
				background-repeat:no-repeat;	
				
				color:#666;
				
				}

				.menu3 {
				
				background-image:none;
				
				background-position: 109px;
				
				background-repeat:no-repeat;	
				
				background-color:#ffed51;
				
				color:#000;
				
				font-size:13px;
				
				}
				
				.menu3 a:hover {
				
				
				background-color:#ffed51;
				
				color:#666;
				
				background-image:none;
				
				background-position: 109px;
				
				background-repeat:no-repeat;	
				
				}
				
				.menu4 {
				

				
				background-repeat:no-repeat;
				
				background-position:right;
				
				background-color:#97f324;
				
				color:#000;
				
				}
				
				.menu4 a:hover{
				
				background-color:#97f324;
				
				background-image: url(images/arrow_down_white.png);
				
				background-position: 109px;
				
				background-repeat:no-repeat;
				
				color:#666;
				
				}
				
				.menu5 {
				
				background-color:#187705;
				
				color:#FFFFFF;
		
				}
				
				.menu5 a:hover {
				
				background-color:#187705;
				
				color:#000099;
				
				background-image: url(images/arrow_down_white.png);
				
				background-position: 109px;
				
				background-repeat:no-repeat;
				
				color:#e2e2e2;
				
				}
				
				#selected_menu1 { 				/*blau*/
				
				height:10px;
			
				width:760px;
				
				background-color:#d91d00;
				
				float:left;
				
								
				}
				
				#selected_menu2 { 				/*grün*/
				
				height:10px;
			
				width:760px;
				
				background-color:#fd8000;
				
				float:left;
								
				}
				
				#selected_menu3 { 				/*grau*/
				
				height:10px;
			
				width:760px;
				
				background-color:#ffed51;
				
				float:left;
								
				}
				
				#selected_menu4 { 				/*rot*/
				
				height:10px;
			
				width:760px;
				
				background-color:#97f324;
				
				float:left;
								
				}

				#selected_menu5 { 				/*rot*/
				
				height:10px;
			
				width:760px;
				
				background-color:#187705;
				
				float:left;
								
				}
	
				/* Inhalt */

				

				#inhalt{

				padding: 0px 0px 0px 0px; /* Innenabstand */
				

				text-align: left;  /* wichtig */

				clear: left; /* wichtig */

				min-height: 600px; 
				
				width: 750px;
				
				/*
				border-right-style:solid;
				
				border-right-color:#ccc;
				
				border-right-width:1px;
				
				
				border-left-style:solid;
				
				border-left-color:#ccc;
				
				border-left-width:1px;
				
				border:2px solid #000;*/
				
				}

				

				/* Footer */

				

				#footer{

				height: 30px;

				line-height: 30px;

				background: white;

				color: grey;

				text-align: center;
				
				border-top-style:solid;
				
				border-top-color:#ccc;
				
				border-top-width:1px;
				

				}

				#footer span a{

				float: right;

				margin: -30px 10px 0 0;

				color: orange;
				
				

				}

				#footer span a:hover{

				color: white;

				}
				
				#footer a {
					color:#000;
					text-decoration:none;
					
				}
				
				#footer a:hover {
					color:#d91d00;
					text-decoration:none;
					
				}
				
				#content_header{
					width:760px;
					height:400px;
					/*background-image:url(images/seite_03.png);
					background-repeat:no-repeat;
					background-position:top;*/
				}
				
				#pic_holder{
					/*margin-top:15px;*/
					margin-left:417px;
					vertical-align:top;
				}
				
				#content_pref{
					/*margin-top:15px;*/
					float:left;
					height:500px;
				}
				
				.text{
					margin-top:40px;
					line-height:18px;
					max-width:740px;
					
				}
				.text li {
					margin-left:15px;
				}
				.content_text {
					line-height:22px;
					margin-top:10px;
				}

				.line_red{
					border-top:1px solid #d91d00;
					padding-top:10px;
					padding-bottom:10px;
				}
				.line_orange{
					border-top:1px solid #fd8000;
					padding-top:10px;
					padding-bottom:10px;
				}
				
				.line_yellow {
					border-top:1px solid #e0ca0b;
					padding-top:10px;
					padding-bottom:10px;
				}
				
				.startseite_header{
					font-family:Arial, Helvetica, sans-serif;	
					font-size:18px;
					color:#d91d00;
				}
				.location_header{
					font-family:Arial, Helvetica, sans-serif;	
					font-size:18px;
					color:#fd8000;
				}
				.kinder_header{
					font-family:Arial, Helvetica, sans-serif;	
					font-size:18px;
					color:#e0ca0b;
				}
				.spiel_header{
					font-family:Arial, Helvetica, sans-serif;	
					font-size:18px;
					color:#6fc800;
				}
				.plan_bg_01{
					/*background-image:url(images/seite_03.png);
					background-repeat:no-repeat;
					background-position:top;*/
					background-color:#97f324;
					height:30px;
				}
				.abstand{
					padding-top:0px;
				}
				
				#tabelle td{
					height:50px;
				}
				
				.menu1 li a{
					color:#FFFFFF;
				}
				
				.menu1 li a{
					color:#000;
				}
				
				.menu2 li a{
					color:#FFFFFF;
				}
				.menu3 li a{
					color:#000;
				}
				.menu4 li a{
					color:#FFFFFF;
				}
				.menu5 li a{
					color:#FFFFFF;
				}
				.gb_div {
					max-width:750px;
					min-width:750px;
					background-color:#c5ff7d;
					min-height:30px;
					height:50px;
					
				}

				.wing a{
					font-size:14px;
					color:#000;
				}
				
								
				.wing a:hover {
					font-size:14px;
					color:#e0ca0b;
				}
				
				.text a{
					text-decoration:none;
					color:#000;
				}
				
								
				.text a:hover {
					color:#d91d00;
					text-decoration:none;
				}
				
				.content {
					margin-top:40px;
				}
				.content li {
					margin-left:15px;
					line-height:22px;
				}
				.gb_title {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					font-style: normal;
					font-weight: normal;
					color: #187705;
				}

				.gb_date{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					font-style: normal;
					font-weight: normal;
					color: #535353;
				}
				.gb_beschreibung {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					font-style: normal;
					font-weight: normal;
					color: #333;
				}