/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


html, body { 
	font-family: arial, helvetican, tahoma, verdana, sans-serif; 
	font-size: 14px;
	height: auto;
	width: 100%;
}

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

#container {
	height: 100%;
}

#header {
	display: none;
}

#contentarea {
	width: 100%;
	padding-top: 10px;
}

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

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

#footer {
display:none;
}

#content {
	float: left;
	width: auto;
}

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

#content h1 {
	padding: 0px 30px 10px 30px;
	font-size: 20px;
}

#content h2 {
	padding: 0px 30px 10px 30px;
	font-size: 16px;
}

#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; 
	font-size: 14px;
	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; 
	font-size: 14px;
}

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

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

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