body			        {
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	color:#444444;
	background-color: #f2f2f2;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table, tr, td    	    { font-family:Arial,Helvetica,Verdana,Geneva,sans-serif; font-size:12px; color:#444444; }
input, textarea, select { font-family:Arial,Helvetica,Verdana,Geneva,sans-serif; font-size:12px; color:#222222; }
a:link                  { font-family:Arial,Helvetica,Verdana,Geneva,sans-serif; text-decoration:none; color:#003399; }
a:visited               { text-decoration:none; color:#003399; }
a:active                { text-decoration:none; color:#003399; }
a:hover                 { text-decoration: underline;}
.bluetitle				{ font-family:Arial,Helvetica,Verdana,Geneva,sans-serif; font-size:12px; color:#003399; font-weight:bold; }
.whitetitle				{ font-family:Arial,Helvetica,Verdana,Geneva,sans-serif; font-size:12px; color:#ffffff; font-weight:bold; }

td {
	border-top-color:#cccccc;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#cccccc;
	border-bottom-width:0px;
	border-bottom-style:solid; 
}
.mono {
	font-family:Consolas,Courier New,Monospaced,sans-serif;
	font-size:13px; 
	text-align:right;
	border-style:none;	
}

.beschreibung {
	color: #999999;
}
.imgButton {
	cursor:pointer;	
	vertical-align:middle;
}