
* { padding: 0; margin: 0; }



a:link{		color:#424242;
		text-decoration: none
      }
a:visited{ 	color:#424242;
		text-decoration: none
      }
a:hover{  	color:#99cc66;
		text-decoration: none
      }
a:active{	color:#99cc66;
		text-decoration: none
      }



body {
 font-family: century gothic;

}

#wrapper { 
        margin: 0 auto;
	
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;   /* ! padding-left + width = Breite des Background-image ! */

 	width: 1200px;
 	border: 0px solid #ccc;
 	background-image: url("bilder/bg.png");
 	background-repeat:no-repeat;
}







#nav { 

 width: 1200px;
 color: #333;
 border: 0px solid #ccc;
 //background: white;
 height: 600px;

 background-repeat:no-repeat;
}


#welcome { 

 font-family: century gothic;
 width: 1200px;
 color: #333;
 border: 0px solid #ccc;
 //background: white;
 height: 700px;

 background-repeat:no-repeat;

}



#content { 

 font-family: century gothic;
 width: 1200px;
 color: #333;
 border: 0px solid #ccc;
 //background: white;
 height: 1700px;

}


#end { 

 font-family: century gothic;
 width: 1200px;
 color: #333;
 border: 0px solid #ccc;
 //background: white;
 height: 500px;
background-image:url("bilder/uebergang.jpg");
 background-repeat:no-repeat;

}




html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

a img {
  border:0px;
}


