/* Globale Definitionen für Überall */
body {
background-image:url("images/struktur.gif");
background-attachment:fixed;
background-color:#FFFFFF;
}
/* Globale Links */
a:link {text-decoration: none; color: #0000FF;}
a:visited {text-decoration: none; color: #000099;}
a:hover {text-decoration: underline; color: #FF0000;}
/* Overview-Text */
table.overview {
font-size:11pt;
color:#000000;
font-family:Arial,Verdana,Helvetica,Times New Roman;
}
a.overview:link {text-decoration: none; color: #000000;}
a.overview:visited {text-decoration: none; color: #000000;}
a.overview:hover {text-decoration: none; color: #FF0000;}
input.overview {font-size:8pt;}
/* Text Global */
body {
font-size:10pt;
color:#000000;
font-family:Arial,Verdana,Helvetica,Times New Roman;
}
td {font-size:10pt;
color:#000000;
font-family:Arial,Verdana,Helvetica,Times New Roman;
}
/* Globale Links zurueck zur Anfangsseite*/
a.zurueck:link {text-decoration: none; color: #0000FF;}
a.zurueck:visited {text-decoration: none; color: #000099;}
a.zurueck:hover {text-decoration: underline; color: #FF0000;}
a.zurueck {font-size:8pt;} 
/* Kleiner-Text */
td.klein {font-size:8pt;}
font.klein {font-size:8pt;}
/* Großer-Text */
td.gross {font-size:12pt;}
font.gross {
font-size:12pt;
font-weight:bold;
}
a.gross {
font-size:12pt;
font-weight:bold;
}
/* Text ganz oben */
td.textoben {
font-size:14pt;
font-weight:bold; 
}
/* Error-Hinweise, groß */
font.fehler1 {
font-size:14pt;
color:#000000;
}
/* Text in Postings */
td.postfont {
font-size:12pt;
color:#000000;
font-family:Times New Roman,Arial,Verdana,Helvetica;
}
/* Text in Postings, Druckfunktion */
td.printpostfont {
font-size:10pt;
color:#000000;
font-family:Times New Roman,Arial,Verdana,Helvetica;
}
/* Text inerhalb der Tipps, der Eingaben im Editor darstellen soll */
td.kbdtext {
font-size:10pt;
color:#000000;
background-color:#E0E0E0;
}
/* Text mit mehr Platz zwischen den Zeilen */
td.morespace {
font-size:10pt;
line-height:14pt;
}
font.morespace {
font-size:10pt;
line-height:14pt;
}
/* Rote Schrift */
font.red {color:#FF0000;}
/* Grüne Schrift */
font.green {color:#009900;}
/* Kleine Schrift einzeln*/
font.kleiner {
font-size:8pt;
}
/* Software-Test */
td.softtest {
text-align:justify;
line-height:14pt;
}
/* Tipp-Text */
td.tipptext {
text-align:justify;
line-height:14pt;
}
/* Text eine Nummer größer */
td.zwoelfpunkt {
font-size:12pt;
}
/* Schwarze Zelleumrandung */
td.blackborder{
border: 1px solid #000000;
border-width:1px;
border-color:#000000;
border-style:solid;
}