.wrapper{

width: 1000px;

margin: auto;
	
}

header
{
                      position: relative;
                      height: 220px;
					  background-image:url(Grafik/header.png);
					  background-size:contain;
					  background-repeat:no-repeat;
					  width:900px;
					  margin: auto;
					  border-radius: 5px;
                        
}    
        

.Tourdaten
{
                      padding-top: 20px;
					  color:white;
                      width: 325px;
                      font-family: Arial;
                     float: right;
                    
                      width: 300px;

}
#main
{
                        
                        font-family: Arial;
                        text-align: justify;
				
						margin: auto;
}
#navigation
{
                       
                   		border-radius: 5px;
						height: 40px;
                        font-size: 15px;
                        font-family: comic Sans MS;
						color: white;
						width: 950px;
						text-align:center;
						 box-shadow:2px 2px 2px 2px #333333,
						 2px 2px 2px 2px #333333 ,
						 2px 2px 2px 2px #333333,
						 2px 2px 2px 2px #333333;
						margin: auto;
					

    
}


#navigation span{
	position:relative;
	top: 10px;	
}
#main
{
	
    width:900px;
                     
         
}
a:link
{
   color: white; 
}
a:visited
{
    
    color: white; 
}
body{
    color: white;
}