
/* Text */

/*a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #990000;
	text-decoration : none;
}

 a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color :  #999999;
	text-decoration : none;
}*/
	
.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A3A3A;
	line-height : 16px;
}

.txtgrau {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #858585;
	line-height : 16px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : bold;
	color:#496C7E;
}

.title1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight : bold;
	color:#993333;
}

	
.tabright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight : bold;
	color:#FFFFFF;
}

.subnav a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #C90D0D;
	font-size : 10px;
	text-decoration : underline;
}
.subnav a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000066;
	font-size : 10px;
	text-decoration : underline;
}


/* Register für Falleingabe */

.off {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#496C7E;
	font-weight: bold;
	border-top: 1px solid #496C7E;
	border-left: 1px solid #496C7E;
	border-right: 1px solid #496C7E;
}

.offopt {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#496C7E;
	font-weight: bold;
	border-top: 1px dotted #496C7E;
	border-left: 1px dotted #496C7E;
	border-right: 1px dotted #496C7E;
}

.on {
	background-color: #E8EEF1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#990000;
	font-weight: bold;
	border-top: 1px solid #496C7E;
	border-left: 1px solid #496C7E;
	border-right: 1px solid #496C7E;
}


/* Tabellen */
/* detail.php + index.php Rahmen */
.tdbckg {
	background-color: #FFFFFF;
}

.frame {
	background-color: #496C7E;
}

.tr1 {
	background-color: #F8F9FA;
}

.tr2 {
	background-color: #E8EBEE;
}


/* Formulare */

.txtfld {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #496C7E;
	height:17px;
}

.txtfld2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #404040;
}

/* 09.09.05 CJ: detail.php HG Farbe Zeile 1 */
.tr_zeile_head{
	background-color: #D37C00;
}
/* 09.09.05 CJ: detail.php HG Farbe Zeile mit Inhalt */
.tr_zeile_inhalt{
	background-color: #EDCB99;
}
/* 09.09.05 CJ: detail.php Links */
.faelle_link a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}

.faelle_link a:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}

.faelle_link{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
/* 09.09.05 CJ: index.php HG Farbe Zeile mit Sortierung */
.tr_zeile_subhead{
	background-color: #FF9F11;
}

.tr_zeile_subhead a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight:bold;
}

.tr_zeile_subhead a:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
}


