/*
wird benötigt von:

index.php (luxury.hotels.html)
willkommen.php (luxury.hotels.welcome.html und luxushotels.willkommen.html)

*/

HTML, BODY         {margin:0;padding:0;
                    background-color:#F9DEAB;
                    color:#000000;
                    width:100%;height:100%;
                   }
#lo                {position:absolute;
                    top:0px;
                    left:0px;
                    width:20px;height:20px;}
#ru                {position:absolute;
                    right:0px;
                    bottom:0px;
                    width:20px;height:52px;}                    
#frm               {position:absolute;
                    top:10px;
                    right:10px;
                    bottom:10px;
                    left:10px;
                    padding:0;
                    min-width:950px;min-height:450px;
                    overflow:auto;
                    background-color:#A0002C;}
#nav               {position:absolute;
                    top:22px;
                    left:2px;
                    bottom:34px;
                    width:210px;
                    margin: 0 ;
                    padding:0 0 0 2px;
                    background-color:#FDF5E6;
                    overflow:auto;
                    font-family: Arial,sans-serif;
                    font-size:12px}
#mfr               {position:absolute;
                    top:22px;
                    left:216px;
                    bottom:34px;
                    right:22px;
                    background-color:#FDF5E6;
                    }
#mfr A              {display:inline;}
#lng               {position:absolute;
                    bottom:0;
                    left:0px;
                    right:20px;
                    height:32px;
                    padding:0 0 0 2px;
                    text-align:center;
                    font-family:arial,sans-serif;
                    font-size:10px;
                    background-color:#FDF5E6;}
#lng A             {display:inline;}
#imp               {width:100%;
                    border:0;
                    margin-top:1px}
#imp #first        {width:207px;
                    border:0;}
#imp TD            {border:1px solid black;
                    border-top:0;
                    border-right:0;
                    border-bottom:0;}
.O                 {}
.I                 {display:block;} 
#nav > DIV         {margin:0;
                    padding:0 0 0 8px}

A                  {display:block;
                    margin:0;
                    text-decoration:none;
                    border:0;
                    outline:0;
                    color:#0000FF;}
A:hover            {text-decoration:underline;}
A:active           {color:#FF0000}
#nav > A           {font-weight:bold;}

#nav DIV > DIV     {padding:0 0 0 8px}

#nav DIV > A       {font-size:12px;
                    font-weight:normal;
                   }
#nav DIV DIV > P   {font-size:10px;
                    font-weight:normal;
                    text-decoration:none;
                    padding:0 0 0 8px;
                    margin:0}

#willkommen        {padding:0 0 10px 20px;
                    font-family:Arial, sans-serif}
#willkommen H2     {font-size:16px;
                    font-style:italic;
                    display:inline}

#lst               {margin:10px;
                    font-family:arial, non-serif;
                   }
#lst H1            {font-size:14px;
                    font-weight:bold;
                   }
#lst H2,H3         {font-size:12px;
                    font-weight:bold;
                   }
#lst LI            {clear:both;
                    padding-top:20px;
                   }
#lst DIV           {clear:both;
                    font-size:12px;
                    margin:10px 0;
                    padding:20px 0;
                   }
#lst IMG           {width:200px;height:150px;
                    margin:0 20px 0 0;
                    float:left;
                   }
#lst P             {text-align:justify;
                   }
