body { 
   color:   gray;
   font-family: tahoma, verdana, arial, sans-serif;
   font-size: 0.8em;
   background-color: white;
   margin:    0px;
  background: url('../images/top.gif') top left repeat-x; 
   background-color: rgb(255, 252, 217);
}
DIV { 
  margin:   0px;
  padding:  0px;
}
img { 
  margin:   0px;
  padding:  0px;
  border:    none;
}
.rc { 
  position:  relative;
  width:      100%;
  height:     100%;
}
#sunset {
  position: absolute;
  top: -1px;
  left: 0px;
}

#forest {
  position: absolute;
  top:  0px;
  right: 0px;
}

#layout {   
  height:               100%;
  padding-top:       68px;
  padding-left:      1em;
}


#header { 
  position:  absolute;
  top: 0px;
  left: 0px;
}

#headerimage { 
   margin-top:  10px;
   margin-left: 30px;
}
#adresinfo { 
  position:            absolute;
  top:                   0.5em;
  right:                 0.5em;
  padding:            0.2em;
  width:                11em;
  height:               36px;
 border:              solid 1px black;
  background-color: rgb(255, 255, 193);
  overflow:            hidden;
}
.adresinfo { 
  display:             block;
  font-size:           0.9em;
  color:                black;
  text-decoration:  none;
}
#headtitle { 
  position:     absolute;
  color:          white;
  font-weight: bold;
  text-align:    left;
  vertical-align: middle;
  left:            0.5em;
  top:           75px;
  width:         11em;
  height:        1.2em;
}
#subnavigation { 
  padding-left:         10.2em;
  color:                 white;
  height:               0.94em;
  background-color: rgb(76, 50, 32);
}

#subnavigation a { 
   font-size:    1em;
   color:         white;
}
#subnavigation a:hover { 
   color: yellow;
}

#content { 
  position: relative;
  height: 100%;
  min-height: 23em;
  margin-top: 2em;
  margin-right: 1em;
  padding-left: 20px;
  padding-right: 20px;
  border-left: solid 1px rgb(209,209,209);
  border-right: solid 1px rgb(209,209,209);
}

#extrabox { 
   float:       right;
   padding: 1em;
   width:     11em;
   height:    520px;
   display:   none;
   color:      black;
  background: url('../images/blue.gif') top right repeat-y; 
}
p { 
   background: white;
   border:         solid 1px black;
   padding:       0.3em;
}

#footbar { 
  overflow: hidden;
  position: absolute;
  bottom:  40px;
  right:        0px;
  padding-right:  100px;
  text-align: right;
  color:  white;
  width:  200%;
  height: 16px;
  background-color:  rgb(76, 50, 32);
}

a.contact { 
  float:                 right;
  display:            block;
  margin-left:       5px;
  font-size:          12px;
  color:                white;
  text-decoration: none;
  vertical-align:     text-top;
}

a.contact img { 
  margin-right:       4px; 
  float:                 left;
}


#footer { 
  position: absolute;
  bottom:  0px;
  right:        0px;
  color:  white;
  width:  200%;
  height: 40px;
  background: url('../images/footer.gif') top right repeat-y;
  background-color:  rgb(228, 216, 194);
}
#footer img { 
    width:  48.1em;
    height: 2.7em;
}
.doublemenu { 
   margin-left: 0.3em;
   position:  relative;
}
.shadowmenu { 
/*   background: url('../images/shadow.png') bottom right no-repeat; */
   width:  11em;
   text-align: right;
   vertical-align: bottom;
}
.menu { 
   position: absolute;
   width:  11em;
   text-align: right;
   vertical-align: bottom; 
   top:      0px;
   left:      0px;
}


.menuitems { 
   border-top: 0px solid black;
   width: 10.5em; 
   margin-right: 0.3em;
   margin-bottom: 0.3em;
}
.menuitems a  { 
   text-align:            left;
   vertical-align:        top;
   color:                   black;
   text-decoration:    none; 
   font-family:           arial, tahoma, sans-serif;
   font-size:             1em;
   font-weight:          bold;
   padding-top:         0.5em;
   padding-left:         1.3em;
   border:                 solid 0px black  ;
   border-top:             none; 
   display:                block;
   width:                  10em;
   height:                 1.2em;
   background-image: url('../images/button.gif');
   background-repeat: no-repeat;
   background-position: center left;
}
.menuitems a:hover  { 
   background-image: url('../images/button-full.gif');
}

#mainframe { 
   width:   100%;
   height:  100%; 
}