/* Application Stylesheet */

/* Zellen/Zeilenfarbe weiss */
.bcol_white{
	background-color : #FFFFFF;
}

/* Zellen/Zeilenfarbe hell */
.bcol_light{
	background-color : #F8F8F8;
}

/* Zellen/Zeilenfarbe mittel */
.bcol_mid{
	background-color : #F0F0F0;
}

/* Zellen/Zeilenfarbe dunkel */
.bcol_dark{
	background-color : #E0E0E0;
}

.bcol_grey{
	background-color : #5D5D5D;
}

/* Zellen/Zeilenfarbe  highlight*/
.bcol_blue{
	background-color : #2221C6;
}

/* Zellen/Zeilenfarbe  highlight*/
.bcol_lighblue{
	background-color : #2221C6;
}

.bcol_high{
	background-color : #316AC5;
}

.row_selected{
	background-color : #F9DD87;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold; 
}

/* Text normal*/
.txt{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

/* Text normal fett*/
.txt_bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}

.txt_info{
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #AAAAAA;
	font-weight: normal;
}

.txt_info_big{
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #AAAAAA;
	font-weight: normal;
}

.txt_info_bold{
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #FFFFFF;
	font-weight: bold;
}

.txt_tbl{
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

.txt_tbl_bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight: bold;
}

.txt_tbl_white{
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: normal;
}

.txt_tbl_info{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	font-weight: normal;
}

.txt_tbl_info_bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	font-weight: bold;
}

.txt_tbl_head{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold;
	background-image:url(../images/tbl_bg.jpg)
}

a.txt_tbl_head{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color :#FFFFFF;
	font-weight: bold;
	background-image:url(../images/tbl_abg.jpg)
}

.txt_high{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	font-weight: normal;
}

/* Text highlight bold */
.txt_high_bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #666666;
	font-weight: bold;
}

.txt_high_info{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #666666;
	font-weight: normal;
}

/* Text highlight error */
.txt_high_err{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF0000;
	font-weight: bold;
}

/*feldgroesse nur fuer IE*/
input{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/*feldgroesse nur fuer IE*/
textarea{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/*groesse der Auswahlbox* nur fuer IE*/
select{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* Link Text normal*/
a{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal;
	color:blue;
}

a.txt{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	color:blue;
}

a.txt_tbl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:blue;
}

a.txt_tbl_bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color:blue;
}

a.txt_tbl_info{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	font-weight: normal;
}

a.active{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : normal;
	color:blue;
}

table {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.list {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	font-weight: bold;
}

.activeInput {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	font-weight: bold;
	background: #EAEAEA;
}

.deactiveInput {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	border: 0;
	background: #F8F8F8;
}
