
#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;
	}
}

.unterseiten-hinweis-block { 
/* W3C Spec 
background: linear-gradient(top, yellow, blue 20%, #0f0); 
*/
width: 500px;
text-align: center;
padding: 10px;
background-color: #ccf;
background: -moz-linear-gradient(top, #99f 0, #fff 67%, #d2d2d2 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #99f), color-stop(0.67, #99f), color-stop(1, #d2d2d2));  
border-radius: 5px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
box-shadow: 0 15px 20px -10px #e1e1e1; 
-moz-box-shadow: 0 15px 20px -10px #e1e1e1; 
-webkit-box-shadow: 0 15px 20px -10px #e1e1e1; 
border: 2px solid #66f;
}

