/* normale links */
a:link {
	color: #F7931D;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-decoration: none;
}
a:visited {
	color: #F7931D;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-decoration: none;
}
a:hover {
	color: #C20007;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-decoration: none;
}
/* bild link */
a.no-link:link {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
a.no-link:visited {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
a.no-link:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
/* allgemeine Tags */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
.bildsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.bildhild {
	padding-bottom: 10px;
	padding-left: 10px;
}

.textcell {
	padding-right: 20px;
	padding-left: 20px;
}
