html , body {
	padding: 0;
	margin: 0; }
html {
	height: 100%;
	background: url(img/bg.png) fixed; }
body {
	background: #fff;
	width: 739px;
	padding: 0 12px;
	min-height: 100%;
	margin: 0 auto;
	color: #24211d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; }

#header {
	width: 739px;
	position: fixed;
	z-index: 1;
	background: #fff;
	border-bottom: 1px dotted #e7ab92; }
#header + * {
	padding-top: 120px; }
#header form {
	text-align: right; }
#header input {
	color: #666;
	font-size: .9em;
	border: 1px solid #ddd; }
#header input:hover {
	border-color: #ccc; }

a {
	color: #d5693c;
	text-decoration: none;
	border: 0 dotted #d5693c; }
a:hover {
	text-decoration: underline;
	border-style: solid; }

img {
	border: 0; }
img.r {
	float: right;
	margin: .5em 0 .5em 1.2em; }
img.l {
	float: left;
	margin: .5em 1.2em .5em 0; }
img.z {
	display: block;
	margin: 1.2em auto; }

hr {
	border: 0;
	border-bottom: 1px dotted #e7ab92;
	height: 0;
	padding: 0;
	margin: 1em 0; }

h1 {
	font-size: 1.5em;
	margin-top: 2em;
	color: #c83b00; }
h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
	color: #7e1b00; }
h1:first-child ,
h2:first-child {
	margin-top: 0; }

p {
	line-height: 1.5em; }

blockquote {
	background: url(img/quot.png) 5px 7px no-repeat;
	padding-left: 30px;
	margin-left: 0; }
blockquote cite {
	letter-spacing: 1px;
	font-style: normal;
	color: #999;
	display: block;
	border-bottom: 1px solid #ddd; }
blockquote p:first-child {
	text-indent: 1em; }

#navigation {
	float: right;
	text-align: right;
	color: #ddd;
	padding-right: .5em;
	font-size: .8em;
	text-transform: uppercase;
	margin-top: 12px; }

#logo {
	margin-top: 12px; }

#pfad {
	margin-top: 1em;
	border-top: 1px dotted #e7ab92;
	color: #999;
	height: 1em;
	padding: .3em;
	padding-bottom: .4em; }
#pfad a {
	text-transform: uppercase; }

#menu {
	margin: 0 -.5em 1em -.5em; }
#menu ,
#menu a ,
#menu h1 {
	color: #fcf1ec; }
#menu h1 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase; }
#menu h1 a {
	padding-left: 22px;
	background: url(img/pfeil_menu.gif) no-repeat 2px; }
#menu ul a {
	padding-left: 20px;
	background: url(img/pfeil_menu_sub.gif) no-repeat 2px 60%; }
#menu div {
	width: 25%;
	float: left; }
#menu div div {
	width: auto;
	float: none;
	background: #c83b00 url(img/menu_oben.gif) no-repeat;
	margin: 0 .5em 1em; }
#menu ul ,
#menu h1 ,
#menu p {
	background: url(img/menu_unten.gif) bottom right no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 16px 20px 24px;
	line-height: 1.2em;
	height: 4.8em;
	overflow: hidden; }
#menu ul li {
	white-space: nowrap; }
#menu .aktiv a {
	text-decoration: underline; }
#menu hr {
	margin: 0 .5em;
	clear: both; }

#links {
	float: left;
	width: 25%; }
#links div {
	margin-right: .75em;
	margin-bottom: 1.4em;
	background: #feedc0 url(img/infobox_oben.gif) no-repeat; }
#links dl ,
#links div div {
	padding: 20px;
	padding-bottom: 2em;
	margin: 0;
	line-height: 1.2em;
	background: url(img/infobox_unten.gif) bottom right no-repeat; }
#links dt ,
#links h2 {
	font-weight: normal;
	color: #c83b00;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase; }
#links dd {
	margin-left: 0; }
#links * + dt ,
#links * + h1 {
	margin-top: 1.2em; }
#links dd a {
	color: #575143;
	padding-left: 21px;
	background: url(img/pfeil_infobox.gif) no-repeat 2px 70%; }
