body {
 color: #1EB53A;
 font-family: Verdana, Arial, sans-serif;
 text-align: left;
 font-size: 12px;
}

/*Zeilenabstand für den Hauptinhalt der Seite*/
.mcontent { line-height:20px; }

/*Schriftgröße für die rechte Spalte*/
.rcontent{font-size: 10px; color: #FFCC00;}

/*Überschriften*/
h1{font-size:14px; font-weight: bold; }
h2{font-size:12px; font-weight: bold;}

img{border: none;}

/*------- LINK FORMATIERUNGEN --------*/

/* Navigation Links */
a {color: #FFFFFF; font-size: 11px;  text-decoration:none; font-family: Verdana, Arial, sans-serif;  line-height:20px;  }
a:visited {color: #FFFFFF;}
a:hover { color: #FFFFFF; text-decoration:underline; }
a:focus { color: #FFFFFF;}
a:active { color: #FFFFFF;}
#activ {color: #FFFFFF; font-weight:bold; }


#header a {color: #1EB53A; font-size: 11px; }
#header a:visited { color: #1EB53A;}
#header a:hover { color: #1EB53A; text-decoration:underline; }
#header a:focus { color: #1EB53A; text-decoration:underline;}
#activh { color: #1EB53A; text-decoration:underline; font-weight: bold;}


#content a {font-size: 11px;  color: #1EB53A; text-decoration:underline;font-weight:bold; }
#content a:visited {color: #1EB53A; }
#content a:hover { font-weight:bold;}
#content a:focus { color: #1EB53A;}


/* Definition aller Links auf der rechten Seite */
#rechts a{text-decoration:underline; line-height:11px; font-size: 10px;}


#teaser a{color: #1EB53A; text-decoration:underline; font-weight: bold;}
#teaser a:hover{color: #1EB53A; text-decoration:underline; font-weight: bold;}
#teaser a:visited { color: #1EB53A;text-decoration:underline;}


#footer a{color: #1EB53A;}
#footer a:visited { color: #1EB53A;}
#footer a:hover { color: #1EB53A; text-decoration:underline; }
#footer a:focus { color: #1EB53A; text-decoration:underline;}
.activf {text-decoration:underline; font-weight: bold;}



/*------- ENDE LINK FORMATIERUNGEN  --------*/


/* Listenforatierung */
ul{
 list-style-type: none;
 font-family: Verdana;
}

/* Ausrichtung der HEADERNavigation */
#headernav{
 text-align: right;
}
/* Ausrichtung der Navigation links */
.navlinks{
 text-align: center;
}


/* LINKS / RECHTS BÜNDIGES ODER ZENTRIERT */

.bundlinks{text-align: left;}
.bundrechts{text-align: right;}
.zentriert{text-align: center;}

