html {
	overflow: hidden;
}

body {
    color: black; background-color: white;
    
    font-family: Helvetica,Arial,sans-serif;

 overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	
	}


ul#menu, li#menu {
list-style: none;	
        list-style-type: none;
        padding: 0;
        margin: 0;
        color: balck;
        font-size: 14px;
        height: auto;
}

li#menu{
 font-size: 12px;
line-height:14px;
}


ul li ul li {
line-height:15px;

        padding: 0px 0 15px 30px;
list-style: none;
}


a:link {

    color: black;

  }



a:visited {

    color: black;

   
  }
a:hover {
    color: #a4c358; 
  }
 div#Top {
overflow: hidden;
position:absolute;
left:10px;
top:10px;
height:35px;
right:10px;
	background-color: white;
	border: 1px solid gray;
width:96%;
  }

div#Nav{
position:absolute;
left:0px;
top:60px;
width:14%;
min-width:100px;
bottom:0;
line-height:1.5em;
	color: black;
margin: 0px 7px 0px; padding: 0

}

ul#Navigation {
	width:100%;
    font-size: 12px;
    float: left; 
    margin: 0px 0 0px; padding: 0;
    border: 0px;
  }

  ul#Navigation li {

    list-style: none;
    margin: 0; padding: 4px;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }

  ul#Navigation a:link {
  border: 1px solid gray;
    color: black;
background-color:white; 
  }
  ul#Navigation a:visited {
  border: 1px solid gray;
    color: black;
background-color:white; 
   
  }
  ul#Navigation a:hover {
    color: #a4c358; 
  }
  ul#Navigation a:active {
    color: black; 
  }

  div#Inhalt {
top:64px;
overflow:auto;
position:absolute;
left:16%;

width:80%;
 height:expression(document.body.clientHeight-130);


  border: 1px solid gray;
    padding: 1px 5px;
        background-color:white;
        color: black;
  bottom:40px;

  }


  div#Inhalt h1 {
    font-size: 20px;


  }
  div#Inhalt h2 {
    font-size: 15px;

  }
  div#Inhalt p {
    font-size: 12px;

  }



div#Einspalt {
 top:64px;
  overflow:auto;
  position:absolute;
  left:15%;

  width:41%;
  bottom:40px;

 height:expression(document.body.clientHeight-130);

	font-size:14px;
line-height:35px;
  border: 1px solid gray;
    padding: 1px 1px;
	background-color:white;
	color: black;


  }

  div#Einspalt h1 {
    font-size: 20px;
  

  }
  div#Einspalt h2 {
    font-size: 15px;
  
  }
  div#Einspalt p {
    font-size: 12px;
  
  }

  .Zweispalt {
 top:64px;
overflow:auto;
position:absolute;
left:59%;

width:37%;
 height:expression(document.body.clientHeight-130);


  border: 1px solid gray;
    padding: 5px 5px;
        background-color:white;
        color: black;
  bottom:40px;

  }


  div#Zweispalt {
 top:64px;
overflow:auto;
position:absolute;
left:59%;

width:37%;
 height:expression(document.body.clientHeight-130);
	font-size: 12px;


  border: 1px solid gray;
    padding: 5px 5px;
	background-color:white;
	color: black;
  bottom:40px;

  }

  div#Zweispalt h1 {
    font-size: 20px;
    margin: 0 0 0.5em;

  }
  div#Zweispalt h2 {
    font-size: 15px;
    margin: 0.2em 0;
  }
  div#Zweispalt p {
    font-size: 12px;
    margin: 1em 0;
  }

 div#Fusszeile{

position:absolute;
left:10px;
bottom:10px;
height:10px;
right:10px;
width: 96%;
   clear: both;
    font-size: 10px;
    padding: 2px;
    text-align: center;
    background-color: white; border: 1px solid gray;


}


.grouplist:hover {
    color: #a4c358;
  }

.grouplist{

	height:16px;
	font-size: 12px;
cursor: pointer;
text-decoration:underline; 
}


