@charset "UTF-8";
/* CSS Document */


body           	{ margin:0px;
                  padding:0px;
				  font-family:"Myriad Pro", Myriad, Helvetica, Arial, SansSerif;
				  font-size:14px;
				  line-height:20px;
				  color:#9d9d9c;
				  background-color:#ffffff;
                  /*background-color:#96c11f;*/}
				  
				  
/*-------------------------Inhalt--------------------------*/		  
				  
				  
.logo     { margin:auto;
            margin-top:20px;
            width:480px;
			height:153px;
			/*background-color:#39C;*/}
			
.text     { margin:auto;
            width:480px;
            height:382px;
			/*background-color:#FFC;*/}


/*.informationen  { margin-left:186px;
                  width:600px;
                  height:44px;
				  background-color:#33C;}*/
			
/*-----------------------Kontaktdaten----------------------*/	


.footer           { width:100%;
                    height:600px;
					margin-top:0px;
					/*margin:auto;*/
					/*position:absolute;*/
					background-color:#96c11f;
					/*background-color:#F90;*/}	
					
.abstand           { width:100%;
                     height:28px;
					 /*background-color:#639;*/}					
					
.platzhalter       { width:100%;
                     height:112px;
					 /*background-color:#CF0;*/}
					 
.kontaktdaten		{ width:480px;
                      height:112px;
					  margin:auto;
                      /*background-color:#F33;*/}
					  
.name	        	{ width:240px;
                      height:112px;
					  float:left;
					  /*background-color:#FC3;*/}
					  
.kontakt	        { width:240px;
                      height:112px;
					  float:right;
					  /*background-color:#C39;*/}					  


