
div#m	{ 
	position:relative;
        width: 100%; height: 98%; 
	overflow: auto;	
	}


a:link  {text-decoration: none};


/* Hintergrund */
/* body {background-color: gray} */


body { height: 8.5in } /* Required for percentage heights below */
      #head {
        position: fixed; width: 100%; height: 10%; top: 0;
        right: 0; bottom: auto; left: 0; background: lightgray; color:white; } 
      #sidebar {
        position: fixed; width: 10.5em; height: auto; top: 10%;
        right: auto; bottom: 70px; left: 0; background: lightgray; 
        overflow: auto; }
      #main {
        position: fixed; width: auto; height: auto; top: 14%;
        right: 1%; bottom: 70px; left: 12em; }
      #foot {
        position: fixed; width: 100%; height: 70px; top: auto;
        right: 0; bottom: 0; left: 0; background: lightgray; color:black; 
        text-decoration:none;  }


/* Farben  #98123f   */



/* Menu */

.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}

.menucontainer {
border:1px solid #000;
background-color:#7b7d8e;
width:136px;
margin:10px;
}

a.menu:link, a.menu:visited
{
 color:#eeeeee;
 background-color:#737994;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{
 color:#737994;
 background-color:#eeeeee;
}

a.menu {
 display:block;
 padding:10px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 font-weight:bold;
 color:#eeeeee;
 text-decoration:none;
 }