/* ---- Farbdefinitionen ----
Rot	        #7c1c37
Altrosa	    #c795a3
Grau        #c4c4c4
-------------------------- */ 

* {
	border: none;
	padding: 0;
	margin: 0;
}

html { height: 100%; padding-bottom: 1px; }  /* erzwingt einen scrollbalken */

a:link {  color: #7c1c37; text-decoration: none; }
a:visited {  color: #7c1c37; text-decoration: none; }
a:hover {  color: #de8e38; text-decoration: underline; }
a:active {  color: #c795a3; text-decoration: underline; }

body {
	background: #f5e0b9 url(hg-verlauf-2.gif) repeat-x;
	text-align: center;
}
body, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: black;
}
input, textarea {
	width: 215px;
	padding: 3px;
	margin-bottom: 6px;
	vertical-align: top;
	background-color: #dddddd;
}
input.sendebutton {
	width: 114px;
	background-color: #7c1c37;
	color: #ffffff;
	font-weight: bold;
}
h1, .H1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #7c1c37;
}
h2, .H2 {
	font-size: 11px;	
	font-weight: bold;
	color: #7c1c37;
}
h3, .H3 {
	font-size: 11px;	
	font-weight: bold;
	color: #c4c4c4;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 6px;
}
img a, a img {
	border: none;
	text-decoration: none;
}
strong, .FETT {
	font-weight: bold;
	color: #222222;
}
td {
	vertical-align: top;	
}
ol {
	padding-left: 1.7em;
}
ul {
	padding-left: 1.4em;
	text-indent: 0.2em;
	list-style-image: url(../grafik/plus-li-ul.gif)
}
ul ul {
	padding-left: 1.4em;
}
#content li {
	margin-top: 0.5em;
}


/* -------------------- layout ------------------- */
#wrap {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff url(../layout/hg-970.gif) repeat-y;
}
#header {
	width: 940px;
	padding: 0 20px 0 10px;
	clear: both;
	background: transparent url(../layout/hg-header.gif) no-repeat;
}
#navi_zeile {
	float: right;
	background: url(hg-verlauf-innen.gif) repeat-x;
	/*border-top: 2px solid #c795a3;*/
	border-top: 2px solid #de8e38;
	border-bottom: 2px solid #e0a8b7;
	width: 710px;
	height: 20px;
	padding: 12px 0px 4px 40px;
	margin-right: 20px;
	color: #c795a3;
}
#linke_spalte {
	background: url(hg-verlauf-innen.gif) repeat-x;
	/*border-top: 2px solid #c795a3;*/
	border-top: 2px solid #de8e38;
	width: 190px;
	float: left;
	padding-top: 63px;
	margin-left: 10px;
	color: #666666;
}
	#oeffnungszeiten {
		margin: -120px 0 10px 25px;
	}
#content {
	width: 710px;
	float: left;
	padding: 30px 20px 50px 40px;
}
	#content a {
		border-bottom: 1px dotted #7c1c37;
	}
	#content a:hover {
		border-bottom: none;
	}
	#content #marginalspalte1 img a, #content #marginalspalte1 a img {
		border-bottom: none;
		text-decoration: none;
	}
	.float-right {
		float: right;
		width: 112px;
		margin: 0 0 20px 20px;
		text-align: center;
	}
	.float-right img {
		border: 1px solid #c4c4c4;
	}
#titelschriftzug img {
	margin-bottom: 2em;
	}
#textabschnitt {
	width: 515px;
	float: left;
	padding: 20px 200px 20px 0px;
}
#hauptspalte1 {
	width: 420px;
	float: left;
	padding: 0px 30px 0px 0px;
	margin: 0 20px 0 0;
	border-right: 2px solid #e0a8b7;
}
#marginalspalte1 {
	width: 220px;
	float: left;
	padding: 0px 10px 20px 0px;
}
#hauptspalte2 {
	width: 670px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0;
}
#footer {
	float: left;
	clear: both;
	width: 905px;
	height: 30px;
	padding: 0px 20px 0px 15px;
	margin: 0 20px 0 10px;
	background-color: #7c1c37;
	/*border-top: 2px solid #c795a3;*/
	border-top: 2px solid #de8e38;
	font-weight: bold;
}
#footer_schatten {
	clear: both;
	height: 20px;
	background: url(../layout/hg-footer-schatten.gif) no-repeat;
}

/* ---------- bestellung kindergeburtstag ----------- */
table#geburtstag {
	width: 100%;
}
table#geburtstag h2 {
	border-top: 1px dotted #c4c4c4;
}
table#geburtstag input {
	margin-bottom: 0;
}
table#geburtstag td {
	padding-bottom: 8px;
	vertical-align: middle;
}
table#geburtstag td.erste {
	width: 30%;
}
input#Anzahl_Kinder, input#Anzahl_Geburtstagskinder {
	width: 50px;
}
input[type="radio"], table#geburtstag input.radiobutton { /* die klasse radiobutton braucht man als selektor fuer ie6 */
	width: 2em;
	/*width: auto;*/
	background-color: transparent;
	/*margin-right: 1em;*/
	margin-bottom: 6px;
}

/* ---------- unser team bildergalerie ------------ */
table#mitarbeiter td {
	padding: 0 0 10px 0;
}
table#mitarbeiter img {
	margin-bottom: 4px;
}
#mitarbeiter h2 {
	margin-top: 5px;
}
div.WebYepGalleryText {
	border-bottom: 3px solid white;
	border-right: 3px solid white;
	padding: 5px 0;
}
.WebYepGalleryImage img {
	border: 1px solid #999999;
}
#marginalspalte1 .WebYepGalleryImage img {
	border: none;
}
table#mitarbeiter .WebYepGalleryImage a {
	border-bottom: none;
	text-decoration: none;
}


