* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-image: url(images/hintergrund4.jpg);
	background-repeat: no-repeat;
	/*background-position: left;*/
}
/*wrapper
++++++++++++++++++++++++++++*/
#wrapper {
	width: 1000px;
	height: 1150px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 30px;
	background-image: url(images/hintergrund.jpg) ;
	background-repeat: no-repeat;
	border-radius: 40px;
	box-shadow: 10px 10px 30px #fff inset;
	margin-left: 300px;
}
#wrapper header {
	width: 1000px;
	height: 200px;
	background-image: url(images/bild1.jpg);
	background-repeat: no-repeat;
	box-shadow: 0 5px 50px #fff inset;
	border-radius: 40px;
	
}
#wrapper header img {
	text-align: center;
	margin-top: 15px;
	margin-left: 200px;
	border-radius: 40px;
}
h4 {
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 0 20px #000 inset;
	color: #B62E2E;
	text-decoration: underline;
	background-color: #efefef;
}

h5 {
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 0 20px #000 inset;
	color: #B62E2E;
	background-color: #efefef
}
/*--------------schulranzenbutton--------------------------------*/
#schule ul li{
	width: 550px;
	height: 90px;
	margin-top: 30px;
	margin-left: 230px;
	background-color: #efefef;
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
	text-shadow: 0 0 5px #fff;
	box-shadow: 0 0 20px #000 inset;
	border-radius: 20px;
	
}
#schule ul li:hover {
	background-color: #fff;
}
#schule ul li a {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	text-decoration: none;
	
}
#schule ul li strong {
	font-size: 23px;
	color: #ED4040;
}

/*------------------------------------------------------*/
#nav {
	float: left;
	margin-top: 40px;
	margin-left: 60px;
	cursor: pointer;
	
}
#nav ul {

	list-style-type: none;
	
}
#nav ul li a {
	clear: boht;
	display: block;
	width: 200px; 
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	padding-top: 20px;
	color: #F7F1D7;
	text-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000 inset;
	margin: 10px;
	border-radius: 20px;
	background-color: #BF9B2F;
	text-decoration: none;
	
}
#nav ul li a:hover {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 10px #000;
	text-shadow: 0 0 5px #fff;
	box-shadow: 5px 5px 20px #000 inset;
}




/*Gallery Startseite+++++++++++++++++*/
#gallery {
	float: right;
	
}

#gallery   .gallery {
	width: 480px;
	height: 400px;
	overflow: hidden;
	margin-top: 50px;
	margin-right: 150px;
	
}

#gallery  .gallery  img {
	width: 460px;
	height: 360px;
	background-color: #DAD3A4;
	padding: 10px;
}
/*--------------googlemaps------------*/
#karte {
	clear: both;
	position: absolute;
	left: 1200px;
	top: 750px;
	z-index: 2000;
	border: 2px solid #efefef;
	box-shadow: 0 0 20px #000;
}

/*Öffnungszeiten+++++++++++++++++++*/
#zeit {
	float: left;
	width: 450px;
	height: 100px;
	border: 1px solid #efefef;
	border-radius: 10px;
	box-shadow: 0 0 10px #000;
	margin-left: 100px;
	margin-top: 40px;
	background-color: #E7D9C0;
}
#zeit table {
	margin-left: 30px;
}
#zeit h3 {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	text-decoration: underline;
}
#zeit table tr {
	width: 150px;
	font-size: 16px;
}
#zeit table td {
	width: 250px;
	font-size: 16px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	
}












