/* formate.css */

/* Formate */


body {
font-family:Helvetica,Arial,sans-serif;
line-height:1.4em;
}

/* Formate */
/* Format-Unterklassen (class="name ohne . "*/
/* Unabhaengige Formate (id="name ohne # ") */

#wichtig {
font-family:Helvetica,Arial,sans-serif;
font-size:15pt;
font-weight:bold;
line-height:1.5em;
color:#262749;
}

#wichtigrot {
font-family:Helvetica,Arial,sans-serif;
font-size:15pt;
font-weight:bold;
line-height:1.5em;
color:#ff0000;
}

#rot {
font-family:Helvetica,Arial,sans-serif;
font-weight:bold;
color:#ff0000;
}

#small {
font-family:Helvetica,Arial,sans-serif;
font-size:10pt;
line-height:1.0em;
color:#262749;
}


/* Pseudo-Formate */

a.gr:link {
color:#ff0000;
text-decoration:none;
font-size:12pt;
font-weight:bold;

}

a.gr:visited {
color:#ff0000;
text-decoration:none;
font-size:12pt;
font-weight:bold;
}

a.gr:hover {
color:#cccc00;
text-decoration:none;
font-size:12pt;
font-weight:bold;
}

a.gr:active {
color:#cccc00;
text-decoration:none;
font-size:12pt;
font-weight:bold;
}


a.txt:link {
color:#000000;
text-decoration:underline;
font-family:Helvetica,Arial,sans-serif;
font-size:12pt;
}

a.txt:visited {
color:#000000;
text-decoration:underline;
font-size:12pt;
}

a.txt:hover {
color:#ff9900;
text-decoration:underline;
font-family:Helvetica,Arial,sans-serif;
font-size:12pt;
}

a.txt:active {
color:#ff9900;
text-decoration:underline;
font-size:12pt;
}


a.lnb:link {
color:#ffffff;
text-decoration:none;
font-family:Helvetica,Arial,sans-serif;

}

a.lnb:visited {
color:#ffffff;
text-decoration:none;

}

a.lnb:hover {
color:#ffffff;
text-decoration:none;
font-family:Helvetica,Arial,sans-serif;

}

a.lnb:active {
color:#ffffff;
text-decoration:none;

}