/* CSS Document */

/*LINK-FORMATTIERUNG*/

a:link {
	color: 000000;
	text-decoration: none;
}

a:visited {
	color: 000000;
	text-decoration: none;
}

a:hover {
	color: 92181A;
	text-decoration: none;
}

/* TEXT ----------------------------------------------*/
	
.text_norm
     { color: 000000; font-size: 12px; font-family: Arial, Tahoma; font-weight: 500; line-height: 14px }
.text_normrot { color: #900; font-size: 12px; font-family: Arial, Tahoma; font-weight: normal; line-height: 14px }
.text_fett  { color: #900; font-size: 12px; font-family: Arial, Tahoma; font-weight: bold }
.text_fettsw { color: #000; font-size: 12px; font-family: Arial, Tahoma; font-weight: bold }
.text_klein
     { color: 000000; font-size: 10px; font-family: Arial, Tahoma }

