.navi  a:hover, .index_main  a:hover
{
	text-decoration: none;
	color: #60533a;
}

.reservierung_form label
{
	width: 200px;
}

.kontakt_form label, .reservierung_form label
{
	text-align: right;
	padding-right: 5px;
	width: 200px;
	padding-top: 4px;
}

form label
{
	padding-top: 4px;
}

.red
{
	color: #96815A;
	font-weight: bold;
}

.formularbutton
{
	background: #C8C5A6;
	border: 1px solid #EDEBDF;
	border-right: 1px solid #33363B;
	border-bottom: 1px solid #33363B;
}

.anfragefeld
{
	background: #EDEBDF;
}

.anfragefeldmuss
{
	background: #fff;
}

.bild_links
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.bild_mitte
{
	width: 700px;
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bild_rechts
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 45px;
}


.pic_person
{
	float: left;
	width: 250px;
	margin-right: 10px;
	height: 185px;
}
.bottom
{
	background: url(/content/img/bg_left.jpg) no-repeat top left;
	;
}

.speisen
{
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #C6C3A4;
}

.rahmen p
{
	margin: 5px 10px 5px 10px;
}

.rahmen
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.line_pure
{
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #C6C3A4;
}
.navi_normal
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #96815A;
}
.navi_normal_on, .navi2_in_on 
{
	font-weight: bold;
	background-color: #FBC76F;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #96815A;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #96815A;
	border-left-color: #96815A;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #96815A;
}
.navi_normal, .navi_normal_on
{
	text-transform: uppercase;
}
.navi2_in, .navi2_in_on  
{
	background-color: #FBCD82;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #96815A;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #96815A;
	border-left-color: #96815A;

}
.navi_normal   a, .navi2_in   a, .navi_normal_on   a, .navi2_in_on   a      
{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
}
.navi_normal, .navi2_in, .navi_normal_on, .navi2_in_on  
{
	height: 28px;
	margin: 0px;
}

body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fddb99;
}

/* #96815a /*



/* Tabellen */
table, tr, td {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 9pt;
}


/* Tabelle in eintrag.php und edit.php */
.form {
	text-align: center;
	width: 70%;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
text-align: right;
width: 50%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
text-align: left;
width: 50%;
}

/* Eingabefelder */
input, select {
	background-color: #FDDB99;
	color: #96815A;
	border: thin solid #96815A;
	height: 15pt;
}

input.gb, select.gb {
width: 90%;
}

/* Textfeld */
textarea.gb {
	background-color: #FDDB99;
	color: #96815A;
	font-family: arial, sans-serif;
	font-size: 9pt;
	width: 640px;
	border: thin solid #96815A;
}

/* Buttons */
button.gb {
	background-color: #FDDB99;
	color: #96815A;
	font-family: arial, sans-serif;
	font-size: 9pt;
	border: thin solid #96815A;
	height: 13pt;
}

/* Links 
a:link {
color: #CFDFE4;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}
*/
/* Links beim Überfahren mit der Maus 
a:link:hover {
color: #A5D0E4;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: underline;
}
*/
/* besuchte Links 
a:visited {
color: #CFDFE4;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}
*/
/* besuchte Links beim Überfahren mit der Maus 
a:visited:hover {
color: #A5D0E4;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: underline;
}
*/
/* Die Regeln in der eintrag.php */
div.regeln {
text-align: left;
}

/* Der Button unter den Regeln in der eintrag.php */
form.regeln {
text-align: center;
}

/* Die Buttons in eintrag.php, über die die BBCodes eingefügt werden */
img.bbcode{
	background-color: #FDDB99;
	width: 23px;
	height: 23px;
	border: thin solid #96815A;
}

/* Die kleinen Bilder (Page, Mail, ICQ, Bild) in gbuch.php */
img.gbuch{
border: 0px solid;
width: 15px;
height: 15px;
}

/* Text "(* Pflichtfelder)" */
div.pflichtfeld {
font-weight: bold;
text-align: center;
}

/* Fehlermeldung bei deaktiviertem Javascript */
div.nojs {
color: red;
font-weight: bold;
}

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
div.gerade {
	border: thin solid #96815A;
	width: 640px;
	padding: 5px;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
	border: thin solid #96815A;
	width: 640px;
	padding: 5px;
}

/* ein Zitat */
div.zitat {
border: 1px solid black;
margin: 10px;
}

/* die zitierte Person */
div.zitat_person {
font-weight: bold;
}

/* der zitierte Text */
div.zitat_text {
font-style: italic;
}

/* ein Kommentar */
div.kommentar {
border: 1px solid black;
margin: 10px;
}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
	font-weight: bold;
	color: #96815A;
}

/* der Kommentar selbst */
div.kommentar_text {
font-style: italic;
}

/* Der Besucher */
span.user {
font-weight: bold;
}

/* die Nummer des Eintrags */
span.nummer {
	font-weight: bold;
	color: #96815A;
}

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold;
}

/* Der Betreff eines Eintrags */
div.betreff {
	font-weight: bold;
	margin-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #96815A;
}

/* Die Einträge */
div.eintragstext {
margin-top: 5px;
}
.Stil1 {color: #000000}
