@import url("text_neu.css");
@import url("navigation.css");

/* @group Grundelemente */

html {
	color: #000;
	font: 0.75em/1.4em Arial, Verdana, sans-serif;
	}

body {
	background-color: #a6baca;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht*/ {
	background-image: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
#accesskeys {
	position: absolute;
	top: -150px;
	left: 0;
	}
	
#main {
	text-align: left;
	width: 982px;
	margin: auto;
	background: #fff url(/pictures/back_main.gif) repeat-y;
	}

ul.sitemap {list-style-type: square;}
li.normal {
margin: 0;
}
li.normal1 {margin-bottom: 1.5em;padding: 0;font-weight: bold;}
li.normal2 {font-weight: normal;}

.abisz {
	padding:5px;
	margin: 0;
	background-color: #eaeaea;
}

.abisz li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	font-weight: bold;
	text-align: center;
}

#startseite h2 {
	font-size: 1.5em;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	}
#startseite a {
	font-weight: normal;
	}

/* @end */

/* @group Head */

#head {
	background: #fff url(/pictures/back_head_1.jpg) no-repeat right;
	height: 100px;
	}

/* @end */

/* @group Seitentitel */

#seitentitel {
	background-color: #0b4398;
	padding-left: 195px;
	height: 41px;
	margin-bottom: 20px;
	}

#seitentitel h1 {
	color: #ffff00;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	padding-top: 12px;
	margin: 0;
	}

#suchfeld {
	float: right;
	padding-top: 10px;
	}
#suchfeld form {margin: 0;}

#suchfeld input.formsubmit {
	width: 40px;
	margin-right: 5px;
	}
#suchfeld input.formfield {
	width: 130px;
	margin-right: 4px;
}

 {
	
	}

/* @end */

/* @group Navi */

#navi {
	width: 182px;
	float: left;
	}

/* @end */

/* @group Rechts */

#rechts {
	float: right;
	width: 182px;
	}

#rechts ul {
	margin: 0;
	padding: 0;
	width: 182px;
	list-style-type: none;
	}

#rechts ul li {
	border-bottom: 1px solid #000;
	}

#rechts ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 13px;
	}
* html #rechts ul li a {width: 169px;}
#rechts ul li a:hover {font-weight: bold;}
#banner {
	margin-top: 20px;
	}
#banner img {
	margin-bottom: 10px;
	}

/* @end */

/* @group Content */

#content {
	margin-left: 195px;
	width: 580px;
	}
#inhaltsfooter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#inhaltsfooter li {
	display: inline;
	}
#inhaltsfooter li.rahmen_rechts {
	border-right: 1px solid #000;
	margin-right: 5px;
	padding-right: 8px;
	}
#inhaltsfooter a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
#inhaltsfooter a:hover {
	color: #999;
	}

/* @end */

/* @group Footer */

#footer {
	height: 41px;
	background-color: #0b4398;
	margin-top: 40px;
	clear: both;
	}
#footer p {
	color: #ffff00;
	background-color: #0b4398;
	padding-left: 195px;
	padding-top: 13px;
	}
#footer a {
	color: #ffff00;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* @end */

#created {
margin-top: 3px;
margin-left: 805px;
font-size:11px;
color: #585858;
}

#created a {
color: #585858;
}
#created a:hover {
color: #353535;
}

