body {
		background-color:white;
		background-image:url(template/bg.jpg);
		background-repeat:repeat-x;
		margin:0px;
		padding:0px;
		font-family:verdana;
		font-size:18px;
	 }
	 
.all {
	  width:1000px;
	  height:700px;
	  margin:0px auto;
	  font-size:16px;
	  
	  }

/*damit der div id left ausgeblendet wird, diesen braucht man nicht in der css für den drucker */ 		
#left   {
		display:none;
		margin: 0px 5px 10px;
		width:10px;
		height:10px;
		float:left;
		border:1px solid black;
		}
	
/*Damit das navigationsmenü ausgeblendet wird, dieses braucht man nciht in der css für den drucker */	
#navi	{
		display:none;
		margin:10px 0px;
		width:133px;
		height:295px;

		}
		
/*Das wetter wird in der css für den drucker ebenfalls ausgeblendet */
#wetter {
		display:none;
		margin:20px 0px 0px 10px;
		width:111px;
		height:217px;
		}
		
#mitte {
		margin:0px;
		padding:0px;
		
		background-color:white;
		margin: 10px 5px 10px;
		width:920px;
		min-height:538px;
		height:auto;
		float:left;
		}

#mitte_header {	width:690px;
				height:60px;
				
}
#mitte_left {	width:149px;
				height:478px;
				background-image:url(template/bg_mitte_left.jpg);
				background-repeat:no-repeat;
				float:left;
				 }

#mitte_left a {
				color:#3366ff;
			}

#mitte_left a:hover {background-color:#3366ff;
					 color:white;}


				
#content {
			width:700px;
			padding-left:20px;
			min-height:483px;
			height:auto;			
			float:left;
			
			}
		
* html #content {/*Für IE*/
		height:483px;
		}
	
/*Der Zufallsbanner wird in der druckausgabe nicht benötigt, also nicht ausgeben in der css für den drucker */	
#right  {
		display:none;
		margin: 10px 5px 10px;
		border: 1px solid #3366cc;
		width:131px;
		height:538px;
		float:left;
		}

.clear {
		clear:both;
		}
		
/*Der footer muss nicht in der Druckausgabe ausgegeben werden, also in mit css nicht ausgeben */
#footer  {
		display:none;
		color:white;
		margin:0 auto;
		border:1px solid #3366cc;
		background-color:#0066ff;
		background-image:url(template/footer.jpg);
		background-repeat:repeat-x;
		clear:left;
		width:1000px;
		height:18px;
		}

#footc{ 
		padding-top:2px;
		text-align:center;
		width:500px;
		height:16px;
		float:left;
		}
		
#footc a {color: white;}

#footc a:hover{color:#aaddff;}
	
	
#footr	{
		padding-top:2px;
		text-align:center;
		width:230px;
		height:16px;
		float:left;
		}
		
#footr a {
		border:none;
		color:#aaddff;
		text-decoration:none;
		font-weight:bold;
		}





.flugzeugoben { width:230px;
				height:220px;
				float:left;
				}
				
.flugzeugunten {width:700px;
				height:118px;
				color:#3366cc;
				border-top:1px solid #3366cc;
				}


h1		{
		font-family:verdana;
		font-size: 16px;
		font-weight:bold;
		color:#3366ff;

		}

h2		{font-family:verdana;
		 font-size:15px;
		 color:#3366cc;
		 height:5px;
		}

h3		{font-family:verdana;
		 font-size:15px;
		 color:#3366cc;
		 height:0px;
}


a 		{
		border:none;
		color:#3366cc;
		text-decoration:none;
		}
ul 		{list-style-type:disc;
		 color:#3366ff;
		 }

/*Navigationsleiste: für jeden Button wird nun ein Background Image gesetzt. Zudem
wird ein Hover mit einem anderen Background image angelegt.
*/

	#akt a {
				background-image:url(template/navi_akt.jpg);
				width:133px;
				height:59px;
				display:block;
			}		
		
	#akt a:hover 
			{
				background-image:url(template/navi_akt_akt.jpg);
				width:133px;
				height:59px;
				display:block;
			}
	
	#akt_a a {
				background-image:url(template/navi_akt_akt.jpg);
				width:133px;
				height:59px;
				display:block;
			}



	#flieg a
			{
				background-image:url(template/navi_flieg.jpg);
				width:133px;
				height:59px;
				display:block;
			}		
		
	#flieg a:hover
			{
				background-image:url(template/navi_akt_flieg.jpg);
				width:133px;
				height:59px;
				display:block;
			}
			
	#flieg_a a {
				background-image:url(template/navi_akt_flieg.jpg);
				width:133px;
				height:59px;
				display:block;
	}



	#flugp a
			{
				background-image:url(template/navi_flugp.jpg);
				width:133px;
				height:59px;
				display:block;
			}		
		
	#flugp a:hover
			{
				background-image:url(template/navi_akt_flugp.jpg);
				width:133px;
				height:59px;
				display:block;
			}
			
	#flugp_a a
			{
				background-image:url(template/navi_akt_flugp.jpg);
				width:133px;
				height:59px;
				display:block;
			}		



	#flugg a
			{
				background-image:url(template/navi_flugg.jpg);
				width:133px;
				height:59px;
				display:block;
			}		
		
	#flugg a:hover
			{
				background-image:url(template/navi_akt_flugg.jpg);
				width:133px;
				height:59px;
				display:block;
			}
			
	#flugg_a a
			{
				background-image:url(template/navi_akt_flugg.jpg);
				width:133px;
				height:59px;
				display:block;
			}		



	#gal a
			{
				background-image:url(template/navi_gal.jpg);
				width:133px;
				height:59px;
				display:block;
			}		
		
	#gal a:hover
			{
				background-image:url(template/navi_akt_gal.jpg);
				width:133px;
				height:59px;
				display:block;
			}
			
	#gal_a a
			{
				background-image:url(template/navi_akt_gal.jpg);
				width:133px;
				height:59px;
				display:block;
			}	

/* Ende der NAVI-Hover Einstellungen */

/*Fürs Gästebuch*/
#blaettern {
		color:#33aaFF;
		font-weight:bold;
		font-style:italic;
		}

#ersteller
		{
		color:#3366ff; 
		font-size:14px;
		font-style:italic;
}

