body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
	text-decoration: none;
	color:#C30;
}


.titel {
	font-size: 18pt;
	font-weight: bold;
}
.rahmen {
	border: thin dotted #666666;
}
.rot
{
	background-color: #660000;
	color: #CCCCCC;
	font-weight: bold;
	padding: 2mm;
}

td {
	font-size: 11px;
}

hr {
	border: thin dotted #666666;
}

.sub {
	font-weight: bold;
}

.btn
{
	border: solid 1px black;
	font-family: Verdana, Arial;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	height: 19px;
		background-color: #cccccc;

}

.input
{
	border: solid 1px black;
	font-family: Verdana, Arial;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	height: 16px;
}

.textinput
{
	border: solid 1px black;
	font-family: Verdana, Arial;
	font-size: 10px;
	height: 16px;

}