HTML {
	BACKGROUND: url('bilder/bgcolor.gif') top; 
MARGIN: 0px; OVERFLOW: auto; HEIGHT: 100%
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: black;
}

a:link, a:visited {color: #60B050; }
a:focus, a:hover, a:active {color: #60B050;}

.Standardtext1 { line-height: 16px; text-align:left; margin-top:0px; }
.DunkelgruenTitel { color: #60B050; font-size: 15px; font-weight: bold; margin-top: 0.5em; }

.navText {font-weight: bold; }	

/* ID Styles */	

#navigation a {
	color:  #FFFFFF;
	line-height:16px;
	display:block;
	padding:8px 6px 8px 22px;
	text-decoration: none;
	background: url('bilder/links_block.png')
	}
	
#navigation a:hover {
	color:#000000;
	font-weight:bold;
	background: url('bilder/links_block_hover.jpg')
		}
	
#subnavigation a {
	color: #504B4B;
	line-height:10px;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	background: url('bilder/links_block_subnav.png')
		}

#subnavigation a:hover {
	color:#000000;
	font-weight:bold;
	background: none;
	background: url('bilder/links_block_subnav_hover.png')
		}

#subnavigation td {
	border-bottom: 1px dotted #60B050

