/* Stylesheet-Definitionen für Navigationsseite*/



body         { 
font-family: arial,verdana,sans-serif; 
background-color: #333333;
color: #FFCC00;
}


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:arial,helvetica,sans-serif,verdana; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Verdana, Arial und serifenlose Schrift, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,i { font-size:12pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */

.klein8 { font-family: arial,verdana,sans-serif; font-size: 8pt; }


.klein { font-family: arial,verdana,sans-serif; font-size: 10pt; }


               
/* ------------------- Linkauszeichnungen ------------------ */

a:link {
background-color: transparent;
font-size: 20px;
color: #FFCC00;
text-decoration: none;
font-weight: normal;
}

a:visited {
background-color: transparent;
font-size: 20px;
color: #FFCC00;
text-decoration: none;
font-weight: normal;
}

a:hover {
background-color: transparent;
font-size: 20px;
color: #FFFF99;
text-decoration: none;
font-weight: normal;
}

a:active {
background-color: transparent;
font-size: 20px;
color: #FFFF99;
text-decoration: none;
font-weight: normal;
}

/* ------------------- Linkauszeichnungen Menue-Schrift ------------------ */

a.menue:link {
background-color: transparent;
font-size: 15px;
color: #FFCC00;
text-decoration: none;
font-weight: normal;
}

a.menue:visited {
background-color: transparent;
font-size: 15px;
color: #FFCC00;
text-decoration: none;
font-weight: normal;
}

a.menue:hover {
background-color: transparent;
font-size: 15px;
color: #FFFF99;
text-decoration: underline;
font-weight: normal;
}

a.menue:active {
background-color: transparent;
font-size: 15px;
color: #FFFF99;
text-decoration: underline;
font-weight: normal;
}

/* ------------------- Linkauszeichnungen Menue-Kasten ------------------ */

a.menuekasten:link {
background-color: transparent;
font-size: 15px;
color: #FFCC00;
text-decoration: none;
font-weight: normal;
}

a.menuekasten:visited {
background-color: transparent;
font-size: 15px;
color: #FFCC00;
text-decoration: none;
font-weight: normal;
}

a.menuekasten:hover {
background-color: transparent;
font-size: 15px;
color: #FFFF99;
text-decoration: underline;
font-weight: normal;
}

a.menuekasten:active {
background-color: transparent;
font-size: 15px;
color: #FFFF99;
text-decoration: underline;
font-weight: normal;
}


/* --------------------- div-Vorlagen --------------------- */

div.kopfzeile-dynamisch {
position: relative;
width: 98%;
height: 10px;
top: 5px;
left: 1%;
background-color: #CCCCCC;
border-bottom: 2px #FFCC00 solid;
z-index: 2;
}

div.fusszeile-dynamisch {
position: relative;
width: 98%;
height: 10px;
bottom: 25px;
left: 1%;
background-color: #CCCCCC;
border-top: 2px #FFCC00 solid;
z-index: 2;
}
