/* Alle Einstellungen gleich setzen */@import url("base.css");/* Allgemeine Deklarationen */html, body { 	font-family: arial, verdana, helvetican, tahoma, sans-serif; 	height: auto;	width: 100%;	color: black;	line-height: 1.3em;/* 	font-size: 12px; */	background: url("../img/bg_body.jpg") repeat-x;}h3 {/* 	font-size: 13px; */	color: #0c3a85;	margin:  0 15px 15px 30px;	font-weight: normal;}/* Einstellungen f&uuml;r die Position */#container {	width: 1002px;	height: 100%;	margin: 0 auto;	background: url("../img/bg_container.jpg") repeat-y;}/* Einstellungen für den Header */#header {	height: 92px;	width: 100%;	position: relative;	background: url("../img/header.jpg") no-repeat;}#contentarea {	width: 100%;	overflow: hidden;	background: url("../img/bg_content.jpg") no-repeat;}#content {	float: left;	width: 720px;	min-height: 500px;	height: auto !important;	height: 500px;	padding-bottom: 20px;	padding-top: 0;/* 	border: 1px solid red; */}#frame {	width: auto;	margin: 29px;/* 	border: 1px solid red; */}#footer {	height: 57px;	position: relative;	background: url("../img/footer.jpg") no-repeat white;}/* Einstellungen fuer Links */#content p {	padding: 0px 30px 10px 0px;}#content table {	border-collapse: collapse;}#content td {	padding: 3px 6px 3px 0px;}#content h1 {	padding: 0px 30px 10px 0px;	margin: 0;/* 	border: 1px solid red; */}#content h2 {	padding: 0px 30px 10px 0px;}#content ol {	padding: 0px 30px 10px 30px;}#content ul {	padding: 0px 30px 10px 30px;}#content ul li {	list-style-type: disc;	padding-bottom: 10px;}/* Einstellungen fuer Links */#content a, #links a {	font-weight: bold; 	border-bottom: 1px solid #312c6d;	color: #312c6d;	margin-bottom: 10px;}#content a:hover, #links a:hover, #content a.active, #links a.active { color: black; }#content input.history {	padding: 3px 5px;	margin: 20px 20px 5px 0px; 	border-left: 1px solid #2f2c6e;	border-top: 1px solid #2f2c6e;	border-right: 2px solid #2f2c6e;	border-bottom: 2px solid #2f2c6e;	background-color: #b9dc79;	font-weight: bold; }#bilder {	float: right;	margin: 0 0 10px 10px;/* 	border: 1px solid red; */	width: 200px;}#bilder .bild {	margin-bottom: 20px;	clear: both;}a.download {	background: url("../img/download.jpg") no-repeat white;	padding-left: 20px;}
