/* Formatierungen fuer statische Seiten */

/* Links */
a:link { color:#3FA68C; font-weight:bold; text-decoration:none; } /* noch nicht besuchter Link */
a:visited { color:#999999; font-weight:bold; text-decoration:none; } /* bereits besuchter Link */
a:hover { color:#FFFFFF; font-weight:bold; text-decoration:none; } /* Link von Mouse angefahren */
a:active { color:#FFFFFF; font-weight:bold; text-decoration:none; } /* gerade angeklickter Link */
a:focus { color:#FFFFFF; font-weight:bold; text-decoration:none; } /* focusierter Link z.B. per Tab-Taste */
/* Links Ende */

/* allgemeine Formatierungen */
body { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-style:normal; font-variant:normal; font-size:12pt; font-weight:normal; text-decoration:none; text-transform:none; color:#FFFFFF; text-shadow:none; } 
.red { color:#CC0000; } /* alle Elemente mit class="red" werden rot gefaerbt */
.active { color:#FFFFFF; font-weight:bold; font-variant:small-caps; text-decoration:none; } /* alle Elemente mit class="active" werden umformatiert */
/* allgemein Ende */

/* spezielle Textformatierung */
span.navi { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:13pt; color:#FFFFFF; }
span.navi2 { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:normal; font-size:12pt; color:#CCCCCC; }
span.logo { font-family:Bookman Old Style; font-size:24pt; color:#FFFFFF; }
span.swing { font-family:Brush Script,Balloon,Gilles Gothic Extra Bold Shaded LET Plain; font-size:24pt; color:#FFFFFF; }
span.swingklein { font-family:Brush Script,Balloon,Gilles Gothic Extra Bold Shaded LET Plain; font-size:13pt; color:#FFFFFF; }
span.InnenHeadLine { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:15pt; text-decoration:underline; color:#FFFFFF; }
span.InnenFett { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:13pt; color:#FFFFFF; }
.InnenFett { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:13pt; color:#FFFFFF; }
span.InnenNormal { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:normal; font-size:12pt; color:#FFFFFF; }
.InnenNormal { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:normal; font-size:12pt; color:#FFFFFF; }
.InnenKlein { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:normal; font-size:10pt; color:#FFFFFF; }
/* Text speziell Ende */

/* Text in Formularelementen */
input { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-weight:bold; font-size:10pt; color:#FFFFFF; }
input.button { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:10pt; font-weight:normal; font-style:normal; color:#FFFFFF; }
select { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:10pt; color: #FFFFFF; }
textarea { font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:10pt; font-weight: bold; color: #FFFFFF; }
/* Formularelemente Ende */

/* Seitenlayout */
/* div.gesammt { text-align:center; }  klappt wohl nicht */
body { background-color:#000000;  } /*TEXT="#111111" onLoad="document.forms[0].elements[0].focus();">*/
/* Seitenlayout Ende */
