.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 16px; 
	color : #333333; 
}

.Text_her {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 16px; 
	color : #FF3300; 
}

.Text_fuss {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size : 12px; 

}


.Rahmen {
	border-width:medium; border-color:#5CA4C9; border-style:double; padding:5px;
}

}
.Links {/*Generell für ALLE Links festlegen*/
text-decoration: none; /* KEIN Unterstrich bei Links */
color: Blue; /*Schriftfarbe von Links wird BLAU*/
font-weight: bold; /*und alles als FETT formatieren, damit man es auch sieht*/
}


.Ueberschrift {
font-family : Arial, Helvetica, sans-serif; 
font-size : 20px; 
font-style : normal; 
line-height : normal; 
font-weight : bold; 
color : #000000; 
} 



