
#site {
	width: 950px;
	height: 570px;
	margin-left: -475px;
	margin-top: -305px;
	top: 50%;
	left: 50%;
	position: absolute;
}
body {
	background-color: #EDF1E2;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
h3 {
	font-size: 14px;
	display: inline;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	display: inline;
}
a {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
}
.text-fett {
	font-weight: bold;
}
.breaker {
	clear: both;
	overflow: hidden;
	height: 1px;
}
#schnellsuche {
	background-color: #EDF1E2;
}
#schnellsuche-inhalt td {
	font-size: 11px;
}
#aktuelles {
	width: 168px;
	height: 226px;
	background-color: #EDF1E2;
}
#aktuelles-text {
	padding: 4px;
}
#center {
	width: 938px;
	background-color: #EDF1E2;
}
#legende-links {
	float: left;
	width: 100px;
	margin-top: 20px;
}
#content {
	float: left;
	width: 600px;
	background-color: #EDF1E2;
}
#content h1, #content h2, #content h3 {
	display: inline;
	font-weight: normal;
	margin-right: 3px;
	font-size: 12px;
}
#content-trenner {
	float: left;
	width: 1px;
}
#spalte-rechts {
	float: left;
	width: 168px;
}
#rechts {
	float: left;
	width: 29px;
}
.tabelle-rahmen {
	border: 1px solid #666666;
}
#anfrage-formular td {
	font-size: 11px;
}
input, select, textarea, checkbox {
	border: 1px solid #666666;
	background-color: #EDF1E2;
	text-align: left;
}
.input-pflicht {
	background-color: #ffcccc;
}
.input-rahmenlos {
	border-style: none;
	background-color: transparent;
	width: 10px;
}
.anfrage-formular-datum {
	width: 25px;
}
.bilder-rahmen {
	border: 1px solid #2E4D45;
}

@media print {
	#site {
		width: 950px;
		height: 570px;
		margin-left: 0px;
		margin-top: 0px;
		top: 0%;
		left: 0%;
		position: absolute;
	}
}