/* Body mit Scrollbalken */
body {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;	font-size: 11px; color: #666666;
margin: 0px;
padding: 0px;
background-color: #DFDCDC;
scrollbar-DarkShadow-Color: #000000;
scrollbar-Track-Color: #DFDCDC;
scrollbar-Face-Color: #89CCC5;
scrollbar-Shadow-Color: #000000;
scrollbar-Highlight-Color: #DFDCDC;
scrollbar-3dLight-Color: #4AA698;
scrollbar-Arrow-Color: #666666
}


/* Tabellen-Grundformatierung */
td, table, tr { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #666666; text-decoration: none; list-style-position: outside; list-style-image: url(../image/punkt.gif) }


/* Textfarben */
.rot { color: #F01313; text-decoration: none } 
.grau { color: #666666 }
.weiss { color: #ffffff }


/* Text-Links */
a:link { font-family: Verdana, Arial; color: #009999; text-decoration: none}
a:visited { font-family: Verdana, Arial; color: #009999; text-decoration: none}
a:hover { font-family: Verdana, Arial; color: #4AA698; text-decoration: underline}
a:active { font-family: Verdana, Arial; color: #4AA698; text-decoration: none}


/* Formularfelder */
.kform {  color: #666666; width: 150; height: 17; font-size: 10px; background-color: #FFFFFF; border-left: 1px solid #999999; border-bottom: 1px solid #999999; border-right: 1px solid #999999; border-top: 1px solid #999999 }
.button {  color: #666666; width: 100; height: 17; font-size: 10px; background-color: #FFFFFF; border-left: 1px solid #999999; border-bottom: 1px solid #999999; border-right: 1px solid #999999; border-top: 1px solid #999999 }
.checkbox {  color: #666666; width: 15; height: 15; background-color: #FFFFFF; }

/* Sonstiges */
.copy   { font-size: 9px; color: #666666 }
.ueberschrift1 { font-size: 14px; font-weight: bold; color: #89CCC5 }
.gr1   { font-size: 12px; color: #666666 }
.gr2   { font-size: 14px; color: #666666 }
.datum { font-size: 9px; text-align: right; }

/* Artikelseite */
.imgright {
	margin: 0px 0px 4px 8px;
	float: right;
}

.imgleft {
	margin: 0px 8px 4px 0px;
	float: left;
}

.floatclear {
	float: none;
	clear: both;
}