#links ul {
	margin-left: 0;
	padding-left: 1.2em;
	font-size: .9em;
	list-style-type: circle; }
#links ul li {
	margin-bottom: .5em; }

#rechts {
	float: right;
	width: 25%; }
#rechts div {
	margin-left: .75em;
	padding-bottom: 1em;
	margin-bottom: 1.4em;
	background: #dddddc; }
#rechts h1 {
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: .5em;
	background: #fa9d99 url(img/fakten_unten.gif) bottom right no-repeat;
	letter-spacing: 1px;
	text-transform: uppercase; }
#rechts .buttons {
	text-align: center; }
#rechts ul {
	padding: 0;
	margin: .5em;
	margin-left: 2em; }
#rechts ul , #rechts strong a {
	line-height: 1.4em;
	font-size: .85em; }
#rechts strong a {
	padding-left: 20px;
	background: url(img/pfeil_fakten.gif) no-repeat 2px;
	text-transform: uppercase;
	margin: .5em;
	color: #c9450e; }
#rechts .buttons a img {
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7; }
#rechts .buttons a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1; }


h1#begruessung {
	clear: both;
	font-size: 35px;
	height: 49px;
	padding: 80px 0 0 10px;
	background: url(img/begruessung.jpg) no-repeat; }
h1#begruessung + ul {
	margin-bottom: 100px; }

.inhalt {
	padding-bottom: 25px; }
.inhalt:after {
	display: block;
	clear: both;
	content: "";
	height: 0; }
/* .inhalt {
	zoom: 1; }*/
.inhalt ul {
	list-style-image: url(img/li.gif); }
.inhalt ul li {
	margin-bottom: .3em; }
* .inhalt ul li {
	padding-left: .5em; }
.inhalt_links { }
.inhalt_rechts ,
.inhalt_2spalten {
	margin-left: 25.5%; }

textarea {
	width: 50%;
	height: 10em; }

dt {
	float: left;
	width: 11em;
	font-weight: bold; }
dd {
	margin-left: 11.5em; }





.Galerie h1 a {
	text-decoration: underline; }
.Galerie .dateien {
	margin: 1em 0;
	padding: 7px 0 7px 3em;
	overflow: hidden; }
.Galerie .dateien li {
	display: inline;
	float: left;
	width: 17.5%;
	height: 100px;
	margin-right: 1.5%;
	margin-bottom: 7px;
	padding: 0;
	border: 0; }
.Galerie .dateien li:hover {
	width: 20.5%;
	margin-left: -1.5%;
	margin-right: 0;
	height: 114px;
	margin-top: -7px;
	margin-bottom: 0;
	outline: 8px solid #fff;
	position: relative;
	z-index: 1; }
.Galerie .dateien a {
	display: block;
	background: #cdd;
	height: 100%;
	text-align: center;
	font-size: .9em;
	overflow: hidden;
	cursor: -moz-zoom-in;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7; }
.Galerie .dateien a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1; }
.Galerie .dateien a img {
	height: 100%;
	-ms-interpolation-mode: bicubic; }


#felaselect {
	display: none; }
#felaselect-narrow label {
	float: left;
	width: 33%; }
#felaselect-narrow input[type="text"] {
	width: 2em; }
#felaselect-narrow input[type="submit"] {
	display: none; }
#felaselect-liste select {
	margin-top: 1em;
	width: 100%; }
#felaselect .abbruch {
	display: block;
	margin: 0 auto; }

#felainfo p {
	line-height: 1.3em;
	text-align: justify; }
#felainfo button {
	display: block; }
#felainfo .uebersicht ,
#felainfo .infos ,
#felainfo dl {
	margin-left: 30px; }
#felainfo .uebersicht {
	font-weight: bold;
	line-height: 1.1em;
	font-size: .9em; }
#felainfo .uebersicht a {
	float: right; }
#felainfo .infos {
	max-height: 15em;
	overflow: auto;
	padding: 0 1em;
	background-color: #feedc0;
	border: 1px dotted #e7ab92; }
