/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #e3e3e3;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #666;
	scrollbar-face-color: #fff;
    scrollbar-shadow-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-track-color: #eee;
    scrollbar-arrow-color: #E12B76;
	}

a {
	color:#00AE8E;
	text-decoration:none;
	}

a:hover {
	color:#666;
	text-decoration:underline;
	}

#spacer { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
	}
	
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 855px;
	height: 600px;
	clear:left;
	background:url(../images/bg_content.gif) repeat-y 100% #fff;
	border:1px solid #ccc;
	}

#header {
	width: 855px;
	height: 140px;
	background:url(../images/bg_head.gif) repeat-x;
	}

#leftHead {
	width: 655px;
	height: 129px;
	float: left;
	background-color: #fff;
	}

div.sprache {
	position:absolute;
	width: 200px;
	height: 20px;
	margin-top:20px;
	margin-left:20px;
	}

#navCont {
	position:absolute;
	width: 655px;
	height: 30px;
	top:99px;
	background:url(../images/bg_navi.gif) repeat-x #E12B76;
	padding:0;
	line-height:30px;
	}
	
div.naviRechts {
	width: 26px;
	float: right;
	height: 30px;
	background:url(../images/ecke_nav.gif) #fff;
	}

#rightHead {
	width: 170px;
	float: right;
	height: 125px;
	background-color: #fff;
	}
	
#centerCol {
	margin-left:0px;
	width: 615px;
	padding:30px 0px 20px 30px;
	height: 390px;
	}

#content {
	overflow: auto;
	width: 595px;
	height: 390px;
	padding-right: 30px;
	}

#rightCol {
	width: 200px;
	float:right;
	margin-top:0px;
	}

div.Bild {
	position: absolute;
	margin-top:0px;
	width: 200px;
	background-color:#00AE8E;
	border-bottom: 1px solid #fff;
	}

div.adresse {
	position: absolute;
	bottom:-1px;
	left: 655px;
	width: 200px;
	height: 88px;
	background-color: #42469f;
	z-index:25;
	}
	
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	}

#footer {
	position:absolute;
	top:100%;
	left:0px;
	width: 855px;
	padding-top: 2px;
	height: 29px;
	background:url(../images/adresse_bottom.gif) no-repeat 100% 0px;
	text-align:links;
	z-index:20;
	}

img {
	border:0px;
	}
	
img.rahmen {
	border: 1px solid #E12B76;
	}	

p {
	margin-bottom: 15px;
	}

.bottom, .inhalt h2.bottom{
	margin-bottom: 0px;
	}

.kontakt {
	margin-bottom: 8px;
}

div.titel {
	width: 300px;
	height: 40px;
	color: #666;
	}

h1{
	font-size: 18px;
	color: #666;
	font-weight:normal;
	letter-spacing: 1px;
	height: 40px;
	}

ul {
	margin: 0 0 15px 25px;
	float: none;
	}

.inhalt h2 {
	font-size: 12px;
	color: #E12B76;
	font-weight:bold;
	margin-bottom: 8px;
	}

.inhalt h3 {
	font-size: 11px;
	margin-bottom: 8px;
	}

.inhalt {
	padding-left: 5px;
	clear: both;
	}

ol {
	margin: 0;
	}

img.border {
	border: 1px solid #E12B76;
	}

.anfahrt {
	width: 885px;
	height: 675px;
	padding: 10px;
	text-align: center;
	}
	
.fltleft {
	float: left;
	margin-right: 15px;
}



