a:link, a:visited, a:active  { color:#a60000; font-family: verdana,arial; font-size: 8pt; text-decoration:none }
a:hover    { text-decoration:underline }

td          { color: #005A96; /* #023D77; */ font-family: verdana,arial; font-size: 10pt; text-decoration:none }
.border1 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #023D77;
	border-right-color: #023D77;
	border-bottom-color: #023D77;
	border-left-color: #023D77;
}
.border2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #023D77;
	border-right-color: #023D77;
	border-bottom-color: #023D77;
	border-left-color: #023D77;
}
.border3 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #023D77;
	border-right-color: #023D77;
	border-bottom-color: #023D77;
	border-left-color: #023D77;
}
.uber {
	font-family: Verdana,Arial;
	font-size: 10pt;
	font-weight: bolder;
	color: #005A96; /* #023D77; */
}
.textkl {
	font-family: Verdana,Arial;
	font-size: 8pt;
	color: #005A96; /* #023D77; */
}
.border {
	border: thin solid #023D77;

}
.link {
font-family: Verdana,Arial;
	font-size: 10pt;
	color: #F3F1DD;
}

a.legende { font-size: 10pt; }
/*
a.legende:link      { color:#023D77; font-family: verdana,arial; font-size: 10pt; text-decoration:none }
a.legende:visited   { color:#023D77; font-family: verdana,arial; font-size: 10pt; text-decoration:none }
a.legende:hover     { color: #7E7733; font-family: verdana,arial; font-size: 10pt; text-decoration:underline }
a.legende:active    { color: #023D77; font-family: verdana,arial; font-size: 10pt; text-decoration:none }
*/


a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
color: #000000;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 8pt;

}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 220px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border: solid 1px #000000;
padding: 2px 2px 2px 2px;
background: #ffffe1;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 8pt;
text-align: left;
}
.tooltip_spezial {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
}