html, body, table, tr, td {
font-family: Verdana;
font-size: 12px;
color: black;
}
table {
border-collapse: collapse;
}
.blue {
font-family: Verdana;
font-size: 12px;
color: white;
}
a:link, a:visited, a:active {
font-family: Verdana;
font-size: 12px;
color: black;
text-decoration: none;
}
a:hover {
font-family: Verdana;
font-size: 12px;
color: #0095E7;
text-decoration: underline;
}
a.navi:link, a.navi:visited, a.navi:active {
font-family: Arial;
font-size: 12px;
color: black;
text-decoration: none;
}
a.navi:hover {
font-family: Arial;
font-size: 12px;
color: #0095E7;
text-decoration: underline;
}
h3 {
font-family: Verdana;
color: black;
font-size: 16px;
font-weight: bold;
}
td.lc {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: black;
padding: 3px;
}
td.nc {
font-family: Verdana;
font-size: 12px;
color: black;
}
td.hc {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: black;
text-align: left;
}
input.text, select, textarea, select.text, textarea.text {
font-family: Verdana;
font-size: 11px;
color: black;
background-color: white;
border: 1px solid #0095E7;
}
input.button {
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: black;
background-color: white;
border: 1px solid #0095E7;
}
.tooltip {
position: absolute;
display: none;
color: #000000;
width: 300px;
background-color: #FFFFFF;
border: 1px solid black;
font-size: 11px;
padding: 2px;
text-align: left;
}
.tooltip_title {
font-size: 9px;
color: #0095E7;
font-weight: bold;
padding: 1px;
text-decoration: underline;
}
.tooltip_body {
padding: 2px;
text-align: left;
}
.vorstandemail {
cursor: hand;
}
p, small, ol, li {
font-size: 12px;
}