@charset "UTF-8";
/* CSS Document */
body  {
	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: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CFC099;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: right; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #e2d3ac;
} 
.twoColFixRtHdr #header {
	background-color: #CFC099;
	height: auto;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 365px;
	margin-top: 100px;
	height: auto;
	text-align: left;
	margin-bottom: 50px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 100px;
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-bottom: 50px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 12px;
	background-color: #CFC099;
	height: 50px;
	display: block;
	color: #333;
} 
.twoColFixRtHdr #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. */
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* Fügen Sie CSS-Box-Modell-Korrekturen für IE 5* in diesen bedingten Kommentar ein. */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* Fügen Sie CSS-Korrekturen für alle IE-Versionen in diesen bedingten Kommentar ein. */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent {
	zoom: 1;
	font-size: 12px;
}
/* Mit der obigen proprietären Zoom-Eigenschaft wird IE die Eigenschaft hasLayout zugewiesen, die zur Verhinderung verschiedener Fehler erforderlich ist. */
</style>
<![endif]


.twoColFixRtHdr #container #mainContent p {
	letter-spacing: 0.1em;
	font-weight: lighter;
}

#navi {
	background-color: #CFC099;
	width: 800px;
}
.twoColFixRtHdr #container #mainContent h4 {
	font-size: 14px;
	font-weight: bold;
}

.twoColFixRtHdr #container #sidebar1 img {
	border: 3px solid #FFF;
}

.uberschrift {
	font-size: 24px;
	letter-spacing: 0.3em;
}

.twoColFixRtHdr #container #mainContent h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.twoColFixRtHdr #container #sidebar1 #stellen {
	border: 3px solid #FFF;
	height: auto;
	width: 270px;
	background-color: #F4E4BE;
	font-size: 18px;
	text-align: center;
}

.twoColFixRtHdr #container #footer table tr td a {
	text-decoration: none;
	color: #FFF;
	text-align: right;
}

.twoColFixRtHdr #container #footer table tr td {
	color: #FFF;
}

#rechts {
	text-align: right;
}

.twoColFixRtHdr #container #footer table tr #rechts a:hover {
	color: #000;
}

.twoColFixRtHdr #container #footer #anschrift {
	text-align: left;
	width: auto;
	margin-top: 10px;
	float: left;
}

.twoColFixRtHdr #container #footer #impressum {
	width: 260px;
	float: right;
	margin-top: 10px;
}

.twoColFixRtHdr #container #footer #impressum a {
	color: #333;
	text-decoration: none;
}

.twoColFixRtHdr #container #footer #impressum a:hover {
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 a {
	color: #000;
	text-decoration: none;
}

.twoColFixRtHdr #container #sidebar1 a:hover {
	text-decoration: underline;
}


.twoColFixRtHdr #container #inhalt {
}

.twoColFixRtHdr #container #speisekarte {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	float: none;
	width: 560px;
}

.twoColFixRtHdr #container #speisekarte table tr td h2 {
	font-size: 16px;
}

.infotxt {
	color: #333;
	font-style: italic;
}

.ueberschrift_redux {
	font-size: 22px;
}

.twoColFixRtHdr #container #sidebar1 iframe {
	border: 3px solid #FFF;
}
.twoColFixRtHdr #container #mainContent p a {
	text-decoration: underline;
	color: #000;
}
.twoColFixRtHdr #container #mainContent p a:hover {
	text-decoration: underline;
	color: #060;
}
.twoColFixRtHdr #container #mainContent p a:visited {
	text-decoration: underline;
	color: #000;
}
.alt_karte {
	border: 3px solid #FFF;
	width: 270px;
}
.twoColFixRtHdr #container #mainContent #stoerer {
	margin-right: 25px;
}
.twoColFixRtHdr #container #mainContent a {
	text-decoration: underline;
	color: #000;
}
.twoColFixRtHdr #container #mainContent a:hover {
	text-decoration: underline;
	color: #060;
}
.twoColFixRtHdr #container #mainContent a:visited {
	text-decoration: underline;
	color: #000;
}
