/*Hauptüberschrift der Startseite*/
p.mainover       {
                 color: #000000;
                 font-family: arial;
                 background-color: transparent;
                 text-align: left;
                 font-size: 22px;
                 text-decoration: bolt;
                 }
/*Allgemeine Überschriften*/
p.over           {
                 color: #000000;
                 font-family: arial;
                 background-color: transparent;
                 text-align: left;
                 font-size: 18px;
                 text-decoration: none
                 font-weight: bold;
                 }

/*links*/
a:link { color: #000000; text-decoration: none; font-size: 17px; font-family: arial; font-weight: bold; }

a:visited { color: #cc0000; text-decoration: none; font-size: 17px; font-family: arial; font-weight: bold; }

a:active { color: #000000; text-decoration: none; font-size: 17px; font-family: arial; font-weight: bold; }

a:hover { color: #CCCCCC; background-color: #cc0000; text-decoration: none; font-size: 17px; font-family: arial; font-weight: bold; }


a.main:link { color: #000000; text-decoration: none; font-size: 15px; font-family: arial; font-weight: bold; }

a.main:visited { color: #cc0000; text-decoration: none; font-size: 15px; font-family: arial; font-weight: bold; }

a.main:active { color: #000000; text-decoration: none; font-size: 15px; font-family: arial; font-weight: bold; }

a.main:hover { color: #cc0000; background-color: none; text-decoration: none; font-size: 15px; font-family: arial; font-weight: bold; }

/*Normal*/
p                {
	color: #000000;
	font-family: arial;
	background-color: transparent;
	text-align: left;
	font-size: 15px;
	text-decoration: bold;
	line-height: 30px;
	font-weight: bold;
                 }
/*klein*/
p.small          {
                 color: #000000;
                 font-family: arial;
                 background-color: transparent;
                 text-align: left;
                 font-size: 10px;
                 text-decoration: bold;
                 font-weight: bold;
                 }

/*Unter den Bildern*/
p.bild           {
                 color: #000000;
                 font-family: arial;
                 background-color: transparent;
                 text-align: center;
                 font-size: 13px;
                 text-decoration: none;
                 font-weight: none;
                 }

.Navi:link { color: #000000; text-decoration: none; font-size: 15px; font-family: arial; font-weight: bold; }

.Navi:visited { color: #000000; text-decoration: none; font-size: 15px; font-family: arial; font-weight: bold; }

.Navi:active { color: #000000; text-decoration: none; font-size: 15px; font-family: arial; font-weight: bold; }

.Navi:hover { color: #cc0000; background-color: none; text-decoration: none; font-size: 15px; font-family: arial; font-weight: bold; }

/*Fußzeile*/
p.little         {
                 color: #8b0000;
                 font-family: arial;
                 background-color: transparent;
                 text-align: center;
                 font-size: 12px;
                 text-decoration: none
                 font-weight: bold;
                 line-height: 50%;
                 }
