/* Stylesheet fuer Website */

html { height: 101%; }
body { 
   color: black;
   background-color: #EEAE1C;
   font-family: Helvetica,Arial,sans-serif;
   font-size: small;
}

/* Hyperlinks*/
a { text-decoration: none; outline: none; color: black; }

#bild {
  width: 350px;
  height: 600px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  
}  

#ebene {
  text-align: center;
  font-style: bold;
  margin-bottom: 90px;
}
  
    
#wrapper {
   color: black;
   background-color: #EEAE1C; 
   width: 800px;
   height: 800px;
   margin-top: 10px;  
   margin-right: auto;
   margin-bottom: 10px;
   margin-left: auto;
  
}

#adresse {
  text-align: center;
  font-size: 85%;
}   

#profilbild {
  margin-left: 20px;
  
}

#Image9 {
  margin-right: 5px;
}    

#gaestebuch {
   padding-left: 50px;  
}



#kopfbereich {
   background-color: #EFAE1C;
   border-bottom: 1px #EFAE1C; 
}  
#navibereich {
   color: black;
   text-align: right;
   font-size: 120%;
   background-color: #F08014;
   padding-bottom: 5px;
   padding-top: 5px;
   width: 790px;
   }
      #navibereich li {
         color: black;
         text-align: right;
         display: inline;
         list-style-type: none;
         margin: 10px;
         padding-right: 10px;
      }
         
            #navibereich a:hover
            #navibereich a:focus {
              color: #EFD19F;
            }  
                  
#mitteklein {
   width: 180px;
   color: black;
   background-color: #F08014;
   padding: 10px;
   margin: 10px;
   
   float: left;
   position: absolute;
}   
#mittegross {
   width: 540px; 
   height: 1000px;
   color: black;
   background-color: #F08014;
   margin: 10px;
   padding: 10px;
   float: right;
}
    #mittegross li {
      list-style-type: none;
    } 
       #mittegross table {
         border-style: none;
       }
          
            