html {height: 100.5%; font-size: 62.5%}

* {margin: 0px; padding: 0px}

body{
	background-image: url(pix/strasse1.jpg);
}

#wrapper{
	width: 990px;
	background-color: white;
	margin: auto;
	height: 1500px;
	padding: 10px;
}
button{
	float: right;
	margin: 400px 30px 30px 0px;
	width: 40px; height: 40px;
	border: 4px solid red;
	background-color: white;
	font-weight: bold;
}
button:hover{
	background-color: yellow;
}

#bild{
	background-image: url(pix/beatles.jpg);
	height: 464px;
}
#navi{
	background-color: yellow;
	margin: 20px 0px 100px 0px;
}

#navi ul li{
	background-color: #003399;
	border: 1px solid white;
	float: left;
	padding: 5px;
	width: 185px;
		list-style-type: none;
		color: white;
		font-size: 3em;
		text-align: center;	
		font-family: 'Francois One', sans-serif;
}

#main_cont{
}

#links{
	background-color: lightblue;
	width: 200px;
	float: left;
}
#mitte{
	width: 500px;
	float: left;
	margin-left: 20px;
	font-size: 2em;
}

#bild1{
	background-image: url(pix/beatles_1.jpg);
	width: 200px;
	height: 147px;
	float: left;
	margin: 5px;
	border: 5px solid #CC0000;
	}
	
#1{
	
}

#bild2{
	background-image: url(pix/beatles_2.jpg);
	width: 200px;
	height: 125px;
	float: right;
	margin: 5px;
	border: 5px solid #CC0000;
	}
	
#bild3{
	background-image: url(pix/beatles_3.jpg);
	width: 200px;
	height: 143px;
	float: left;
	margin: 5px;
	border: 5px solid #CC0000;
	}
	
#2{
	margin-top: 35px;
}
	
#rechts{
	background-color: beige;
	width: 250px;
	float: right;
	}
#footer{
	background-color: white;
	height: 100px;
	background-color: lightblue;
	margin-top: 900px;
}