/* ------------------------- navigationen ------------- */

/*navi quer unter header*/
#navi {
	float: left;
	/*width: 715px;*/
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}
#navi ul, #navi ul li {
	list-style: none;
	list-style-image: none;
}
#navi ul {
	padding: 0px 0px 6px 0px;	
}
#navi ul {
	text-align: left;
	text-indent: -0.9em;
	height: 15px;
}
#navi ul li {
	display: inline;
}
#navi ul li a {
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #7c1c37;
	font-weight: bold;
	height: 15px;
}
#navi ul li a:hover {
	text-decoration: none;
	color: black;
}
#navi ul li a.aktuelle-seite {
	color: black;
	text-decoration: none;
}


/* ------------- subnavigation links  ---------------- */

#sub-nav {
	margin-bottom: 180px;
}
#sub-nav ul {
	line-height: 26px;
	text-indent: 0.0em;
	font-size: 12px;
}
#sub-nav ul li {
	list-style: none;
	list-style-image: none;
	padding-left: 10px;
	display: block;
}
#sub-nav ul li a {
	color: #7c1c37;
	text-decoration: none;
	display: block;
	margin-left: -25px;
	text-indent: 25px;
	font-weight: bold;
}
#sub-nav ul li a:hover {
	color: black;
	text-decoration: none;
	display: block;
}
#sub-nav ul li a.aktuelle-seite, #sub-nav ul li a.aktuelle-seite-wy {
	color: black;
	text-decoration: none;
}


/* ------------------------- navi im footer ------------- */

#navi_footer {
	float: left;
	width: 415px;
	margin-left: 200px;
	padding-top: 2px;
}
#navi_footer ul, #navi_footer ul li {
	list-style: none;
	list-style-image: none;
	margin: 6px 0px 0px 0px;
}
#navi_footer ul {
	text-align: left;
	line-height: 1.2em;
	text-indent: 0.0em;
}
#navi_footer ul li {
	display: inline;
}
#navi_footer ul li a {
	padding: 0px 5px 0px 10px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
#navi_footer ul li a.last {
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #ffffff;
	border-right: none;
}
#navi_footer ul li a.first {
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
#navi_footer ul li a:hover, #navi_footer ul li a.first:hover {
	text-decoration: underline;
	color: #ffffff;
}
#navi_footer ul li a.aktuelle-seite {
	text-decoration: none;
}


/* -------------------- stile für webyep ---------- */

.NOTIZ {
	font-size: 11px;
	color: #da0000;
	font-weight: bold;
}


/* -------------------- sitemap stile */

.sitemap-tabelle h3 {
	margin: 0.8em 0 0.3em 0;
}

.sitemap-tabelle ul {
    margin: 5px 0px 0px 0px;
}

.sitemap-tabelle ul li {
    margin: 0px 0px 0px 0px !important;
/* Notwendig wegen allgemeiner ( #content li   margin-top: 0.5em;) Deklaration am Anfang */
	padding: 1px 0px 1px 10px;
    background-image: url(../grafik/sitemap_ebene1_marker.gif);
	background-position: 0px 2px;
	background-repeat: repeat-y;
	list-style-type: none;
	list-style-image: none;
}

.sitemap-tabelle ul li.sitemap-listenende {
    margin: 0px 0px 0px 0px !important;
/* Notwendig wegen allgemeiner ( #content li   margin-top: 0.5em;) Deklaration am Anfang */
	padding: 1px 0px 1px 10px;
    background-image: url(../grafik/sitemap_ebene1_schlussmarker.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
}

.sitemap-tabelle ul ul {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}


.sitemap-tabelle ul ul li {
    background-image: url(../grafik/sitemap_ebene2_marker.gif);
	background-position: 0px 2px;
	background-repeat: repeat-y;
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 1px 28px;
	margin: 0px 0px 0px 0px !important;
}

.sitemap-tabelle ul ul li.sitemap-listenende2 {
    background-image: url(../grafik/sitemap_ebene2_schlussmarker.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 0px 28px;
	margin: 0px 0px -3px 0px !important;
}

.sitemap-tabelle ul li a:link {  color: #7c1c37; text-decoration: none; font-weight: normal;}
.sitemap-tabelle ul li a:visited {  color: #555555; text-decoration: none; font-weight: normal;}
.sitemap-tabelle ul li a:hover {  color: black; text-decoration: none; font-weight: normal;}
.sitemap-tabelle ul li a:active {  color: #7c1c37; text-decoration: none; font-weight: normal;}

.sitemap-tabelle tr td h3 a:link {  color: #7c1c37; text-decoration: none; font-weight: bold;}
.sitemap-tabelle tr td h3 a:visited {  color: #666666; text-decoration: none; font-weight: bold;}
.sitemap-tabelle tr td h3 a:hover {  color: black; text-decoration: none; font-weight: bold;}
.sitemap-tabelle tr td h3 a:active {  color: #7c1c37; text-decoration: none; font-weight: bold;}

/* Alternative fuer Sitemap mit WebYep */
.sitemap-tabelle h3 a:link {  color: #7c1c37; text-decoration: none; font-weight: bold;}
.sitemap-tabelle h3 a:visited {  color: #666666; text-decoration: none; font-weight: bold;}
.sitemap-tabelle h3 a:hover {  color: black; text-decoration: none; font-weight: bold;}
.sitemap-tabelle h3 a:active {  color: #7c1c37; text-decoration: none; font-weight: bold;}
