.tableBG1 {
	background-color: #D8FE7E;
}

.table-Border {
	border-color:#008000; border-style:solid; 
}

.klein {font-size: 8pt;}

.text-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

body {
	background-color	: #FFFFCC;
	scrollbar-face-color:#FFFFCC;
	scrollbar-highlight-color:#008000;
	scrollbar-3dlight-color:#FFFFCC;
	scrollbar-darkshadow-color:#FFFFCC;
	scrollbar-shadow-color:#008000;
	scrollbar-arrow-color:#008000;
	scrollbar-track-color:#FFFFCC;
}

.Menutitel {
	background-color	: #008000;
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-weight		: bold;
	font-size		: 10pt;
	line-height		: 10pt;
	color			: #FFFF00;
	text-align		: center;
	border-width		: 100%;
}

.Menu {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
font-weight		: bold;
	font-size		: 9pt;
	line-height		: 10pt;
	color			: #000000;
	background-color	: #FFFFCC;
	text-align		: center;
	border-width		: 100%;
}

.Menu A:link, .Menu A:visited {
	vertical-align		: bottom;
	color			: #000000;
	background-color	: transparent;
text-decoration		: none;
}

.Menu A:hover, .Menu A:active {
vertical-align		: bottom;
	color			: #f5bc5a;
	background-color	: transparent;
	text-decoration		: none;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#box a {
color: green;
text-decoration: none;
}

#box a:hover{
color:white;
background:green;
text-decoration:none;
}

#box a span {display:none;}

#box a:hover span {
display:block;
color:black;
background:white;
width:300px;
border:1px solid green;
padding:10px;
}
