@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 75%/135% Verdana, Geneva, sans-serif;
}
.logos {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 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;
}
#berchtold {
	background: #d8e1f2;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-top: 5px solid #007AC0;
	border-bottom: 1px solid #007AC0;
}
#schuetzenhaus {
	background: #fff2d3;
	clear: both;
	float: left;
	width: 100%;
	border-top: 5px solid #FFCA04;
	margin-bottom: 30px;
	border-bottom: 1px solid #FFCA04;
}
#b5 {
	background: #ebd4c5;
	clear: both;
	float: left;
	width: 100%;
	border-top: 5px solid #8B3003;
	border-bottom: 1px solid #8B3003;
}
.text {
	float: left;
	width: 380px;
	margin-top: 78px;
}

.text p {
	text-align: right;
}
.bild_rechts {
	background: #C9F;
	float: left;
	height: 63px;
	width: 150px;
	margin-top: 57px;
}
