/*-------------------------------------------------*/
/*   Allgemeine Seiteneinstellungen                */
/*-------------------------------------------------*/
body, html {
	margin: 0px;
	padding: 0px;
	color: #364497;
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #364497;
}
.backgroundright {
	background-color: rgb(153,51,102)
}
/*-------------------------------------------------*/
/*   Inhalt (Text Mitte)                           */
/*-------------------------------------------------*/
.contentmain {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	font-size: 11px;
}
.contentmain h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #061467;
	margin: 0px;
	font-size: 13px;
}
.contentmain p {
	line-height: 135%;
}
/*-------------------------------------------------*/
/*   Klickpfad mit Datum                           */
/*-------------------------------------------------*/
.breadcrumbtrail {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #364497;
	font-weight: normal;
	font-size: 9px;
}
.breadcrumbtrail a {
	color: #364497;
	text-decoration: underline;
}
/*-------------------------------------------------*/
/*   Zugriffszähler                                */
/*-------------------------------------------------*/
.visitorcounter {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #505050;
	font-size: 9px;
	text-decoration: none;
	padding-bottom: 3px;
}

