
#Gutschein  { 
   z-index         : 10; 
   position        : absolute;
   bottom          : 0; 
   right           : 0;
   width           : 180px; 
   height          : 199px; 
   border          : 0;
   background-color: transparent;
   overflow        : hidden;
   }
#Gutschein a img  { 

   border          : 0;
   background-color: transparent;
   
   }

html {
   overflow           : hidden;
    overflow-x      : hidden;  /*Scrollbalken unten ausblenden!!! */
   }

body {
   color              : #f3e8ca; 
   background-color   : #320701;
   background-image   : url(/fond.jpg);
   background-repeat  : no-repeat;
   background-position: top center;
   font-size          : 100.01%;
   font-family        : Frutiger,Arial,sans-serif;
   margin-top         : 100%;
   margin-left        : 50%;
   margin-right       : 50%;
   text-align         : center;
   overflow           : auto;
   }
  
  
h1 {
   font-family : Frutiger, Arial, sans-serif;
   font-weight : normal;
   font-style  : normal;
   font-variant: normal;
   font-size   : 120%;
   color       : #A3A3A7;
   }

h2 {
   font-family   : Frutiger, Arial,sans-serif;
   font-weight   : normal;
   font-variant  : normal;
   font-size     : 135%;
   color         : #ffb919;
   margin        : 0;
   padding       : 0;
   margin-bottom : 5px;
   }

/* Auszeichnungen */
h3 {
   font-family   : Frutiger, Arial,sans-serif;
   font-weight   : lighter;
   font-style    : normal;
   font-variant  : normal;
   color         : #000;
   font-size     : 120%;
   margin        : 0;
   padding       : 0;

   }

h3 em {
   font-family : Frutiger, Arial, sans-serif;
   font-weight : bold;
   font-style  : normal;
   font-variant: normal;
   font-size   : 120%;
   color       : #4f4f4f;
   }


/* Betohnungen */
em {
   font-family : Frutiger, Arial, sans-serif;
   font-weight : bold;
   font-style  : normal;
   font-variant: normal;
   color       : #ffb919;
   }

b  {
   font-weight : bold;
   }

    
#Fond-Navigation  {  
   position           : absolute;   
   z-index            : 3;    
   background-image   : url(/fond-navigation.jpg);   
   background-repeat  : no-repeat;   
   background-position: top left;   
   top                : 380px;   
   margin-left        : -400px;   
   width              : 250px;    
   height             : 700px;    
   background-color   : #ffb649;   
   border-right       : 1px solid #fff;  
   } 
   
#Fond-Inhalt {  
   z-index            : 2;    
   position           : absolute;   
   background-image   : url(/fond-inhalt.gif);   
   background-repeat  : no-repeat;   
   background-position: top right;   
   filter             : Alpha(opacity=35);   
   opacity            : 0.35;   
   top                : 140px;   
   margin-left        : -150px;    
   width              : 540px;    
   height             : 940px;     
   overflow           : hidden;  
   } 


#Imagebild  { 
   z-index         : 4; 
   position        : absolute;
   border-right    : 1px solid #fff;
   top             : 140px; 
   margin-left     : -400px;
   width           : 250px; 
   height          : 255px; 
   background-color: #ffb649;
   overflow        : hidden;
   }
   
#Inhalt {  
   z-index         : 6; 
   position        : absolute;
   top             : 160px;
   margin-left     : -130px;
   padding-right   : 5px; 
   width           : 495px; 
   height          : 75%; 
   overflow        : auto; 
   text-align      : left;
   font-size       : 80%;
	
   scrollbar-DarkShadow-Color  : #571902; 
   scrollbar-Track-Color       : #a96124; 
   scrollbar-Face-Color        : #d19631;
   scrollbar-Shadow-Color      : #B87100;
   scrollbar-Highlight-Color   : #ffdfa0;
   scrollbar-3dLight-Color     : #E0E0E0; 
   scrollbar-Arrow-Color       : #571902; 
   } 
#Inhalt p {  
   padding-top     : 2px;
   padding-bottom  : 2px;
   margin          : 0;
   } 
   
