h1 {
	font-size: 14px;
	font-style: normal;
	color: #707173;
	font-weight: normal;
	text-transform: uppercase;
}

.fett {
	font-weight: bold;
	color: #666666;
}

.info {
	font-weight: normal;
	color: #FF3300;
	font-family: "Courier New", Courier, monospace;
}

a {
	color: #009BC2;
	text-decoration: none;
}

a:hover {
	color: #009BC2;
	text-decoration: underline;
}

ul {
	list-style-position: outside;
	list-style-image: url(../images/liste.gif);
}

.blau {
	font-weight: normal;
	color: #009BC2;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tabhead {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bildunter {
	font-weight: normal;
	color: #707173;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #DBDCDE;
	border-bottom-color: #DBDCDE;
	border-left-color: #DBDCDE;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

