@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
	background-image: url(bilder/back-rot.jpg);
	background-repeat: repeat;
	background-position: bottom;
	margin: 0px;
	background-attachment: scroll;
overflow-y: scroll;}
	
	body {overflow-y: auto\9 }

#container  {
	width: 100%; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: none;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-attachment: scroll;
	background-image: url(bilder/banner-back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f6ead3;
}
#header  {
	padding: 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	text-align: center;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navi {
	background-color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}
#navi li {
	display: inline;
	list-style-type: none;
}
#navi ul li a {
	padding-right: 12px;
	padding-left: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #900;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navi ul li a:hover {
	color: #C60;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#header h1  {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 0px; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
#mainContent  {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


#getraenkekarte #mainContent  { width: 820px; }

#getraenkekarte #container #mainContent h2 {
	margin-bottom: 32px;
}
.TabbedPanels {
}
#mainContent p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContent h2{
	font-size: 21px;
	color: #920000;
	margin-top: 30px;
	text-align: left;
	margin-bottom: 12px;
	line-height: 22px;
}
#mainContent h3{
	font-size: 16px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #920000;
	text-align: left;
}
.start td{
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
table tr td h2, h3 {
	margin-top: 0px;
	padding-top: 0px;
}
#footer  {
	background-image: url(bilder/footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 30px;
}
#footer p  {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	color: #FFF;
	line-height: 16px;
}
#mainContent a {
	color: #C00;
	text-decoration: none;
}
#mainContent a:visited {
	color: #C00;
}
#mainContent a:hover {
	color: #C00;
	text-decoration: underline;
}
#mainContent .events p{
	font-size: 12px;
	line-height: normal;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000;
	text-align: center;
}
#mainContent .events h3{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	font-size: 14px;
	text-align: center;
}

#mainContent .kasten p{
	font-size: 12px;
	line-height: normal;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #000;
}
#mainContent .kasten h3{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	font-size: 14px;
	text-align: center;
}


#flash  {
	background-color: #000;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	margin-bottom: 12px;
}
object {
	background-color: #000;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container #mainContent .claim p{
	font-style: italic;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	color: #AD722B;
}
.events {
	padding: 12px;
	width: 200px;
	background-image: url(bilder/events-back.jpg);
	margin-top: 20px;
	float: right;
	-webkit-border-radius: 10px; /* Safari prototype */
-moz-border-radius: 10px; /* Gecko browsers */
-ms-border-radius: 10px;
border-radius: 10px; }




.kasten {
	padding: 12px;
	width: 200px;
	background-image: url(bilder/events-back.jpg);
	margin-top: 0px;
		margin-left: 20px;

	float: right;
	-webkit-border-radius: 10px; /* Safari prototype */
-moz-border-radius: 10px; /* Gecko browsers */
-ms-border-radius: 10px;
border-radius: 10px; }
}



#container #mainContent .claim{
	color: #AD722B;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin: 4px;
}
.starttext {
	float: left;
	width: 550px;
	margin-right: 20px;
	margin-bottom: 30px;
}
td {
	
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 0px;
}

Table, tr  {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.impressum {
	font-size: 12px;
	line-height: 120%;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bildrechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#events td {text-align: center;}

