@CHARSET "UTF-8";

/************************/
/*** Schnellerfassung ***/

table.schnell * {
    font-size: 14px;
    min-height: 24px;
    line-height: 24px;
    font-family: Arial;
}

td.schnell_cont2 input {
    border: 1px solid #AAAAAA;
}

td.schnell_cont3 input {
    width: 50px;
    border: 1px solid #AAAAAA;
    text-align: center;
}

/********************************/
/*** Schnellerfassung_Prüfung ***/

table.SchnellPrüfung {
    width: 687px;
    padding: 5px 0px;
    overflow: hidden;
    font-size: 12px;
    background-color: #f8af00;
    margin-bottom: 20px;
}

table.SchnellPrüfung tr.schnellpruef_ueber {
    color: #774c00;
    height: 35px;
    font-size: 14px;
    min-height: 35px;
    font-weight: bold;
    background-color: #f7ca57;
}

table.SchnellPrüfung tr.schnellpruef_cont td {
    height: 79px;
    padding: 15px 10px 10px 0px;
    overflow: hidden;
    font-size: 12px;
    min-height: 79px;
    border-top: 1px solid #ffffda;
    vertical-align: middle;
    background-color: #f9e6ac;
}

table.SchnellPrüfung td.col1_head, table.SchnellPrüfung td.col1_cont {
    width: 40px;
    text-align: center;
}

table.SchnellPrüfung td.col1_cont {
    height: 100px;
    min-height: 100px;
}

table.SchnellPrüfung td.col2_head {
    width: 360px;
}

table.SchnellPrüfung td.col2_cont, table.SchnellPrüfung td.col2_err {
    width: 149px;
    text-align: center;
}

table.SchnellPrüfung td.col2_cont > img {
    max-width: 149px;
    max-height: 100px;
}

table.SchnellPrüfung td.col3_head {
    width: 50px;
}

table.SchnellPrüfung td.col3_cont, table.SchnellPrüfung td.col3_err {
    width: 261px;
}

table.SchnellPrüfung td.col4_head, table.SchnellPrüfung td.col4_cont, table.SchnellPrüfung td.col4_err {
    width: 60px;
}

table.SchnellPrüfung td.col4_cont > input, table.SchnellPrüfung td.col4_err > input {
    font-size: 12px;
}

table.SchnellPrüfung td.col5_head, table.SchnellPrüfung td.col5_cont {
    width: 90px;
}

table.SchnellPrüfung td.col6_head, table.SchnellPrüfung td.col6_cont {
    width: 100px;
}

table.SchnellPrüfung td.col7_head, table.SchnellPrüfung td.col7_cont {
    width: 25px;
}

table.SchnellPrüfung td.col7_cont {
    text-align: center;
}

table.SchnellPrüfung td.col7_cont > img {
    width: 15px;
    height: 15px;
    border: 0px solid #ccc;
}

table.SchnellPrüfung td.col2_err {
    text-align: center;
}

table.SchnellPrüfung td.col5_err {
    width: 162px;
    color: #613131;
    /*border:			2px solid #f0c5ce;*/
    border-top: 2px solid #ff2222;
    background-color: #fbe3e3;
}

table.SchnellPrüfung td.col5_err div.schnellerr_border {
    border: 2px solid #ff2222;
    padding: 12px;
}

/*div.SchnellPrüfung {margin-top:20px;}
div.SchnellPrüfung > button.zurück {width:80px;}
div.SchnellPrüfung > button.inWK {
	width:			270px;
	margin-left:	20px;
}*/