/* Alle Einstellungen gleich setzen */@import url("base.css");/* Allgemeine Deklarationen */html, body { 	font-family: verdana, arial, helvetican, tahoma, sans-serif; 	height: auto;	width: 100%;	background-color: #d8e9f9;	color: black;	line-height: 1.5em;	font-size: 12px;}h3 {	font-size: 13px;	color: #0c3a85;	margin:  0 15px 15px 30px;	font-weight: normal;}/* Einstellungen f&uuml;r die Position */#container {	width: 999px;	height: 100%;	margin: 0 auto;}#header {	height: 111px;	width: 100%;	position: relative;	margin-top: 40px;	background: url("../img/header.gif") no-repeat;}#contentarea {	width: 100%;	padding-top: 10px;	overflow: hidden;	background-color: white;}#content {	float: left;	width: 424px;	min-height: 500px;	height: auto !important;	height: 500px;	padding-bottom: 20px;}#footer {	height: 50px;	position: relative;}/* Einstellungen fuer Links */#content a {	font-weight: normal; 	text-decoration: underline;	color: black;}#content a:hover, #links a:hover, #content a.active, #links a.active { color: #89addc; }#content h1 {	font-size: 20px;	font-weight: normal;	color: #89addc;	margin: 0 20px 20px 20px;	line-height: 1.2em;}#content h2 {	font-size: 14px;	font-weight: normal;	color: #89addc;	margin: 0 20px 10px 20px;	line-height: 1.2em;}#content p {	font-size: 12px;	color: black;	margin: 0 20px 10px 20px;}#content table {	width: 100%;	margin-left: 20px;	border-collapse: collapse;	border: none;}#content table th {	padding-right: 5px;	padding-bottom: 9px;	vertical-align:top;	text-align: left;	line-height: 1.3em;	font-size: 14px;	font-weight: normal;	color: #89addc;}#content table td {	padding-right: 5px;	padding-bottom: 9px;	vertical-align:top;	line-height: 1.3em;}#content table td p {	margin: 0;	padding: 0;}#content form {	margin: 0 20px 10px 20px;}#content input {	border: 1px solid #89addc;	background-color: #DDDDDD;	margin: 0;	font-size: 12px;}#content input.select {	border: 1px solid #89addc;	background-color: #DDDDDD;	margin: 0;	font-size: 12px;}#content #einrichtung {	border: 1px solid #89addc;	background-color: #DDDDDD;	margin: 0;	font-size: 12px;}#content ol, #content ul {	margin: 0 30px 10px 35px;	list-style-position: outside;	padding-left: 1em;}#content ul {	list-style-type: square;}#content li {	margin-bottom: 7px;}#content form table {	margin: 0;	padding: 0;}#content form h1 {	margin-left: 0;	padding-left: 0;}#bilder {	float: right;	width:180px;	padding-right: 57px;}#bilder .bild {	margin-bottom: 20px;}