/* Seiten: 
############################################################## */
/* Generelle Schrift, Hintergrund, etc 
---------------------------------------------------------------*/
body {
	background-color:#FFFFE3;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
      scrollbar-base-color:#FFFFE3;
      scrollbar-3dlight-color:#FFFFE3;
      scrollbar-arrow-color:#772419;
      scrollbar-darkshadow-color:#FFFFE3;
      scrollbar-face-color:#FFFFE3;
      scrollbar-highlight-color:#772419;
      scrollbar-shadow-color:#772419;
      scrollbar-track-color:#FFFFE3;
      background-image:url(images/back.jpg);
      background-attachment:fixed;
      background-repeat:repeat-y;
}

body.galeriebody {
      background-image:none;
}


p,td,td.contact_form,table.admin,tr.admin,td.newsletter,td.aktuell {
	color:#772419;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
}

/* einzeilige Text-Eingabefelder
---------------------------------------------------------------*/
td input.textline,input.textline,textarea,input.smilies{
      color:#772419;
      background-color:#FFFFFF;
      font-family:Arial, Helvetica, sans-serif;
}

/* Checkboxen
---------------------------------------------------------------*/
input.checkbox {
      background-color:#FFFFE3;
}

/* Link-Angaben 
---------------------------------------------------------------*/
a:active {
	color:#772419;
}
a:visited {
	color:#772419;
}
a:hover {
	color:#000000;
}
a:link {
	color:#9C2E25;
}

/* Überschriften
---------------------------------------------------------------*/
h1 {
	color:#772419;
	font-size:28px;
	font-weight:bold;
}
h3 {
      font-family:Arial, Helvetica, sans-serif;
      color:#9C2E25;
      font-size:17px;
      font-weight:bold;
}

/* Querstrich 
---------------------------------------------------------------*/
hr {
      color:#9C2E25;
}

/* generell Eingabefelder,z.B. Button-Hintergrund
---------------------------------------------------------------*/
input {
      background-color: #772419; color: #FFFFE3;
}


/* Menue  
############################################################## 
Buttons: */
div.btnn  {font-family:Arial,Verdana,Times;font-size:11px;color:#772419;font-weight:bold;text-align:left;}
div.btnm  {font-family:Arial,Verdana,Times;font-size:11px;color:#FFFFFF;font-weight:bold;text-align:left;}
div.btnp  {font-family:Arial,Verdana,Times;font-size:11px;color:#FFFFE3;font-weight:bold;text-align:left;}

body.menue {
      background-image:url(images/menue_1pixel.jpg);
      background-repeat: repeat-y;
      overflow-x:'hidden'; 
	overflow-y: 'auto';
}
div.menue {
	width:200px;
	height:680px;
	background-image:url(images/menue.jpg);
      overflow-x:'hidden'; 
	overflow-y: 'hidden';
}
/* Corner 
############################################################## */
body.corner {
	background-color:#FFFFFF;
	background-image:url(images/corner.jpg);
}

/* Top 
############################################################## */
body.top {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
      background-image:url(images/top_1pixel.jpg);
      background-repeat: repeat-x;
}
div.top {
      width:1000px;
      height:120px;
      background-image:url(images/top_end.jpg);
      background-repeat: no-repeat;
      overflow-x:'hidden'; 
	overflow-y: 'hidden';
}


/* Guestbook 
############################################################## */

/* Link in 1. Zeile der Tabelle 
---------------------------------------------------------------*/
a.gb_link_in_table:link {color:#FFFFFF;}
a.gb_link_in_table:active {color:#FFFFFF;}
a.gb_link_in_table:visited {color:#FFFFFF;}
a.gb_link_in_table:hover {color:#FFFFFF;}

/* Tabellen unbenutzt ?????
#table1 { border: 3px; border-color: rgb(219,239,227); }
*/

/* Zellen 
---------------------------------------------------------------*/
#row1 { background-color:#772419; } /* Hintergrund 1. Zeile d. Tabelle d. Gästebuches (Name & Datum) */
#row2 { background-color:#FFFFFF; } /* Hintergrund 2. Zeile d. Tabelle d. Gästebuches (Kommentar) */

/* Schriftarten 
---------------------------------------------------------------*/
#text1 { font-family:Arial;color:#FFFFFF; font-size:12px;} /* Schriftart 1. Zeile d. Tabelle d. Gästebuches (Name & Datum) */
#text4 { font-family:Arial;color:#000000; font-size:12px;} /* Eingabezeilen-Titel: "Name:", "E-mail:" etc.*/
#text2 { font-family:Arial;color:#000000; } /* Schriftart  2. Zeile d. Tabelle d. Gästebuches (Kommentar)*/
#text3 { font-family:Arial;font-size:14px; color:#162E20;} /* System Nachrichten */

/* above ^ special defined tags, following by webeditor: 
============================================================================= */

.actyearcell {
      background-color:#772419;
      color:#FEFEE2;
      border-top: 1px solid #000000;
      
}
.actcontcell0 {
      color:#772419;
      border-top: 1px solid #772419;
      border-bottom: 1px solid #772419;
}
.actcontcell0r {
      color:#772419;
      border-top: 1px solid #772419;
      border-right: 1px solid #772419;
      border-bottom: 1px solid #772419;
}
.actcontcell1 {
      color:#772419;
      border-top: 1px solid #772419;
}
.actcontcell1r {
      color:#772419;
      border-top: 1px solid #772419;
      border-right: 1px solid #772419;
}
.actcontcell2 {
      color:#772419;
}
.actcontcell2r {
      color:#772419;
      border-right: 1px solid #772419;
}
.actcontcell3 {
      color:#772419;
      border-bottom: 1px solid #772419;
}
.actcontcell3r {
      color:#772419;
      border-bottom: 1px solid #772419;
      border-right: 1px solid #772419;
}
.lbdiv {
      float:right;
      text-align:center;
}


.zimmerpreise, .zimmerpreise table tr td {
      font-weight:bold;
      font-size:14px;
}
.zimmerpreise table tr td.euro {
      text-align:right;

}