.container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	
}

.Logo {      
	width: 950px;
    margin-bottom: 30px;
    color: #FFFFFF;   
   	
}   

.Logo h1  {
   font-size: 50px;
   text-align: center;
   font-family: Arial;
   line-height: 90%;
   
}

.Logo h2  {
   font-size: 40px;
   text-align: center;
   font-family: Arial;
   line-height: 90%;
   
}      

.Inhalt {   	
	padding-left: 73px;
	padding-right: 73px;
	padding-top: 20px;
	padding-bottom: 20px; 
	margin-top: 20px;  
	margin-bottom: 20px;
	background-image: url(../images/_heller.png); 
	border-radius: 5px 5px 5px 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
}
.Impressum { 	
	padding-top: 30px;
	padding-bottom: 30px; 	
	margin-top: 10px; 	
	text-align: center;
	font-size: 14px;
	color: #FFF;
 	background-image: url(../images/_dunkler.png); 
	border: 2px solid #000;
	border-radius: 5px;
}

.Impressum a { 
    color: #FFFFFF;
} 

.Impressum a:hover {
    text-decoration: underline;
}   


.menue {  	
	font-size: 23px;
	text-align:center;
	height:30px;  
}
.menue a {  
	float:left;
	height:30px;
	width:145px;
	margin-right:11px;
 	background-image: url(../images/_heller.png);
	border: 2px solid;
	border-radius: 5px; 
    color: #000000; 
    text-decoration: none;    
 }   
 	
.menue a:hover { 
    background-color: #FFFFFF;
    text-decoration: none;
    
 } 	
 
.menue_wahl {
	float:left;
	height:30px;
	width:145px;
	margin-right:10px;
	background-color: #ffffff;
	border: 2px solid;
	border-radius: 5px;
	color: #000000;
    text-decoration: none;
}         

.zitat {
	text-align:right;   	
	width: 500px;
	padding-left: 150px;
    margin-bottom: 20px;  }

.imag {
	text-align:center;
	display: block;
    margin-left: auto;
    margin-right: auto; 
	width: 500px;        
}


body {
    background-image: url(../images/Himmel.jpg);
	font-family: serif;
	background-repeat: no-repeat;
	font-size: 16px;
	background-attachment: fixed;
	background-position: center;
	background-color: #069; 
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

a { 
  text-decoration: none;
  color: #000000;
}
 a:hover {
  text-decoration: underline;
} 

.Einladung {
background-image: url(../images/_heller.png);
    border:2px solid ; 
    margin: 20px;       
    padding: 30px;
    font-size: 80%
}