.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px
}
.select_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 135px
}
body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.klein { font-size: 10px; }

}

.banner { font-size: 11px; text-decoration: none; }


.button { 
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	margin-bottom: 1px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.list { font-size: 11px; }

.formspacer 
{ 
	padding-top: 4px; 
}

#dhtmltooltip
{
	position: absolute;
	width: 150px;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	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);
}