/* CSS Document */

div#wrapper {
	background:url(../images/main-kachel.gif) repeat-y;
	margin:0 auto;
	position:relative;
	width:960px;
}

div#main {
	background:url(../images/header.jpg) no-repeat;
	min-height:350px;
	padding:155px 0 0 123px;
	position:relative;
	z-index:1;
}


div#oeffnungszeiten {
	background:url(../images/oeffnungszeiten-telefon.png) no-repeat;
	height:194px;
	overflow:hidden;
	position:absolute;
	right:115px;
	top:85px;
	text-indent:-9999px;
	width:211px;
	z-index:5;
}


ul#navi {
	float:left;
	list-style:none;
	margin:0 37px 0 0;
	padding:62px 12px 0 0;
	width:130px;
}

ul#navi a {
	color:#666;
	display:block;
	font-size:1.1em;
	margin:0 0 0 0;
	padding:4px 0 4px 16px;
	text-decoration:none;
	text-transform:uppercase;
}

ul#navi a:hover {
	background:url(../images/navi-hover.gif) top right no-repeat;
	color:#012794;
	font-weight:bold;
}

ul#navi li.current a {
	background:url(../images/navi-pfeil.gif) 0 center no-repeat;
	color:#f70100;
	font-weight:bold;
}




div#content {
	float:left;
	width:500px;
}

div#content p {
	margin-left:5px;
}


div#content ul {
	list-style-type:none;
	margin:0 0 1.5em 5px;
}

div#content ul li {
	background:url(../images/aufzaehlungspunkt.gif) 0 center no-repeat;
	margin:0 0 0.5em 2px;
	padding:2px 0 2px 22px;
}

div#content ul li:hover {
	color:#F40000;
}


div#main:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}






div#footer {
	background:url(../images/footer-kachel.gif) repeat-x;
	margin:-60px 0 10px 0;
	position:relative;
}

div#footer-innen {
	background:url(../images/footer.jpg);
	height:276px;
	margin:0 auto;
	position:relative;
	width:960px;
	z-index:0;
}

div#auto {
	background:url(../images/auto.png) no-repeat;
	height:219px;
	left:49px;
	position:absolute;
	top:32px;
	width:349px;
}




/* ----------- Formatierungen ----------- */
.floatrechts {
	float:right;
	margin-left:10px !important;
}


.floatlinks {
	float:left;
	margin-right:10px !important;
}

img.rahmen {
	background:#fff;
	border:1px solid #ddd;
	padding:4px;
}


dl.bild {
	margin:0 0 10px 0;
}

dl.bild dd, dl.bild dt {
	text-align:center;
}


p.first {
	margin-right:105px;
}


div.trennlinie {
	border-bottom:1px solid #ccc;
	clear:both;
	margin:0 0 1.2em 0;
}



dl.leistung {
	float:left;
	margin:0 15px 0 5px;
	padding:10px 0 25px 0;
	width:220px;
}

dl.leistung dd {
	color:#666;
	padding:0 10px;
	text-align:center;
}


.clear {
	clear:both;
}

.mitte {
	vertical-align:middle;
}




/* ----------- EWCMS ----------- */
.ewcms_edit_content input, .ewcms_edit_content textarea {
	font:12px Arial, Helvetica, sans-serif;
	color:inherit;
	margin:10px 5px 0 0;
	padding:3px;
	border:1px solid #aaa;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
}

.ewcms_edit_content input:focus, .ewcms_edit_content textarea:focus {
	border:1px solid #012794;	
}

.ewcms_submit {
	padding:5px;
	background:#001B72;
	color:#fff;
	font-size:1.2em;
	cursor:pointer;
	border:none;
	margin:5px 0 0 50px;
}

.ewcms_submit:hover {
	background:#F40000;
}

