body	{
	font-family:verdana, arial, helvetica;
	font-size:8pt;
	font-weight:normal;
	padding-left:15px;
	margin-left:0px;
	margin-right:0px;
	}
table	{
	font-family:verdana, arial, helvetica;
	font-size:8pt;
	}
.text1	{
 	font-weight:bold;
	text-align:center;
	font-size:10pt;
	}
.text2	{
	padding-left:15px;
	}
.text2 a:hover {
	color:white;
	background-color:#005096;
	}
.text3	{
	line-height:17px;
	}
.text4   {
         padding-left:5px;
         }
.text4 a:hover {
         color:white;
         background-color:#005096;
         }
.text5   {
         background-color:black;
	color:white;
         font-weight:bold;
         }
.text6   {
         font-size:10;
 	font-style:italic;
         text-align:center;
         color:red;
         }
.text7	{
	background-color:black;
         color:white;
         font-weight:bold;
         text-align:center;
         }
.text8   {
         font-size:10;
         font-style:italic;
         text-align:center;
         }
a:hover, a:active, a:link, a:visited {
	text-decoration:none;
	color:mediumblue;
}
#dhtmltooltip {
	position:absolute;
	left:-300px;
	width:150px;
	border:1px solid black;
	padding:2px;
	background-color:lightyellow;
	visibility:hidden;
	z-index:100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}
#dhtmlpointer {
	position:absolute;
	left:-300px;
	z-index:101;
	visibility:hidden;
	}
.warn    {
	color:red;
         font-size:larger;
         font-weight:bold;
	}
.rueck	{
	margin-left:50;
         }
.hinweis {
         background-color:yellow;
         color:red;
         font-weight:bold;
         }