/* Sarrasani * SCHWARZ ROT/
/* Format für Links in ROT / NICHT UNTERSTRICHEN*/
.normrot:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color : #FF0000; text-decoration: none;  font-weight: bold}
.normrot:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color : #FF0000;  text-decoration: none; font-weight: bold}
.normrot:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color : #FF0000; text-decoration: underline; font-weight: bold}
.normrot:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color : #FF0000; text-decoration: underline; font-weight: bold}

/* Format für kleine Links in Rot / NICHT UNTERSTRICHEN*/
.kleinrot:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color : #FF0000; text-decoration: none;  }
.kleinrot:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color : #FF0000;  text-decoration: none;}
.kleinrot:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color : #FF0000; text-decoration: underline;}
.kleinrot:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color : #FF0000; text-decoration: underline; }


/* Linkformat für Monatsangaben */
a.hns_rot,a.hns_rot:visited     {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	border: 1px solid #FF0000;
	padding: 1px;
	height: 16px;
	line-height: 20px;
}

a.hns_rot:hover             {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
	background-color:silver;
	border:1px solid #FF0000;
	padding: 1px;
	height: 16px;
	line-height: 20px;
}


/* Format für Layer Teil-Umrandung, graue Schrift */
.layer_tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
	padding: 5px;
	margin-right:20px;
	width: 500px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}



/* NAVIGATIONSTABELLEN */
/* Layer Navigationstabelle 185, transparent Hintergrund, anthrazite Schrift, Rahmen oben+links rot*/
.l_navtab_rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	padding: 5px;
	width: 185px;
}



/* Format für Formulare */
.feld01 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #333333; background-color: #EDECEC}
.button { font-size: 11px; color:#333333; font-weight:bold; background-color : #EFEFEF; border : 1px solid #FF0000;}
.inputtext { font-size:12px; line-height: 15px; color: #333333;  border: 0px none; background-color: #EFEFEF;}

