@charset "utf-8";

html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #0F2E6F;
	text-decoration: none;
}
a:visited {
	color: #0F2E6F;
	text-decoration: none;
}
a:hover {
	color: #091839;
	text-decoration: underline;
}
a:active {
	color: #091839;
	text-decoration: none;
}

#Inhalt a:link {
	color: #174DBD;
	text-decoration: none;
}
#Inhalt a:visited {
	color: #174DBD;
	text-decoration: none;
}
#Inhalt a:hover {
	color: #091839;
	text-decoration: underline;
}
#Inhalt a:active {
	color: #091839;
	text-decoration: none;
}

#Container {
	text-align: left;
	width: 1202px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/HintergrundContainer.png);
	min-height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ContainerInhalt {
	margin-left: 1px;
	width: 1200px;
}

#Header {
	height: 220px;
	background-color: #FFF;
}
#AdminPanel {
}
#AdminPanel ul{
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/HeaderInfoLeiste.png);
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 0px;
	position: relative;
	top: 5px;
	left: 5px;
}
#AdminPanel li {
	display: inline;
	margin: 8px;
}
#NavigationOben   {
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/HeaderInfoLeiste.png);
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	float: right;
	margin: 0px;
	position: relative;
	top: 5px;
	right: 5px;
}
#NavigationOben li   {
	display: inline;
	margin: 8px;
}


#SlideshowOben {
	height: 220px;
	position: absolute;
}
#LeisteOben {
	height: 30px;
	background-image: url(../images/HeaderSchatten.png);
	position: absolute;
	width: 1200px;
	top: 197px;
}
#Logo {
	background-image: url(../images/Logo-Berlin.png);
	height: 90px;
	width: 220px;
	position: absolute;
	top: 137px;
}


#Inhalt {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 250px;
	margin-right: 250px;
}
#SeitenleisteLinks ul{
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
#SeitenleisteLinks ul   li{
	list-style-type: none;
	background-image: url(../images/NavigationButton.png);
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#SeitenleisteLinks ul li   a{
	margin-left: 22px;
	line-height: 30px;
	height: 30px;
}
#SeitenleisteLinks ul ul{
	margin: 0px;
	padding: 0px;
}
#SeitenleisteLinks ul ul   li{
	background-image: url(../images/NavigationButton3.png);
}
#SeitenleisteLinks ul ul li   a{
	margin-left: 35px;
}

#SeitenleisteRechts {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

.NavigationLinksTrennlinie {
	background-image: url(../images/NavigationTrennlinie.png);
	height: 1px;
	font-size: 0px;
	line-height: 1px;
}
.Bild {
	margin-left: 8px;
	margin-right: 8px;
}
.clr {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: -1px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
