body {
 scrollbar-face-color:#FFFFFF;
 scrollbar-shadow-color:#FFFFFF;		/* rechts unten	- 3D	*/
 scrollbar-highlight-color:#FFFFFF;		/* links oben	- 3D	*/
 scrollbar-3dlight-color:#A0CF67;		/* links oben	*/
 scrollbar-darkshadow-color:#A0CF67;	/* rechts unten	*/
 scrollbar-track-color:#FFFFFF;
 scrollbar-arrow-color:#A0CF67;
 background-color:#FFFFFF;
 color:#000000;
 padding:0px;
 text-align:center;
 font-family: verdana, helvetica,sans-serif;
 }

#main{
 width:770px;
 height:600px;
 text-align:left;
 overflow:auto;
 margin:0px auto;
 background-color:#FFFFFF;
 }

#left-top {
 width:310px;
 height:165px;
 float:left;
 margin-bottom:10px;
 background-color:#FFFFFF;
 border-bottom:#A0CF67 1px solid;
 }

#left {
 width:310px;
 height:600;
 float:left;
 background-color:#FFFFFF;
 border-right:#A0CF67 1px solid;
 }

#top {
 width:440px;
 height:195px;
 float:left;
 background-color:#FFFFFF;
 border-bottom:#A0CF67 1px solid;
 }

#content {
 width:440px;
/*
 height:60%;
*/
 height:330px;
 float:left;
 text-align:left;
 overflow:auto;
 padding-top:10px;
 background-color:#FFFFFF;
 }

#bottom {
 width:440px;
 height:45px;
 float:right;
 text-align:right;
 margin-bottom:10px;
 background-color:#FFFFFF;
/*
 border:#A0CF67 1px solid;
*/
 }

#logo{
 margin:45px 10px 0px 10px;
 }

#mail{
 margin:10px 29px 0px 0px;
 }

.submenu, .submenu_aktiv{
 margin-left:30px;
 }

/**********************************************************************************/
/*	Schrift	*/
h1{
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:12px;
 line-height:16px;
 font-weight:bold;
 color:#333333;
 margin:0 0 -10 10;
 }

.text{
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:11px;
 font-weight:normal;
 line-height:16px;
 color:#333333;
 margin:10px;
 }

.text a:link, .text a:visited{
 text-decoration:none;
 color:#A0CF67;
 font-weight:bold;
 border-bottom: 1px solid #FFFFFF;
 }

.text a:hover, .text a:active{
 text-decoration:none;
 color:#A0CF67;
 font-weight:bold;
 border-bottom: 1px solid #A0CF67;
 }
 
ul{
 margin-top:0px;
 margin-bottom:0px;
 }
 
li{
 margin:0 0 0 -22;
 }

