body {
	text-align: center;
}
#container {
	background-image: url(../images/HG_Titel.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 840px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
	color: #52A529;
	background-color: #DCF3D1
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 38px;
	font-weight: bold;
	color: #52A529
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000
}
img {
	border: 0px #7B7B7B solid
}
.umfluss-links {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}


/* ====================================================================================================
/* Formular
/* ====================================================================================================
*/


label { width: 190px; float: left; text-align: right; padding-right: 10px; }
input, select {
	height: 20px;
	margin-bottom: 5px;
}
textarea { margin-bottom: 5px; }

