* {
	margin:0px;
	padding:0px;
}

html, body
{
	background-position: top;
	height: 100%; /* wichtig */;
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	margin: 0;
	padding: 0;
	width: 928px;
	background-color: #D5E4DF;
	background-image: url('b/backstart.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position:0px 0px;
}

img
{
    display: inline;
    border: 0;
    margin: 0;
    padding: 0;
}

div#haupttext {
	padding:15px 5px;
	background-color: #ffffff;
	
	
}
div#introWrap {
	background-color:#00583D;
	width:928px;
}

table#introduction {
	margin: 5px 0px;
	background-color:#ffffff;
	padding:0px;
}

table#introduction td {
	width: 231px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	border-right: 1px #D5E4DF solid;
}

div#introText {
	margin:5px;
}


div#introText h1 {
	font-size:12px;
	font-weight:bold;
	color: #00583D;
}

div#introText p {
	font-size:11px;
	font-weight:normal;
	color: #000000;
}

div#introText span {
	font-weight:bold;
	color:#00583D;
}

/* ######### alles umschließen ##########*/
#wrap
{
	width: 928px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	position: relative;
}
/* ######### der Kopf ##########*/
div#header {
	background-position: 180px 0px;
	padding: 0;
	margin-bottom: 0;
	height: 219px;
	width: 928px;
	text-align: left;
	background: #4c8977 url(b/start.jpg) no-repeat scroll right;
	display: block;

}

/* ######### Hauptnavigation ##########*/
#ebene1 {
	height: 219px;
	width: 180px;
	background: White url(b/logo.jpg) no-repeat scroll top;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 18px;
	border-top: 1px solid #00583d;
}
#ebene  {
	position: absolute;
	bottom: 0;
	left: 0;
}
#ebene1 img {
	margin-right: 5px;
	border: 0;
	padding: 0;
}

#ebene1 a {
	color: #7bab9c;
	text-decoration: none;
}
#ebene1 a:hover {
	text-decoration: none;
	color: White;
}
#ebene1 li.here a{
	color: White;
}
#ebene1 ul {
	background-color: #00583d;
	vertical-align: bottom;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	display: block;
	
	width: 180px;
} 

#ebene1 ul li {
	margin-left: 0;
	padding: 5px 0 5px 0;
	list-style: none;
	display: block;
	width: 180px;
	border-top: 1px solid white;
}

#separator{
	position: absolute;
	top: 219px;
	left: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 13px;
	height: 26px;
	background: transparent;
	width: 928px;
	vertical-align: middle;
}

/* ######### zentraler Bereich ##########*/
	

#content {
	position: absolute;
	top: 245px;
	left: 0px;
	width: 928px;
	padding-bottom: 20px;
	}

/* ######### Rechts ##########*/

#rechts {
	position: absolute;
	right: 2px;
	top: 224px;
	width: 130px;
	z-index: 2;
	margin: 0;
	padding: 0;
	background: #4c8977;
	vertical-align: middle;
}

#suche {
	height: 16px;
	vertical-align: middle;
}
#login {
	height: 20px;
	border: 0;
}
.textfeld {
	background-color: White;
	color: Black;
	font-size: 11px;
	font-style: normal;
	width: 100px;
	height: 16px;
	border: 0;
	vertical-align: bottom;
}
#rechts form {
	
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	height: 16px;
}
.lupe {
	width: 16px;
	height: 17px;
	color: white;
	font-size: 0;
	font-style: normal;
	margin: 0;
	padding-top: 2px;
	border: 0;
	background: transparent url(b/such.gif) no-repeat scroll bottom;
}

/* ######### Service #########*/
#servicemenue {
	position: absolute;
	top: 0;
	right: 0;
	background: #00583d;
	opacity: .6;
	filter: alpha(opacity=60);
	height: 20px;	
	color: white;
	font-size: 9px;
	font-weight: bold;	
	vertical-align: middle;
}
#servicemenue ul {
	vertical-align: middle;
	margin-left: 5px;
	display: inline;
	text-align: left;
}

#servicemenue ul li {
	padding: 0 7px 0 0;
	list-style: none;
	display: inline;
	line-height: 20px;
	vertical-align: middle;
}
#servicemenue ul li img{
	display: inline;
	margin-top: 2px;
}
#servicemenue a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
#servicemenue a:hover {
	text-decoration: none;
}

/* ######### Text ##########*/
#haupttext h1 {
	font-size: 20px;
	font-weight: bold;
	color: #00583d;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #00583d;
	margin: 5px 0;
}
h3, h4, h5, h6 {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
b {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0;
	line-height: 18px;
	color: Black;
	margin-top: 10px;
}
a {
	color: #00583d;
	text-decoration: underline;
}
a:visited {
	color: #00583d;
	text-decoration: underline;
}
table.contenttable {
margin: 0;
padding: 0;
border: 1px solid #00583d;
}
table.contenttable td {
margin: 0;
padding: 0;
border: 1px solid #00583d;
}
/* ######### Footer ##########*/
#print {
	font-size: 11px;
	color: #ed1c24;
}
#print a {
	color: #ed1c24;
	text-decoration: none;
}
#print a:hover {
	text-decoration: underline;
}


