@charset "iso-8859-1";

/*** Layout ***/

#seite {
	width: 960px;
	margin: auto;
}

#seite_links {
	float: left;
	background-image: url(../images/layout/hintergr_links.gif);
	background-repeat: no-repeat;
	background-position: left 60px;
	width: 260px;
	padding-left: 20px;
	background-color: #fff;
}

#seite_rechts {
	background-image: url(../images/layout/hintergr_rechts.gif);
	background-repeat: no-repeat;
	background-position: left 60px;
	float: right;
	width: 680px;
}

#logo {
	height: 105px;
	width: 218px;
	margin-top: 42px;
	margin-left: 20px;
}

#navi {
	width: 220px;
	margin-top: 20px;
	margin-left: 20px;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi li {
	list-style: none;
	height: 20px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #838b8e;
	font-size: 1.2em;
	text-align: left;
	color: #838b8e;
	padding-top: 6px;
	padding-left: 30px;
	background-image: url(../images/layout/hintergr_navi.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}

#navi li.subnavi {
	padding-left: 40px;
	background: none;
	font-style: italic;
}

#navi a {
	color: #838b8e;
	text-decoration: none;
}

#navi a:hover {
	color: #c94215;
}

#header {
	font-size: 1.1em;
	padding-top: 22px;
	padding-left: 400px;
	height: 72px;
}

#kopfbild {
	height: 259px;
	width: 666px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8d8d8d;
	float: left;
}

#kopfbild_re {
	background-image: url(../images/layout/hintergr_rechts_sch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 259px;
	width: 14px;
	float: right;
}
#fuss {
	background-image: url(../images/layout/hintergr_unten.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	width: 100%;
	padding-top: 12px;
	font-size: 1.1em;
	color: #fff;
	line-height: 22px;
}

.reklame1 {
	margin-top: 10px;
	border: 1px solid #838b8e;
}

#inhalt {
	padding-top: 17px;
	padding-right: 12px;
	width: 482px;
	float: left;
	text-align: left;
}

#inhalt_rechts {
	width: 171px;
	padding-right: 14px;
	float: right;
}

.fenster_rechts {
	background-image: url(../images/kasten-adresse.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 150px;
	margin-top: 17px;
	text-align: left;
	font-size: 1.1em;
	padding-top: 31px;
	padding-left: 21px;
	line-height: 1.4em;
}

.titel {
	height: 14px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #838b8e;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.inhalt_trenn {	
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #838b8e;
	font-size: 1.1em;
}

.kasten {
	background-color: #e2e2e2;
	padding: 4px 8px;
	border: 1px solid #cacbcc;
	font-size: 1.2em;
	line-height: 1.6em;
}

#fenster_kalender {
	margin-top: 15px;
}

.fenster1_o {
	background-image: url(../images/fenster_1_o.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 171px;
	text-align:center;
	padding-top: 9px;
}

.fenster1_m {
	background-image: url(../images/fenster_1_m.gif);
	background-repeat: repeat-y;
	width: 151px;
	padding: 7px 10px;
}

.fenster1_u {
	background-image: url(../images/fenster_1_u.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 171px;
}

#fenster_kalender table {
	width: 151px;
	border: 0;
}

#fenster_kalender td {
	text-align: center;
	font-size: 1.1em;
	padding: 2px;
	border: solid 1px #e2e2e2;
}

#fenster_kalender a {
	text-decoration: none;
}

.kal_footnote {
	display: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip div { 
	margin: 0; 
	text-align: left;
	font-size: 1.0em;
}

#gmap {
	width: 482px;	
	height: 300px; 
}

/* Admin */

#admin_inhalt {
	padding: 12px;
	padding-top: 60px;
	width: 630px;
	float: left;
	text-align: left;
	font-size: 1.2em;
}

