body {
	background-color: #FFFFFF;
 	scrollbar-base-color:#008189; /* Scroller VG */
	scrollbar-track-color:#008C8C; /* Scroller HG */
	scrollbar-arrow-color:#FFFFFF; /* kleiner Pfeil */
	scrollbar-3d-light-color:#D0E7F0; /* heller Schatten oben + links */
	scrollbar-shadow-color:#595959; /* heller Schatten unten + rechts innen */
	scrollbar-dark-shadow-color:#000000; /* dunkler Schatten unten + rechts aussen */
	scrollbar-highlight-color:#FFFFFF; /* heller Schatten unten + rechts aussen bei mousedown */
}
div,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}
hr { 
	color: #008189; 
	height: 1px;
}
.ueberschrift1 {
	font-size: 12pt;
	font-weight: bold;
	padding: 0.30em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #008189;
	border-right-color: #008189;
	border-bottom-color: #008189;
	border-left-color: #008189;
}
.ueberschrift2 {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	height: auto;
	width: auto;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
}
.ueberschrift3 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #008189;
	text-decoration: none;
}

a:visited {
	color: #008189;
	text-decoration: none;
}

a:hover {
	color: #008189;
	text-decoration: underline;
}

a:active {
	color: #008189;
	text-decoration: none;
}
.bildabstand {
}
.bildrahmen {
	border: 1px solid #008189;
}
.copyright {
	font-size: 10px;
}
.eingabefeld {
	border: 1px solid #008189;
	cursor: text;
	padding: 0.2em;
}
.laufschrift {
	cursor: text;
	padding: 0.2em;
	font-family: "Courier New", Courier, mono;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}
.hinweis {
	font-size: 9pt;
	font-style: italic;
	color: #008189;
}
.invertiert {
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #008189;
	margin: 0px;
}
.rot {
	color: #FF0000;
	font-style: italic;
}
.tabelle {
	border-collapse:collapse;
	border: solid 1px #008189;
}
