body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #d3d3d3;
	margin: 0px; 
}
#div_main{
	background-image:url(images/hintergrund.jpg);
	background-repeat:repeat;
	background-position:top;
}
#div_inhaltsbereich{
	background-image:url(images/weiss.png);
	width:850px;
	text-align:center;
}
.footer{
	width: 846px;
	font-size: 60%;
	padding: 1px;
	color : #eeeeee;
	background-color: #2d5763;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
a.footerlink:link,a.footerlink:visited{
	color : #eeeeee;
	text-decoration: none;
}
a.footerlink:active,a.footerlink:focus,a.footerlink:hover{
	color : #ffffff;
	text-decoration: none;
}
h1{
	font-size: 120%;
	font-weight: normal;
	color: #00000;
}
hr{
	border: 1px solid #2d5763;
	margin: 0px;
}
p, li{
	font-size: 80%;
	font-weight: normal;
}
label{
	font-size: 80%;
	font-weight: normal;
}
.form-standard{
	width: 150px;
}
.form-plz{
	width: 40px;
}
.form-ort{
	width: 106px;
}
.form-tag{
	width: 45px;
}
.form-jahr{
	width: 52px;
}
a:link,a:visited{
	color : #2d5763;
	text-decoration: none;
}
a:active,a:focus,a:hover{
	color : #2d5763;
	text-decoration: underline;
}
