/* Steuerung Überschiften */

body {font-family: verdana;}

h1 {font-size: 20px;font-weight: normal;color: red;}
h2 {font-size: 20px;font-weight: normal;color: #333333;}
h3 {font-size: 15px;font-weight: normal;color: red;}
h4 {font-size: 15px;font-weight: normal;color: #333333;}
h5 {font-size: 12px;font-weight: normal;color: red;}
.info
{font-size: 12px;font-weight: normal;color: white;}
a {font-size: 12px;color: #999999;text-decoration: underline;}
a:hover {color: red;text-decoration: underline;}

td  {font-size: 12px;font-weight: normal;color: #333333;}

/* Steuerung statisches Menu (rechts oben)*/

.statmenu
{font-size: 12px;color: red;}
.statmenu
a {font-size: 12px;color: #333333;text-decoration: none;}
.statmenu
a:hover {color: red;text-decoration: underline;}


/* Steuerung Banner (oben)*/

.banner
{font-size: 15px;color: white;background:#cccccc;}


/* Steuerung Haupmenu (mitte)*/

.hauptmenu
{font-size: 15px;color: red;background:#333333;}
.hauptmenu
a {font-size: 15px;color: #cccccc;text-decoration: none;}
.hauptmenu
a:hover {color: red;text-decoration: none;}


/* Steuerung dynamisches Menu (links)*/

.headline
{font-size: 20px;color:red;font-weight: normal;background:#cccccc;}
.dynmenu
{font-size: 15px;color: #333333;background:#cccccc;}
.dynmenu
a {font-size: 15px;color: #333333;text-decoration: none;}
.dynmenu
a:hover {color: red;text-decoration: underline;}


/* Steuerung Counter */

.counter
a {color: #cccccc;}
.counter
a:hover {color: #cccccc;}


/* Steuerung Fusszeile(unten)*/

.fusszeile
{font-size: 12px;color: white;background:#333333;}
.fusszeile
a {font-size: 12px;color: #cccccc;text-decoration: none;}
.fusszeile
a:hover {color: #cccccc;text-decoration: underline;}