@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 75%/135% Verdana, Geneva, sans-serif;
}
.logos {
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-right: 20px;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
}
#container {
	width: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#jubi {
	background: #D7E4B6;
	width: 100%;
	border-top: 5px solid #91B534;
	border-bottom: 1px solid #91B534;
	margin-bottom: 40px;
	float: left;
	height: 96px;
}
#berchtold {
	background: #d8e1f2;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-top: 5px solid #007AC0;
	border-bottom: 1px solid #007AC0;
	height: 96px;
}
#schuetzenhaus {
	background: #fff2d3;
	clear: both;
	float: left;
	width: 100%;
	border-top: 5px solid #FFCA04;
	margin-bottom: 30px;
	border-bottom: 1px solid #FFCA04;
	height: 96px;
}
#b5 {
	background: #ebd4c5;
	clear: both;
	float: left;
	width: 100%;
	border-top: 5px solid #8B3003;
	border-bottom: 1px solid #8B3003;
	height: 96px;
	margin-bottom: 30px;
}
#schaum {
	background: rgb(192,190,169);
	clear: both;
	float: left;
	width: 100%;
	border-top: 5px solid rgb(61,58,26);
	border-bottom: 1px solid rgb(61,58,26);
	height: 96px;
	margin-bottom: 30px;
}
.text {
	float: left;
	width: 380px;
	margin-top: 50px;
}
.text p {
	text-align: right;
}
.bild_rechts {
	background: #C9F;
	float: left;
	height: 63px;
	width: 150px;
	margin-top: 33px;
}
#schaum div.bild_rechts {
	height: 85px;
	width: 127px;
	margin-top: 7px;
}
#jubi .logos {
	margin-top: 18px;
}

