/**
*********************************************************************
* Grundlayoutdatei für das Projekt hotel-lindenhof-essen.de         *
* ================================================================= *
* Autor: Marco Uhl                                     Version: 1.0 *
* Copyright: 2006 by Uhl Hosting & LAMP Service   Stand: 06.02.2006 *
*********************************************************************
*/

html            {height:100%;}
body            {background-color:#DDEEC2; color:#000000; height:100%; margin-top:0%; padding:0%; margin-left:1%; margin-right:1%; background-attachment:fixed; background-repeat:no-repeat; background-position:right;}

/* Die Titelzeile */
h1#title        {padding-top:2px; height:100px; text-align:center; font-size:50px; background-color:#DDEEC2;}
img#logo        {float:right; width:68px; height:80px; }

/* Menüs */
#left p         {display:none;}
#left           {width:18%; line-height:25px; background-color:#DDEEC2; float:left; padding:0; margin-bottom:1em;}
#left ul        {list-style:none; margin:0; padding:0;}
#left ul li     {margin:0; border-top:1px solid #DDEEC2;}
#left ul li a   {display: block; padding:2px 2px 2px 0.5em; border-left:10px solid #DDEEC2; border-right:1px solid #DDEEC2; border-bottom:1px solid #DDEEC2; background-color:#036; color:#fff; text-decoration:none; width:100%}
html>body #left ul li a {width:auto;}
#left ul li a:hover {border-left:10px solid #036; border-right:1px solid #69c; border-bottom:1px solid #369; background-color:#DDEEC2; color:#000000;}

/* Hauptteil */
#haupt          {float:left; width:75%; margin-left:3%; padding-left: 3%;}
#links          {float:left; }
#rechts         {float:right; }

/* Fußzeile */
#fuss           {clear: both; padding-bottom: 1em; border-top: 1px solid #333; text-align: left;}

/* Bilder */
img             {border-style:none; }
img.rechts      {float:right;}

/* Listen */

/* Überschriften */
h3              {text-align:center; font-size: 30px;}

/* Formulare*/

/* Tabellen */
table.wir th    {padding:30px; text-align:left;}
table.wir td    {text-align: center;}
td.text         {text-align: center;}
table.sehensw   {font-size:25px;}
table.sehensw th {text-align: left; width:40%; padding-left: 2%;}
table.sehensw td {text-align: right; width:10%;}
table.link td   {text-align: center; vertical-align: top; padding-top: 10px;}
table.kontakt th {text-align: right;}
table.kontakt th.mitte {text-align: center;}
table.preise    {font-size:25px;}

/* Schriftauszeichnungen - Klassen */
.fett           {font-weight:bold; }
.unterstrichen  {text-decoration:underline; }
.kursiv         {font-style:italic; }
.links          {text-align:left;}
.zentriert      {text-align:center; }
.rechts         {text-align:right;}
.rot            {color:#FF0329; }
.gross          {font-size: 30px;}
.impressum      {font-size: 25px;}