body {
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	scrollbar-base-color:#009933;
 	scrollbar-3dlight-color:#009933;
  	scrollbar-arrow-color:#009933;
  	scrollbar-darkshadow-color:#009933;
 	scrollbar-face-color:#ffffff;
  	scrollbar-highlight-color:#ffffff;
 	scrollbar-shadow-color:#009933;
  	scrollbar-track-color:#F1F1F1;
  	overflow:	auto;
}
.green
{
	background-image: url(../bilder/hg_webseite.gif);
}
.white
{
	background-image: url(../bilder/hg.gif);
}
.menulinks
{
	width: 140px;
}

.menulinks a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 2px;
	height: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	border:  1px solid #009933;
	text-decoration: none;
	color: #009933;
	padding: 1px 1px 1px 0.2em;
	background:  #ffffff;
}

.menulinks a:hover
{
	background: #009933;
	border:  1px solid #009933;
	color: white;
}

.menurechts
{
	width: 140px;
}

.menurechts a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-family: verdana;
	margin: 0 2px;
	height: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	border:  1px solid #666666;
	text-decoration: none;
	color: #666666;
	padding: 1px 1px 1px 0.2em;
	background:  white;
}
.menurechts a:hover
{
	background: #666666;
	border:  1px solid #666666;
	color: white;
}

.menue_seite a
{
	background: #009933;
	border:  1px solid #009933;
	color: white;
}
.menue_seite_r a
{
	background: #666666;
	border:  1px solid #666666;
	color: white;
}
div.abstand
{
	margin-top: 2px;
}
/*******************************************************************/

