a {	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    color: #0000FF;	
    text-decoration: none;
}

a:hover {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	background-color: #FF9900;	
	text-decoration: none;
}

body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #000000;
}


/* folgende Definition bezieht sich auf TAGs h */

h1 {
     	font-family: Arial, Helvetica, sans-serif;	
    	font-size: 1.05em;	
        color:#FFF000;                                 
        font-weight:normal;     /* Die Schriftstärke  normal|bold|bolder|lighter */
        text-indent:0.5em;      /* Einrückung der ersten Zeile eines Textblockes um den vorgegebenen Abstand  */

        line-height:1.5em;       /* Zeilenhöhe bestimmen, wenn der Text mehrzeilig angezeigt wird - dabei ist ratsam, das Ganze relativ zur Schriftgröße anzugeben, also in EM */ 
        letter-spacing:0.1em;    /* Abstände zwischen den einzelnen Buchstaben - sollte relativ angegeben werden*/ 
        word-spacing:0.1em;      /* Abstände zwischen den einzelnen Wörtern - sollte relativ angegeben werden */

        border-width:4px;
        border-color:#00FFFF;   /* Rahmenfarbe - soll nur ein Teil des Rahmens gefärbt werden, dann: border-top-color, border-right-color, border-bottom-color und border-left-color  */

       background-color: #006666;
}

h2 { color: #CCCCCC }

h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	font-color: #FFFFFF
    background-color: #006666;  	
}

h4 {color: #000000 }

/* ---------------------------------------- */

table {
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333;
	padding: 5;
	}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: disc;
	list-style-position: outside;
	z-index: auto;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}

.eintrag { border:1px outset gray; margin:.5em; padding:.5em; background-color:#efd;}

.farbe1 {background-color: #FF0000; }


.hinweis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

.hervor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}

.hervorhebung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}

.hervorhebung2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006666;
}

.liste {
	list-style-image: url(../Images/Allgemein/Listenpunkt.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: normal;
	font-color: #000000;
}

.Datum {color: #FF0000;
        font-size: 14px
}

.rahmen {border: 5px double #FFFFFF; }

.Steuerung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.Stil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.Stil2 {color: #009900}

.Stil_3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
}

.Stil_4 { font-size: 18px;	color: #FFFFFF; }   /*  Weiß  */


.Stil8 { 
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
    background-color: #0033FF;  	
	font-color: #FFFFFF;
}

.Stil11 {color: #006600}

.Stil12 {font-size: 16px;  color: #009900;}     /*  Grün  */

.Stil15 { font-size: 14px;	color: #FFFFFF; }   /*  Weiß  */
	     
.Stil16 {font-size: 21px}

.Stil19 {font-size: 16px; color: #000000;}

.Stil20 {font-size: 18px; color: #000000;}

.titel {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
    background-color: #FF9900;  	
	color: #FFFFFF;
}

.titel_leiste {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
    background-color: #00AA00;  	
	color: #FFFFFF;
}

.sonntag {
	color: #DD0000;
	font-style: bold;
    background-color: #FFFFFF;
}


/* ------------------------------------------ */


#img_txt {
   float:left;                        
   width:  136px;                 /* Breite des Bereichs */
  }


