body {
	scrollbar-base-color:#D0E7F0;  /* Scroller VG */
	scrollbar-track-color:#E7F5F9; /* Scroller HG */
	scrollbar-highlight-color:#FFFFFF; /* kleiner Pfeil */
	scrollbar-3d-light-color:#D0E7F0; /* heller Schatten oben + links */
	scrollbar-dark-shadow-color:#000000; /* heller Schatten unten + rechts innen */
	scrollbar-shadow-color:#006699; /* dunkler Schatten unten + rechts aussen */
	scrollbar-arrow-color:#006699; /* heller Schatten unten + rechts aussen bei mousedown */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	line-height: normal;
	color: #000000;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

li {
	line-height: 1.5em;
	list-style-type: square;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #3399CC;
}
h2 {
	font-size: 12pt;
	font-style: italic;
	color: #3399CC;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
}
a:link {
	color: #3399CC;
}

a:visited {
	color: #3399CC;
}

a:hover {
	color: #FFFFFF;
	background-color: #3399CC;
}

a:active {
	color: #000000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.copyright:link {
	text-decoration: none;
	color: #666666;
}

a.copyright:hover {
	text-decoration: underline;
	color: #666666;
	background-color: #FFFFFF;
}

a.copyright:visited {
	color: #666666;
}

.seitentitel { /* wie h1 */
	font-size: 14pt;
	font-weight: bold;
	color: #3399CC;
}

.ueberschrift { /* wie h2 */
	font-size: 12pt;
	font-weight: italic;
	color: #3399CC;
}

.bildrahmen {
	border: 1px solid #3399CC;
	margin-left: 5px;
}

.bildtext {
	font-size: 9pt;
	font-style: italic;
}

