/* 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.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_text.jpg") no-repeat;
}

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

#content #headline h1 {
	padding-top: 15px;
}

#footer {
	height: 50px;
	position: relative;
	background: url("../img/bg_footer.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 table {
	margin-left: 30px;
}

#content td {
	padding: 3px;
}

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

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

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

#bilder {
	float:left;
	width: 236px;
	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;
}
