/* Schriftformatierung */

.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.textklein2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.titelweiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;

}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.titel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.titel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.textgross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

body
{

/* Scrollbar-Farben */
scrollbar-base-color:#eeeeee;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#eeeeee;
scrollbar-3d-light-color:#eeeeee;
scrollbar-dark-shadow-color:#eeeeee;
scrollbar-shadow-color:#eeeeee;
scrollbar-arrow-color:#000000;
}

a:link { color: #000000; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }
a:active { color: #666666; text-decoration: underline;  }
a:visited { color: #666666; text-decoration: underline; }
a:focus { color: #666666; text-decoration: underline; }
.weiss {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.textkleinweiss {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textrot {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.textkleinrot { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; ; font-weight: bold}
.textriesig {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #000000}
