#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 995px;
	height: 90px;
	background-color:#e1e1e1;
/*	background-color: #004080;*/
/*	background-image: url(hintergrund.gif);*/
/*	text-align: center;*/
	z-index: 2;
}
.logo
{
	padding-top: 20px;
}
.headertext
{
	color: rgb(0,0,0);
	font-size: 12px;
	font-weight:bold;
}
#navigation
{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 115px;
	font-size: 14px;
	z-index: 99;
}
html>body #navigation a {
	width: 115px; /* Breite des Containers */
}
#navigation a:hover {
	text-decoration: none;
	color: #fff;
	background: #FF6600;
/*	border-right: 5px solid red; möglicher Rand */
}
#navigation a
{
	text-decoration: none; /* Text-Formatierung: keine */
	border-bottom: 1px solid #fff; /* Feste Trennlinie zwischen den Links */
	color: #fff; /* Schriftfarbe */
	background: #777; /* Hintergrundfarbe der Linkcontainer */
	display: block; /* Horizontal oder vertikal */
	margin: 0px; /* Abstand des Links, muss 0 sein */
	padding: 2px 20px 2px 20px; /* Abstand der Schrift vom Rand */
	font-weight: bold; /* Fett, kursiv */
	width: 115px; /* Breite der Container */
}
#links
{
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: 1;
	border: 0px;
	text-decoration: none;
}
#content
{
	position: absolute;
	background-color: #e1e1e1;
	overflow: hidden;
	position: absolute;
	top: 90px;
	left: 155px;
	width: 840px;
	font-size: 14px;
	line-height: 18px;
/*	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color:#001E64;
	*/z-index: 3;
}
.padding
{
	padding: 10px;
}
#footer
{
	position: relative;
	left: -10px;
	bottom: -5px;
	z-index: 99;
/*	background-image: url(hintergrund.gif);*/
	background-color: #004080;
	height: 24px;
	width: 850px;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.white
{
	color: #fff;
	text-decoration: none;
}
body
{
	background-color: #C0C0C0;
	font-family: Verdane, Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 16px;
}
.startseiteuebersicht:link,visited
{
	text-decoration: none;
}
.startseiteuebersicht:visited
{
	text-decoration: none;
}
.startseiteuebersicht:hover
{
	text-decoration: underline overline;
}
.startseiteuebersicht:active
{
	text-decoration: none;
}
a
{
	color: red;
}
.mail
{
	color: #000;
}
a:link,visited
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline overline;
}
a:active
{
	text-decoration: none;
}