a:link { /*Links fett, aber duenn unterstrichen*/
         text-decoration: none;
         border-bottom: 1px;
         border-bottom-style: solid;
         color: #000000;
}
a:visited { /*Links fett, aber duenn unterstrichen*/
         text-decoration: none;
         border-bottom: 1px;
         border-bottom-style: solid;
         color: #005F00;
}

#maintext {
         position: absolute;
         top: 70px;
         left: 90px;
         width: 640px;
         padding: 25px 25px 25px 25px;
         margin: 0px;
		 background-color:#9E344F;
}
#maintext h1 {  /*fuer Seitenueberschriften*/
         font-size: 26pt;
         text-align: center;
         font-weight: bold;
         margin: 0px 0px 25px;
}
#maintext h2 {  /*fuer Zwischenueberschriften zentriert*/
         font-size: 14pt;
         text-align: left;
         margin: 30px 0px 15px;
}
#sprachauswahl {
		 position: absolute;
		 top: 310px;
		 left: 800px;
}
