/* general styles */
body {
	color: #000000;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #FFFFDD;
}

td {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 line-height:15px;
}


/* Formatdefinition der Links  */
A:link {
	color: #006600;
} 
A:visited {
	color: #006666;
} 
A:active {
	color: #00FF00;
} 
A:hover {
	text-decoration:none;
	color: #CC6600;
} 

/* Klassen-Definitionen  */
.titel {
	font-size:16px;
	font-weight:bold;
}

.small {
	font-size:11px;
}

.bold {
	font-weight:bold;
}
