/* DATEI: never_style.css */
/* Dies ist die Style definition fuer */
/* never-evers  */

body { font-size:12px; color:#ffffff; font-family:Verdana,Arial,sans-serif; }
table, td, th, p { font-size:12px; color:#ffffff; font-family:Verdana,Arial,sans-serif; }

h1 { font-size:14px; font-family:Verdana,Arial,sans-serif; }
h2 { font-family:Arial; font-size:14px; }

ul { list-style-type:square }

a:link { color:#0099ff; }
a:visited { color:#ff6699; }
a:active { color:#0099FF; }


/* BG-Formatierungen  */
.bgbeige { background-color:#ffcc99; }

/*Textformatierungen allgemein*/
.bold { font-size:12px; color:#ffffff; font-family:Verdana,Arial,sans-serif; font-weight:bold;}


/*Textformatierung Navigation*/
.frontlink {font-size:12px; font-family:Verdana,Arial,sans-serif; color:#ffffff; font-weight:normal;}
.frontlink:link { color:#ffffff; text-decoration:underline; }
.frontlink:visited { color:#ffffff; text-decoration:underline; }
.frontlink:active { color:#ffffff; text-decoration:underline; }
.frontlink:hover { color:#ffffff; text-decoration:underline; }

.subnavig { font-size:12px; color:#ffffff; font-family:Verdana,Arial,sans-serif; font-weight:bold; }
.subnavig:link { color:#000000; text-decoration:none; }
.subnavig:visited { color:#000000; text-decoration:none; }
.subnavig:active { color:#000000; text-decoration:none; }
.subnavig:hover { color:#3300FF; text-decoration:none; }


.subnavact {font-style:normal; font-size:12px; color:#ff0000; font-family:Verdana,Arial,sans-serif; font-weight:bold; }
/*normal, da sonst schrift kursiv.... muss am anfang sein, da sonst von IE nicht erkannt...*/
.subnavact:link { color:#3300FF; text-decoration:none; }
.subnavact:visited { color:#3300FF; text-decoration:none; }
.subnavact:active { color:#3300FF; text-decoration:none; }
