body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	background-color: #d9d9db;
	color: #333333;
}
td {
	line-height: 19px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.subhead {
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	color: #996633;
	letter-spacing: 2px;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}
/*Link-Klassen Definierung für den Adressen-Link*/
a.adresslink:link {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	text-decoration: underline;
}
a.adresslink:visited {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	text-decoration: underline;
}
a.adresslink:hover {
	font-size: 11px;
	line-height: 17px;
	color: #996633;
	text-decoration: underline;
}
a.adresslink:active {
	font-size: 11px;
	line-height: 17px;
	color: #996633;
	text-decoration: underline;
}
/*Link-Klassen Definierung für die Text-Links*/
a.textlink:link {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-decoration: underline;
}
a.textlink:visited {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-decoration: underline;
}
a.textlink:hover {
	font-size: 13px;
	line-height: 19px;
	color: #996633;
	text-decoration: underline;
}
a.textlink:active {
	font-size: 13px;
	line-height: 19px;
	color: #996633;
	text-decoration: underline;
}
/*Link-Klassen Definierung für die PDF-Link*/
a.pdflink:link {
	font-size: 13px;
	line-height: 19px;
	color: #996633;
	text-align: right;
	text-decoration: none;
}
a.pdflink:visited {
	font-size: 13px;
	line-height: 19px;
	color: #996633;
	text-align: right;
	text-decoration: none;
}
a.pdflink:hover {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-align: right;
	text-decoration: none;
}
a.pdflink:active {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-align: right;
	text-decoration: none;
}
/*Link-Klassen Definierung für die sitemap-Links klein*/
a.sitekleinlink:link {
	font-size: 13px;
	line-height: 19px;
	color: #996633;
	text-decoration: none;
}
a.sitekleinlink:visited {
	font-size: 13px;
	line-height: 19px;
	color: #996633;
	text-decoration: none;
}
a.sitekleinlink:hover {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
}
a.sitekleinlink:active {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
}
/*Link-Klassen Definierung für die sitemap-Links gross*/
a.sitegrosslink:link {
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	color: #996633;
	letter-spacing: 2px;
	text-decoration: none;
}
a.sitegrosslink:visited {
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	color: #996633;
	letter-spacing: 2px;
	text-decoration: none;
}
a.sitegrosslink:hover {
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	color: #333333;
	letter-spacing: 2px;
	text-decoration: none;
}
a.sitegrosslink:active {
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	color: #333333;
	letter-spacing: 2px;
	text-decoration: none;
}
/*Klassen Definierung für div-Tag ganze site*/
.sitediv {
	position: absolute;
	height: 517px;
	width: 814px;
	top: 10%;
	left: 50%;
	margin-left: -407px;
}
/*Klassen Definierung für div-Tag Adresse*/
.adressdiv {
	height: 160px;
	width: 155px;
	overflow: auto;
	padding: 0px 0px 0px 0px; /*oben, rechts, unten, links */
}
/*Klassen Definierung für div-Tag Content*/
.infodiv {	
    height: 362px !important;
    height:403px;
    width: 574px !important;
	width: 612px;
	background-color: #e9e9ea;
	overflow: auto;
	padding: 20px 20px 20px 20px; /*oben, rechts, unten, links */
}

/*Klassen Definierung für Fehlertext php Kontaktformular*/
.fehler {
	color: #ff0000;
}
