 /********************************************* GLOBALES STYLESHEET *******************************************/
<!--
body
{
/* Standardschrift und Schriftfarbe */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
font-style:normal;
font-weight:bold;
color:#000000;

/* Abstand Elemente zum Seitenrand */
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;

/* Hintergrundfarbe */
background-image:url('');
background-repeat:repeat; /* Mögliche Werte sind: no-repeat, repeat, repeat-x, repeat-y */
background-position:left top; /* Mögliche Werte sind: top, left, right, bottom, center */

background-color:#999999;
}

/* Überschriften */
h1
{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
font-style:normal;
font-weight:bold;
color:#000000;
}

/* Navigation */
.a:link{font-family: "Futura Lt BT", Verdana, Arial; text-decoration:none; color:#ffffff; font-size:11pt; font-style:normal; font-weight:normal;}
.a:visited{font-family: "Futura Lt BT", Verdana, Arial; text-decoration:none; color:#ffffff; font-size:11pt; font-style:normal; font-weight:normal;}
.a:hover{font-family: "Futura Lt BT", Verdana, Arial; text-decoration:underline; color:#ffffff; font-size:11pt; font-style:normal; font-weight:normal;}

.a-aktiv
{
font-family: "Futura Lt BT", Verdana, Arial;
text-decoration:none;
color:#cc0033;
font-size:11pt;
font-style:normal;
font-weight:bold;
}

/* Navigation klein */
.seperator_b{color:#000000;}
.b:link{text-decoration:none; color:#000000; font-size:10pt; font-style:normal; font-weight:normal;}
.b:visited{text-decoration:none; color:#000000; font-size:10pt; font-style:normal; font-weight:normal;}
.b:hover{text-decoration:underline; color:#000000; font-size:10pt; font-style:normal; font-weight:normal;}

.b-aktiv
{
text-decoration:none;
color:#666666;
font-size:10pt;
font-style:normal;
font-weight:normal;
}

/* Navigation innerhalb des Inhalts */
.c:link{text-decoration:underline; color:#000000; font-size:10pt; font-style:normal; font-weight:bold;}
.c:visited{text-decoration:underline; color:#000000; font-size:10pt; font-style:normal; font-weight:bold;}
.c:hover{text-decoration:underline; color:#000000; font-size:10pt; font-style:normal; font-weight:bold;}

//-->