﻿
#seite {
    position: relative;
    min-height: 100%;
    width: 550px;
    margin: 0 auto;
    background-color: silver;
}
 
#inhalt {
     
  	position:absolute;
    top: 120px;
    left: 10px;
    right:10px;
    bottom:80px;
    margin-left:5px;
    margin-bottom:5px;
    opacity: 0.85; 
    border: thin; 
    border-color:none;
    background-color: white;  
    visibility:visible;
    overflow-y:auto;
}

#start {
     
  	position:absolute;
    height:auto;
    left: 10px;
    right:30px;
    bottom:30px;
    margin-left:5px;
    margin-bottom:5px;
    border: thin; 
    border-color:none;
    visibility:visible;
    overflow-y:hidden;
    
}
 
#park {
    background-color: white; opacity: 0.85;
}

#fussbereich {
 
  	position:absolute;
    bottom: 0;
    width: 100%;
    background-color: lightyellow;
    height: 75px;
    margin-left:-9px;
    margin-bottom:0px;
    
}

/* Startseite */
#nav1 {
 
  	position:absolute;
    top: 45px;
    right: 510px;
    width: 115px;
    height: 45px;
    margin-left:5px;
    margin-bottom:5px;
    opacity: 1; 
    border: thin; 
    border-color: yellow;
    
}
/* Das Hotel */
#nav2 {
 
  	position:absolute;
    top: 45px;
    right: 220px;
    width: 125px;
    height: 45px;
    margin-left:5px;
    margin-bottom:5px;
    opacity: 1; 
    border: thin; 
    border-color: yellow;
    
}
/* Zimmer */
#nav3 {
 
  	position:absolute;
    top: 45px;
    right: 350px;
    width: 160px;
    height: 45px;
    margin-left:5px;
    margin-bottom:5px;
    opacity: 1; 
    border: thin; 
    border-color: yellow;
    
}
/* Impressum */
#nav4 {
 
  	position:absolute;
    top: 45px;
    right: 110px;
    width: 125px;
    height: 45px;
    margin-left:5px;
    margin-bottom:5px;
    opacity: 1; 
    border: thin; 
    border-color: yellow;
    
}

#hamburger {
 
  	position:absolute;
    top: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    margin-left:5px;
    margin-bottom:5px;
    opacity: 0.5; 
    border: thin; 
    border-color:yellow;
    
}

#menueR {
 
  	position:absolute;
    top: 110px;
    right: 30px;
    width: 150px;
    height: 260px;
    margin-left:5px;
    margin-bottom:5px;
    opacity: 0.99; 
    border: thin; 
    border-color: yellow;
    background-color: white;
    visibility:visible;

}
#100p {
        width: 100%;
        }
#fuss {
        width: 100%;
        }
#menue {
        width: 100%;
        }
#menueEintrag
    {
                
                text-align:center;
                border:none; 
                border-bottom-style:solid; border-bottom-color: black;
                
    }

p               {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: darkgreen ; text-decoration:none;
                margin-left: 0; margin-right: 0; margin-top: 3px;margin-bottom:0;}

p.fuss               { font-size: 10px; margin-top: 3px;}
p.blue               { font-size: 14px; margin-top: 3px; color:black;}

a               {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: darkgreen ; text-decoration:none;
                margin-left: 0; margin-right: 0; margin-top: 3px;margin-bottom:0;}

a.fuss               { font-size: 10px; margin-top: 3px;}

h1             {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: darkolivegreen ; font-weight: 100;
               margin-left: 0; margin-right: 0; margin-top: 8px; margin-bottom:8px;}
h1.blue         {color:black}
h1.schmuck     { font-family: 'Monotype Corsiva', 'Times New Roman'; font-size: 60pt; font-style: italic; font-weight: bold;
                text-align: right; word-spacing: 0; line-height: 100%; 
                vertical-align: bottom text-bottom;
                text-indent: 0; margin-left: 0; margin-right: 5px; margin-top: 5px; 
                margin-bottom: 5px; color: darkgoldenrod;
                text-shadow: 3px 3px 3px lightgoldenrodyellow;
                }

h2             {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #5A7A5C ; font-weight:bolder;
               margin-left: 0; margin-right: 0; margin-top: 4px; margin-bottom:4px;}
h3             {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #5A7A5C ; font-weight:bolder;
               margin-left: 0; margin-right: 0; margin-top: 2px; margin-bottom:2px;}
h4             {  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #5A7A5C ; font-weight:bolder;
               margin-left: 0; margin-right: 0; margin-top: 8px; margin-bottom:8px;}
