/* Dieses Style Sheet ist nur für die Textformatierung 
Zwischen diesen Zeichen kann Komentar eingegeben werden
a:active bedeutet Zustand in dem moment in dem mit der Maus gedrückt wird, nicht die aktuelle seite  */



A:link { 
 	      font-size:14px;
                    text-decoration: underline;
                    color: #666666;font-style:normal;letter-spacing:normal}


A:visited { 
 	    font-size:14px;
 	    text-decoration:underline;
 	    color: #666666;font-style:normal;letter-spacing:normal}

A:active { 
	   font-size:14px;color: #666666;
                  text-decoration:underline;letter-spacing:normal}



A:hover {
	     font-size:14px;text-decoration: underline;
                   font-style:normal;letter-spacing:normal;color: #000000; background-color:#FFFFF0;
}







HTML, BODY,
H1, H2, H3, H4, H5, H6, DIV, OL, P, UL, DL, TD, TH, LI, DD, DT, CAPTION
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TT, CODE, SAMP, PRE
{
	font-family: Courier, "Courier New", monospace;
}



 LI
{
list-style-type: square;
color: #666666;
}


  h1 { 
       font-size:20px;
       font-style:normal;
  }	

  h2 { 
       font-size:18px;
       font-style:normal;
    letter-spacing:normal}	

  h3 {
       font-size:16px;}

h4 {
       font-size:15px;}




.header1
{  font-size:18px;
line-height: 125%;
font-style:italic; 
font-weight:bold;
letter-spacing:0.04em;
}



  /*
td { 
       font-size:14 px;font-style:normal;letter-spacing:normal}
*/

   /*p { 
       font-size:14px
	   ;font-style:normal;letter-spacing:normal}
*/


td
{  font-size:13px;
line-height: 140%;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: normal; white-space: normal; font-style: normal; border-style: none
}


p
{  font-size:13px;
line-height: 140%;
font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: normal; white-space: normal; font-style: normal; border-style: none
}




 /* td.frame {border-style: dotted; border-color: Silver;}*/
.frame {border-style: double; border-color: Silver;}














.an
{  font-size:15px;
    text-decoration: underline
 overline;
    color: blue;
}
.aus {  font-size:14px;
    text-decoration: none;
    color: gray;
}
/* AUF DER HTML-SEITE SIEHT DAS DANN Z.B. FÜR JEDEN LINK SO AUS 
<a HREF="ziel.htm"
CLASS="aus"
onMouseOver="this.className
='an';"
  onMouseOut="this.className =
'aus';">
HOME
</a> 
*/





.lesbarertext
{  font-size:13px;
line-height: 130%;
color: #666666;
}


.lesbarertext2
{  font-size:13px;
line-height: 140%;
text-align: left;
text-indent:3mm;
; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: normal; white-space: normal; font-style: normal; border-style: none
}




	   
.menueleisteunten {font-family:Verdana, arial;font-size:9px;}	




.adresseuntenemail {
	/ * Um Voreinstellung bold für Links bei E-Mail-Link explicit auszuschalten - Bemerkungen muessen in extra Zeile * /
	font-family:Verdana, arial;
	font-size:11px;
	font-weight: normal;
	font : normal;
	text-decoration : none;
}	
			



.aktualisierungunten {font-family:Verdana, arial;
			font-size:10px;; color: #999999}	




/* Hauptmenue */
#hauptmenue {
Position: relative;
Left: 20; /* Startpositon des Menüs vom linken Rand in Pixeln */
Top: 20; /* Startposition des Menüs vom oberen Rand in Pixeln */
Visibility: Visible;
}


BODY               {Margin-Left 120;color: #666666}
 /* Original war 120 -Legt fest, wie breit der Rand ist, der für das Menü reserviert wird. Bei 0 scrollt das Menü über den Rest der Seite.-stammt noch von SlideMenüe-kann evtl auch weggelassen werden */


 /* ab hier folgen VORLAGEN */

 /*A:link { 
 	      font-size:14px;
         text-decoration: none;
         color: Black;font-style:normal;letter-spacing:normal}

A:visited { 
 	    font-size:14px;
 	    text-decoration:none;
 	    color: Gray;font-style:normal;letter-spacing:normal}

A:active { 
	   font-size:14px;
	   text-decoration:none;letter-spacing:normal}


A:hover {
	      font-size:14px; 
         text-decoration: overline  underline; font-style:normal;letter-spacing:normal;
	background : Aqua;}

*/



 /*
.lesbarertext
{  font-size:14px;
line-height: 14px;
color: gray;
text-align: justify;
text-indent: 8mm;
width: 350px;
}

*/


