body {
	margin: 0px;
}

p, td, input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

.firstp {
	margin-top: 0px;
}

.small {
	font-size: 9px;
	line-height: 12px;
}

.medium {
	font-size: 11px;
}

.titel {
	margin-top: 0px;
	margin-bottom: 19px;
	font-weight: bold;
}

a:link {
	color: #09c;
}

a:visited {
	color: #09c;
}

a:hover {
	color: #777;
}

a:active {
	color: #999;
}

input[type="radio"] {
	margin: 0px;
}

tr.odd td {
	background-color:#f9f9fb;
	font-size:12px;
	padding:0.5em 0;
	text-align:center;
}
tr.odd td.first {
	text-align:left;
}
tr.even td {
	background-color:#fffff;
	font-size:12px;
	padding:0.5em 0;
	text-align:center;
}
tr.even td.first {
	text-align:left;
}

tr.criteria td {
	vertical-align:top;
	text-align:center;
	font-size:9px;
}
#startseitentext {
	font-family: arial, helvetica, sans-serif;
	width: 450px;
	margin: 0 0 0 225px;
}
#startseitentext h1 {
	font-size: 14px;
}
#startseitentext h2 {
	font-size: 12px;
}
#startseitentext p {
	font-size: 12px;
}
#startseitentext ol {
	font-size: 12px;
}
#startseitentext a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}