/* normale links */
a:link {
	color: #4C85BB;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-decoration: none;
}
a:visited {
	color: #4C85BB;
	border-bottom-width: 1px;
	border-bottom-style: none;
	text-decoration: none;
}
a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	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: 12px;
	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: 15px;
	padding-left: 15px;
}
.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: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.bildhildleft {
	padding-bottom: 10px;
	padding-right: 15px;
}

.textcell {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

.textcell2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 0px;
	padding-left: 10px;
}

.textcell3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
}

