/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


html, body { 
	font-family: arial, helvetican, tahoma, verdana, sans-serif; 
	height: auto;
	width: 100%;
	background: url("../img/bg_html.jpg") repeat-x;
}

/* Einstellungen f&uuml;r die Position */

#container {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	background: url("../img/bg_content_textbild.jpg") repeat-y;
}

#header {
	height: 129px;
	width: 100%;
	position: relative;
	background: url("../img/header.jpg") no-repeat;
}

#contentarea {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	background: url("../img/bg_textbild.jpg") no-repeat;
}

#headline {
	height: 85px;
	margin-bottom: 10px;
	overflow: hidden;
}

#content #headline h1 {
	line-height: 60px;
	height: 60px;
}

#footer {
	height: 50px;
	position: relative;
	background: url("../img/bg_footer_textbild.jpg") no-repeat;
	background-color: white;
}

#content {
	float: left;
	width: 524px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#content p {
	padding: 0px 30px 10px 30px;
}

#content h1 {
	padding: 0px 30px 10px 30px;
}

#content h2 {
	padding: 0px 30px 10px 30px;
}

#content ol {
	padding: 0px 30px 10px 60px;
}

#content ul {
	padding: 0px 30px 10px 60px;
}

#content ul li {
	list-style-type: disc;
}

/* 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; 
}

#datum {
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	overflow: hidden;
}

#datum h2 {
	padding-left: 10px;
	overflow: hidden;
}

#images {
	overflow: hidden;
}

#images img {
	padding-bottom: 10px;
}

#links {
	overflow: hidden;
	margin: 10px;
}

#links h1, #links h2, #links p {
	padding: 0 0 10px 15px;
}

#links ol, #links ul {
	padding: 0 0 10px 35px;
}

#links ul li {
	list-style-type: disc;
}

#termine p, #termine h1, #termine h2 { 
	padding-bottom: 3px;
}

#textbilddiv {
	clear: both;
	width: 740px;
}

table.textbild {
	margin: 0 0 30px 30px;
	padding: 0;
	border-collapse: collapse;
}

table.textbild tr {
	margin-bottom: 20px;
}

table.textbild tr.platzhalter {
	border: none;
	height: 20px;
}

td.nurtext {
	width: 650px;
	padding: 20px 20px 10px 0;
	margin: 0;
	border-top: 4px solid #a0cbe9;
	border-bottom: 4px solid #a0cbe9;
	border-left: 4px solid #a0cbe9;
}

td.nurbild {
	background: url("../img/liste_textbild.jpg") no-repeat top right;
	padding: 0;
	margin: 0;
	width: 237px;
	border-top: 4px solid #a0cbe9;
	border-bottom: 4px solid #a0cbe9;
	border-right: 4px solid #a0cbe9;
}

td.nurbild img {
	margin: 0;
	padding: 10px;
}

#rundschreiben {
	width: 640px; 
	margin-left:20px;
}

#rundschreiben td, #rundschreiben th {
	padding: 5px;
}

#rndsuche {
	padding: 0 20px 20px 20px;
}

