

/* allg. nur Verdana, Arial, Helvetica, sans-serif */
body { color:#000000; }
body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Helvetica,Verdana,sans-serif; font-style:normal }

/* allg. fliesstext */
body,p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11px }

/* allg. links im text*/
a {font-size:11px; color: #253F87;text-decoration: none}
a:active {font-size:11px; color: #253F87;text-decoration: underline}
a:visited {font-size:11px; color:#253F87;text-decoration: none}
a:hover {font-size:11px; color: #253F87;text-decoration: underline}

a.weiss {font-size:11px; color: #FFFFFF;text-decoration: none}
a.weiss:active {font-size:11px; color: #FFFFFF;text-decoration: underline}
a.weiss:visited {font-size:11px; color:#FFFFFF;text-decoration: none}
a.weiss:hover {font-size:11px; color: #FFFFFF;text-decoration: underline}

a.menu {font-size:11px; color: #253F87;text-decoration: none; font-weight:bold}
a.menu:active {font-size:11px; color: #8B96BE;text-decoration: none; font-weight:bold}
a.menu:visited {font-size:11px; color:#253F87;text-decoration: none; font-weight:bold}
a.menu:hover {font-size:11px; color: #8B96BE;text-decoration: none; font-weight:bold}

/* überschriften */
.head1 { font-size:16px; font-style: normal; font-weight:bold; color: #253F87}
.head2 { font-size:11px; font-style: normal; font-weight:bold; color: #000000}

.sip { font-size:16px; font-style: normal; font-weight:bold; color: #253F87}
.sipsmall { font-size:10px; font-style: normal; color: #253F87}

/* kleiner. fliesstext */
.small { font-size:10px }

/* weisser. fliesstext */
.white { color: #FFFFFF; }
/* weisser. fliesstext */
.whitebold { color: #FFFFFF;font-weight:bold }

/* tickertext */
.ticker { color: #253F87;font-weight:bold }

/* fehlermeldungen */
.error { padding:2px; background-color:#FF0000; color:#FFF; font-weight:bold; }


/* inaktiv*/
.inaktiv { color: #AAAAAA; }


/* tooltip */
.tooltip_cursor {
	cursor:help;
}
#tooltip {
	position:absolute;
	display:none;
	padding:0.2em;
}
.tooltip {
	border:1px solid #ffefb0;
	background:#ffffe1;
	margin:-25px 0 0 15px;
	width:240px;
}


/* erweiterungen - anz - 23.4.2007 */

table.history th {
	background-color:#253F87;
	color:#fff;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
table.history th.light {
	background-color:#6b7dae;
}
table.history th.tophead {
	font-weight:bold;
}
table.history td {
	vertical-align:top;
}
