/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


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

p {
	font-size: 13px;
	line-height: 1.3em;
	padding: 0 20px 5px 40px; 
}

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px 20px 5px 40px; 
	color: #005b51;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 20px 5px 40px; 
	color: #005b51;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 35px 0 10px 50px;
}

table {
	margin: 5px 20px 5px 40px; 
	border-collapse: collapse;
}

table td {
	padding: 5px;
}

ul, ol {
	font-size: 13px;
}

ol li {
	margin-left: 40px;
	line-height: 1.3em;
}

img {
	padding-bottom: 20px;
}

hr {
	border: 1px solid black;
}

/* Einstellungen fuer Links */

a {
	font-weight: normal; 
	font-size: 13px;
	text-decoration:underline;
	color: black;
}

a:hover, a.active { color: #555555; }


/* Einstellungen für die Position */

#container {
	width: 1042px;
	height: 100%;
	margin: 0 auto;
}

#mainmenu {
	height: 33px;
	position: relative;
	background: url("../img/bg_menue.gif") repeat-y;
}

#mainmenu ul {
	margin-left: 37px;
}
#mainmenu li {
	float: left;
	height: 33px;
	line-height: 33px;
	border-left: 2px solid white;
}

#mainmenu li#firstItem {
	border-left: none;
}

#mainmenu li a {
	font-size: 16px;
	font-weight: normal;
	color: white;
	padding: 0 10px;
	display: block;
}

#mainmenu li a:hover, #mainmenu li.active_main a {
	color: white;
	background-color: #00946c;
}

#contentarea {
	width: 100%;
	overflow: hidden;
}

#linkesMenue {
	float: left;
	width: 267px;
	height: auto;
	overflow: hidden;
}

#linkesMenue ul {
	margin: 0 0 10px 20px;
}

#linkesMenue li a {
	font-size: 13px;
	font-weight: bold;
	color: black;
	padding: 0 14px;
	display: block;
}

#linkesMenue li {
	min-height: 17px;
	height: auto !important;
	height: 17px;
	line-height: 17px;
	margin-bottom: 16px; 
	border-left: 16px solid #00946c;
}

#submenu {
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#submenu ul.top {
	margin: 15px 0 10px 20px; 
}

#submenu li a:hover, #submenu li.active_sub a {
	background-color: #ffffff;
}

#submenu li.zweiterLink {
	border: none;
	margin-left: 16px;
}

#submenu li.zweiterLink a {
	font-weight: normal;
}

#suche ul {
	margin-top: 20px; 
}

#suche ul li {
	border: 0;
	background: none;
	margin-left: 16px;
	margin-bottom: 6px;
}

#content {
	float: left;
	width: 714px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-bottom: 30px;
}

#content img.lageplan {
	padding: 20px 20px 5px 40px; 
}

#content a:link, #content a:visited, #content a:active, #content a:hover {
	text-decoration: underline;
}

#content ul, #content ol{
	padding-bottom: 3px;
	margin-left: 50px;
}

#content ul li {
	margin-left: 20px;
	list-style-type: disc;
	line-height: 1.3em;
}

#content ol li {
	margin-left: 20px;
	line-height: 1.3em;
}

#content div {
	line-height: 1.3em;
	padding: 0 20px 5px 20px; 
}

#content #whiteField {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 10px 0;
	background-color: white;
}

#whiteField h1, #whiteField h2, #whiteField p, #whiteField table { padding-left: 20px; }
#whiteField ol li, #whiteField ul li { margin-left: 0; }

#content span.spacer {
	height: 31px;
	display: block;
}

#content input.history {
	padding: 3px 5px;
	margin: 20px 20px 5px 20px; 
	border-left: 1px solid #8b8d90;
	border-top: 1px solid #8b8d90;
	border-right: 2px solid #8b8d90;
	border-bottom: 2px solid #8b8d90;
	background-color: #ffffff;
	font-weight: bold; 
	font-size: 14px;
}

#content table tr td h1 {
	padding: 0;
	margin: 0;
}

#content h1 a.downloads {
	padding: 2px 4px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #d5e6bb;
	border-right: 1px solid #005b51;
	border-bottom: 1px solid #005b51;
}

#footer {
	height: 49px;
	position: relative;
	background: url("../img/bg_footer.jpg") no-repeat;
}