#Inhalt img {
    border  : 1px solid #f3e8ca;   
    clear   : none;   
    float   : left;   
    margin-right : 10px;   
    margin-bottom : 10px;   
    }

#Inhalt h3 img {   
    float        : right;   
    clear        : none;   
    margin-left : 10px;   
    margin-bottom: 10px;   
    border       : 1px solid #f3e8ca; 
   }
   
#Inhalt a:link,
#Inhalt a:active,
#Inhalt a:visited   {
   color          : #ffb919;
   font-weight    : normal;
   text-decoration: none;
   } 
   
#Inhalt a:hover  {
   color          : #fff;
   font-weight    : normal;
   } 

#Inhalt table {   
   vertical-align  : top;
   border          : none;
   border-collapse : collapse;	
   }
   
#Inhalt table th {   
   vertical-align  : top;
   text-align      : left;
   border-bottom   : 1px solid #f3e8ca;
   padding         : 5px;
   }
#Inhalt table td, th,
#Inhalt table tr.even td,
#Inhalt table tr.odd td { 
   vertical-align  : top;
   padding         : 5px;
   }	
	
#Navigation  {  
   z-index         : 7; 
   position        : absolute;
   top             : 350px; 
   margin-left     : -370px;
   width           : 220px;  
   text-align      : left;
   font-size       : 13px;
   padding-top     : 5px;
   } 
   
#Navigation ul li a img {  
   border            : none;
   float             : left;
   margin-top        : -10px;
   } 
   
#Navigation ul {  
   padding        : 0;
   margin         : 0;
   list-style-type: none;
   } 
   
#Navigation ul li {  
   list-style-type: none;
   margin         : 0;
   padding-top    : 7px;
   height         : 15px;
   }
    
#Navigation ul li p {  
   padding        : 0;
   margin         : 0;
   } 
   
#Navigation  a:link,
#Navigation  a:active,
#Navigation  a:visited {  
   color          : #622106;
   font-family    : Arial;
   font-weight    : bold;
   text-decoration: none;
   } 
#Navigation ul li em a:hover {  
   color          : #fff;
   font-family    : Arial;
   font-weight    : bold;
   text-decoration: none;
   } 
#Navigation ul li em  {  
   color          : #622106;
   font-family    : Arial;
   font-weight    : bold;
   text-decoration: none;
   } 
 
  
#Funktionen  { 
   z-index         : 7;    
   position        : absolute;   
   top             : 503px;   
   margin-left     : -420px;   
   margin-top      : 45px;    
   width           : 220px;    
   text-align      : left;   
   font-size       : 13px; 
   }  
#Funktionen a img   { 
   border         : none; 
   float          : left;   
   margin-left    : 52px;   
   margin-right   : 2px;
   } 
#Funktionen a:link,
#Funktionen a:active,
#Funktionen a:visited  {
   color          : #622106;
   font-family    : Arial;
   text-decoration: none;
   } 
#Funktionen a:hover  {
   color          : #000;
   font-weight    : bold;
   } 
 
#Funktionen form.default input{
   background-color   : transparent;
   background-repeat  : no-repeat;
   background-position: right;
   width              : 50px;
   height             : 30px;
   border             : none;
   color              : #f8e1a2;
   font-size          : 0;
   margin-right       : 0; 
   text-align         : left;
   float              : right;
}

#Funktionen form.default input.submit{
   background-image   : none;
   background-repeat  : no-repeat;
   background-position: center;
   width              : 30px;
   height             : 40px;
   text-align         : left;
   float              : right;
}

#Disclaimer  {
   z-index            : 8; 
   position           : absolute;
   bottom             : 0; 
   margin-left        : -370px;
   width              : 200px; 
   height             : 40px; 
   background-color   : transparent;
   border             : none;
   font-size          : 10px;
     color          : #000;
}

#Disclaimer a:link,
#Disclaimer a:active,
#Disclaimer a:visited   {
   color          : #000;
   font-weight    : normal;
   text-decoration: none;
   } 
 