/*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: Verdana, 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;
}

.txtfld {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #ADB5A9;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	height:17px;
}

.txtfld2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #404040;
background-color: #F1F3F1;
border-top : 1px solid #A2ACA1;
border-left : 1px solid #A2ACA1;
border-right: 1px solid #A2ACA1;
border-bottom: 1px solid #A2ACA1;
}

.closebutton {
	background-color: #F5F5F5;
	padding: 5px;
	border: 1px solid #990000;
}

/* Tabellen */

/* detail.php + index.php Rahmen */
.tdbckg {
	background-color: #FFFFFF;
}

.frame {
	background-color: #496C7E;
}

.tr1 {
	background-color: #F8F9FA;
}

.tr2 {
	background-color: #D1D6CF;
}

/* 09.09.05 CJ: detail.php HG Farbe Zeile 1 */
.tr_zeile_head{
	background-color: #E9D33F;
}
/* 09.09.05 CJ: detail.php HG Farbe Zeile mit Inhalt */
.tr_zeile_inhalt{
	background-color: #F4E9A1;
}
/* 09.09.05 CJ: detail.php Links */
.bib_link a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}

.bib_link a:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}

.bib_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: #F0E17B;
}

.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;
}

