#abschluss {
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	clear: left;
	color: black;
	font-size: 0.9em;
	text-align: right;
}

#abschluss a:link {
	color: maroon;
	font-size: 0.9em;
	font-style: italic;
	text-decoration: none;
}

#abschluss a:visited {

	color: maroon;
	font-family: sans-serif;
	font-style: italic;
	letter-spacing: 0px;
	text-decoration: none;
}

#abschluss a:hover {
	background-color: inherit;
	color: blue;
	text-decoration: underline;
}

#abschluss a:active {
	color: maroon;
	font-weight: bolder;
	text-decoration: none;
}

#footer {

	clear: both;
	color: black;
	font-size: 0.8em;
	padding: 3px;
	text-align: center;
}

#footer p {
	text-align: center;
	color: black;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #585500;
         text-decoration: none;
}

#footer a:hover {
	color: maroon;
         text-decoration: none;
}

#banner {
	padding: 0;

	background-image: url(../gif/banner/banner.jpg);
         background-repeat:no-repeat;
         border-bottom: 1px solid #585500;
         color: inherit;
	height: 125px;
	margin-bottom: 10px;
	text-align: left;
	z-index: 99;
}

#content {

	margin-left: 140px;
	padding-left: 1em;
	padding-right: 10px;
}

#inhalt {

	clear: both;
	 
	height: 100%;
	z-index: 1;
}

#logo {

	float: left;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
	text-align: left;
	width: 16em;
	z-index: 100;
}

#container {
	width: 780px;
	margin: auto;
	padding: 10px;
	background-color: white;
	border: 2px solid #393F1F;
         background-image: url(../gif/background/preview_xxx_laerche.jpg);
         background-position: bottom left;
         background-repeat:no-repeat;

}