#felainfo .infos ul {
	list-style-image: none;
	list-style-type: circle; }
#felainfo .infos dl {
	margin-left: 0; }
#felainfo .infos dt {
	float: none;
	width: auto; }
#felainfo .infos dd {
	margin-left: 2em; }

/*form*/
#felaanmeldung label {
	display: block; }
#felaanmeldung p ,
#felaanmeldung p label {
	margin: .5em 0; }
#felaanmeldung p {
	overflow: hidden; }
#felaanmeldung p label {
	width: 47%;
	padding-left: 3%;
	float: left; }
#felaanmeldung p input {
	display: block;
	width: 10em;
	margin: 0 auto;
	border: 1px outset #888;
	background: #f6f6f6; }
#felaanmeldung p label input {
	margin: 0;
	border-style: solid;
	border-width: 0 0 1px;
	width: 92%; }
#felaanmeldung .felaselect label ,
#felaanmeldung .felaselect input {
	cursor: pointer; }
#felaanmeldung .felaselect label:hover {
	text-decoration: underline; }
#felaanmeldung p ,
#felaanmeldung fieldset {
	clear: both; }
#felaanmeldung fieldset {
	width: 90%;
	background: #f6f6f6;
	margin: 1em auto;
	border: 1px solid #555; }
#felaanmeldung dt {
	margin: .6em 0;
	font-weight: normal;
	float: none;
	width: auto; }
#felaanmeldung input[type="submit"] {
	background-image: url(img/bestaetigen.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 22px; }


#kalender {
	overflow: hidden;
	zoom: 1; }
#kalender table {
	float: left;
	width: auto;
	margin-left: 5%;
	margin-right: 5%;
	border-spacing: 1px;
	empty-cells: show; }
#kalender caption {
	padding: 1px 0 2px;
	text-align: left;
	font-size: 1.3em; }
#kalender caption a {
	padding: 0 .3em;
	border-width: 1px; }
#kalender table thead ,
#kalender table tbody {
	font-size: .9em; }
#kalender table tbody td {
	border-width: 0;
	background-color: #afa;
	width: 1.1em; }
#kalender table th {
	border: 1px solid #999;
	background-color: #eee;
	font-weight: normal;
	text-align: center;
	width: auto; }
#kalender table thead th {
	padding: 1px;
	font-family: "Arial Narrow"; }
#kalender table tbody th {
	padding: 0 1px;
	font-size: .9em;
	line-height: .8em; }
#kalender table + table tbody th {
	font-size: 1em;
	line-height: 1em; }
#kalender table .wochenende {
	border: 1px solid yellow; }
#kalender table .no-day {
	background-color: #eee; }
#kalender table .teilweise-belegt {
	background-color: #9bf; }
#kalender table .belegt ,
#kalender table .geschlossen {
	background-color: #999; }
#kalender table .geschlossen {
	background-image: url(img/belegungsplan_geschlossen);
	background-position: center center; }
#kalender table tbody tr:hover td ,
#kalender table tbody tr.hover td ,
#kalender table td.hover {
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: .6; }
#kalender table tbody tr:hover th ,
#kalender table tbody tr.hover th ,
#kalender table th.hover {
	color: red;
	background-color: #fff; }

button.abbruch:before ,
button.bestaetigen:before {
	margin-right: .5em;
	position: relative;
	top: 2px; }
button.abbruch:before {
	content: url(img/abbruch.png); }
button.bestaetigen:before {
	content: url(img/bestaetigen.png); }

#spendenformular {
	background: #eee;
	border-radius: 1em;
	-moz-border-radius: 1em;
}
#spendenformular span ,
#spendenformular label {
	display: block;
	width: 47%;
	margin-right: 3%;
	height: 1.6em;
	float: left;
	white-space: nowrap;
	text-align: right;
}
#spendenformular p {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 1em 0 1em 1em;
}
#spendenformular input[type="text"] ,
#spendenformular input:not([type]) {
	height: 1em;
	border: 1px inset #ccc;
}
#spendenformular select {
	height: 1.5em;
}
#spendenformular strong {
	color: red;
}