body
{ background-color: #ADC6DE;
  font-family: Ariel;
  font-style: normal;
  font-size: 18px;
  height: 100%;
  margin: 0;
  padding: 0px;
  overflow: auto;
}

.absDiv { position: absolute; visibility: hidden; overflow: hidden;}

/* Style-Angaben zum Menü links: */
div.menu
{
  position: absolute;
  top: 8px;
  left: 4px;
  width: 190px; height: 98%;
  background-image: url(../jpg/menu_back.jpg);
  background-attachment: fixed;
  border-right: solid 2px #000066;
  border-bottom: solid 2px #000066;
}

div.datum
{
  position: absolute;
  top: 0px; left: 7px;
  width: 180px;
  font-size: 10px;
  text-align: left;
}
div.suchen
{
  position: absolute;
  top: 115px; left: 7px;
  width: 180px;
  font-size: 10px;
  text-align: left;
}
input.suchleiste
{
  position: absolute;
  top: 127px; left: 7px;
  width: 150px; height: 20px;
  font-size: 12px;
}
input.knopf
{
  background-image: url(../icons/suchen.gif);
  position: absolute;
  top: 127; right: 8px;
  width: 18px; height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

div.zaehler
{
  position: absolute;
  bottom: 5px; left: 7px;
  width: 85px; height: 25px;
  font-size: 10px;
  text-align: left;
  z-index: 0;
}

img.zaehler
{
  position: absolute;
  bottom: 5px; right: 8px;
  z-index: 1;
}

.menu img.menu
{
  width: 1em; height: 1em;
  border: 0;
}

.menu img.logo
{
  position: absolute;
  left: 37px;
  border: 0;
}

/* VERTICAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 position: absolute;
 left: 7px; top: 160px;
 margin: 0;
 padding: 0;
 width: 175px;
 list-style: none;
 z-index: 2;
}
/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.menulist ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 148px;
}
/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
 border: 1px solid #330;
 background-color: #F5F7F9;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #6666FF;
 text-decoration: none;
}
/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 /*background-color: #A64;*/
 background-color: #c2bdb9;
}
.menulist a.highlighted {
 color: #FFF;
 /*background-color: #C86;*/
 background-color: #c2bdb9;
}
/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */


/* Style Angaben zum Container Inhalt */
iframe.Inhalt
{
  position: absolute;
  top: 8px; left: 200px;
  width: 79%; height: 98%;
  margin: 0;
  padding: 0;
  border: none;
  overflow: auto;
  z-index: 0;
}
