html {
   overflow-y: visible;
}


html {
   overflow-y: scroll;
}


body {
   background-color: #ffffff;
   color: #000000;
   text-align: center;

    
}

div#master {
   width: 870px;
   text-align: left;
   font-family: Arial,helvetica,sans-serif;
   font-size: 8pt;
   background-color: #ffffff;
   border: 0px solid #ffffff;;
   color: #000000;
   margin: 0 auto;
}

#hauptmenu {
   padding-left: 5px;
}

#sparen a {
   color: #000000;
   text-decoration: underline;
}

#sparen a:link {
   color: #000000;
   text-decoration: underline;
}

#sparen a:visited {
   color: #000000;
   text-decoration: underline;
}

#sparen a:hover {
   color: #000000;
   text-decoration: underline;
}

#sparen a:active {
   color: #000000;
   text-decoration: underline;
}

#sparen a:focus {
   color: #000000;
   text-decoration: underline;
}

.cell {
   font-family: Arial;
   font-size: 12px;
   margin: 5px 5px 5px 5px;
}

.cell_l {
   font-family: Arial;
   font-size: 18px;
   color: #2c5551;
   margin: 5px 5px 5px 5px;
}

.cell_r {
   font-family: Arial;
   font-size: 12px;
   margin: 5px 5px 5px 5px;
}

#landi a {
   text-decoration: none;
}

#landi a:hover {
   text-decoration: none;
   color: #95a61a;
}

#upmenu {
   font-size: 14px;
}

#upmenu li {
   list-style: none;
   float: right;
   margin-left: 10px;
}

#upmenu a {
   text-decoration: none;
}
   
#upmenu a:hover {
   text-decoration: none;
   color: #95a61a;
}

#footer {
   font-family: Arial;
   font-size: 10px;
   text-align: center;
}

.moduletable_topmenu {
	height: 27px;
}
#master table {
	clear: both;
}
.moduletable_topmenu, .moduletable_topmenu ul {
  font: normal 14px Arial;
  color: #87888a;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right ;
}

.moduletable_topmenu a {
  text-decoration: none;
}

.moduletable_topmenu a:hover {
  text-decoration: none;
  color: #95a61a;
}

.moduletable_topmenu li {
  list-style: none;
  float: right;
  padding-left: 10px;
  line-height: 25px; 
}

/*************************************/
/*   Spezielles Menu Stylesheet      */
/*************************************/

.moduletable_menu, .moduletable_menu ul {
  font: bold 14px Arial;
  color: #87888a;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: left;
}

.moduletable_menu ul {
  background-color: #ffffff;
  float: left;
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: auto;
}

.moduletable_menu  a {
  text-decoration: none;
  display: block;
}

.moduletable_menu ul li {
  float: left;
  padding-right: 15px;
  line-height: 25px;
  display: block;
}

.moduletable_menu li a:hover {
  color: #95a61a;
  display: block;
}

/**
 * Hide the submenus
 */
.moduletable_menu li ul {
  display: none;
}

/**
 * Show the submenus on mouse-over (.hover class)
 */
.moduletable_menu li:hover ul {
  display: block;
  top: 25px;
  width: 500px;
}