@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}
* {margin: 0; padding: 0;}
.slideshow {
	background-color:#fff;
	box-shadow: 0px 1px 5px 2px #888;
}

@media only screen and (max-width: 800px){



.section {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	}
.section div {
	margin-top:12px;
	padding:10px;
	box-shadow: 0px 1px 5px 2px #888;
	background-color:#fff;
	}

#section3 {
	width: 97%;
	margin-right: auto;
	margin-bottom: 170px;
	margin-left: auto;
	margin-top: 10px;
	}
.section div table {
	text-align:middle;
	}
.titel {
	font-size:25px;
	color: #72c56a;
	font-weight:100;
	text-align:center;
	}
.umbruch {
	display:none;
}
.beschr {
	font-size:20px;
	text-align:center;
	}





}
@media only screen and (min-width: 800px) {
	
	
.section {
	width: 97%;
	margin-right: auto;
	margin-left: auto;	
	max-width:850px;
	position:relative;
}

.section div {
	margin-bottom:20px !important; 
	box-shadow: 0px 1px 6px 2px #888;
	background-color:#fff;
	padding:15px;
	}
	
#section1 {
	margin-top: 20px;
	width: 97%;
	margin-right: auto;
	margin-left: auto;	
	max-width:850px;
	}
	
.titel {
	font-size:25px;
	color: #72c56a;
	font-weight:100;
	text-align:center;
	}
.beschr {
	font-size:20px;
	vertical-align:bottom;
	text-align:center;
}
.auss_titel {
	width:45.6% !important;
	display:inline-block;
	text-align:center;
}




}