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

body {
	background-color: #C3C3C8;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
}
#banner {
	width:900px;
	border-top: 3px solid #90C;
	border-bottom: 3px solid #90C;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}
#navigation {
	width:120px;
	float: left;
	border-top: 3px solid #90C;
}
#textfeld {
	float: left;
	width: 654px;
	min-height: 500px;
	border-left: 3px solid #90C;
	border-right: 3px solid #90C;
}
#inhalt {
	font-size: 0.9em;
	background-color: #FFF;
	padding: 5px 10px 10px 10px;
	margin: 0 10px;
	line-height: 1.2em;
}
#werbung {
	width:120px;
	float: right;
	border-top: 3px solid #90C;
	text-align: center;
}

.ueberschirft_indexseite {
	font-weight: bold;
	background-color: #373848;
	color: #FFF;
}
.datum_indexseite {
	position: absolute;
	left: 550px;
}
.datum_rechts {
	text-align: right;
}
.text_blocksatz {
	text-align: justify;
}
.ueberschrift1_berichte {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #FFF;
	background-color: #373848;
	font-weight: bold;
}
.ueberschrift2_berichte {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #373848;
	color: #FFF;
}
.tabel_center {
	position: absolute;
	left: 250px;
}
.image_left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.image_right{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}.image_center {
	left: 28%;
	text-align: center;
	position: absolute;
	right: 28%;
	top: 50px;
}
.uppercase {
	font-weight: bold;
	text-transform: uppercase;
}
.Update {
	position: absolute;
	left: 420px;
	color: #F00;
	font-weight: bold;
}
#MenuBar2 {
	margin-top: 10px;
}
