/* CSS Document */

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image:url(images/bg.jpg);
}
#div_inhalt{
	width: 800px;
	height: 100%;
	float: left;
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#div_navi{
	height: 100%;
}
#div_text{
	padding: 20px 20px 20px 20px;
	height: 440px;
	overflow: auto;
}
#div_footer{
	background-color: #41608E;
	width: 100%;
	height: 20px;
	font-size: 70%;
	padding-top: 3px;
}
#div_banner_re{
	padding: 5px 5px 5px 5px;
}
p, label, li{
	font-size: 75%;
}
th{
	font-size: 75%;
	text-align: left;
}
h1{
	color: #41608E;
	font-size: 120%;
	font-weight: bold;
	font-style:italic;
}
h2{
	color: #41608E;
	font-size: 110%;
	font-weight: bold;
	font-style:italic;
}
a.menu:link,a.menu:visited{
	font-size: 75%;
	font-weight: bold;
	width: 140px;
	height: 25px;
	padding: 4px 0px 4px 0px;
	color : #000000;
	text-decoration: none;
	border-bottom: 1px solid #41608E;
}
a.menu:active,a.menu:focus,a.menu:hover{
	font-size: 75%;
	color : #41608E;
	background-color: #DFE5F0;
	text-decoration: none;
}
.fettschrift{
	font-weight: bold;
}
.img_left{
	float: left;
	margin: 5px;
}
.img_right{
	float: right;
	margin: 5px;
}
.form-standard{
	width: 200px;
}
.form-plz{
	width: 50px;
}
.form-ort{
	width: 144px;
}
.form-date_k{
	width: 25px;
}
.form-date_l{
	width: 50px;
}
.form{
	font-size: 75%;
}
.normalgross{
	font-size: 100%;
}
.hintergrund{
	background-color: #cccccc;
}