BODY {
    margin-top: 5px;
    margin-left: 13px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background: white;
    text-align: center;
    /*white-space:nowrap;*/
}

TABLE {
    border-collapse: collapse;
    empty-cells: show;
    font-size: 12px;
    text-align: left;
    /*margin: 0 auto;*/
    /*white-space:nowrap;*/
}

TD {
    padding: 0px;
    vertical-align: middle;
    /*white-space:nowrap;*/
}

FIELDSET {
    color: black;
    background: #ffffff;
}

A:link {
    color: black;
    text-decoration: none;
}

A:visited {
    color: black;
    text-decoration: none;
}

A:hover {
    color: #AAAAAA;
    text-decoration: none;
}

A:active {
    color: black;
    text-decoration: none;
}

HR {
    color: red;
}

#normalleft {
    text-align: left;
    vertical-align: top;
}

#normalright {
    text-align: right;
}

#standardbutton {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

#light {
    color: #666666;
}

#lightleft {
    color: #666666;
    text-align: left;
}

#lightright {
    color: #666666;
    text-align: right;
}

#editfieldset {
    color: black;
    background: #DDDDDD;
}

#inputleft {
    text-align: left;
}

#checkboxdisabled {

}

#selectnorm {
    width: 150;
}

#big {
    font-size: 13px;
    font-weight: bold;
}

#bigger {
    font-size: 14px;
    font-weight: bold;
}

#biggest {
    font-size: 15px;
    font-weight: bold;
}

#biggestwhite {
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.oben {
    vertical-align: top;
}

.mittig {
    vertical-align: middle;
}

.unten {
    vertical-align: bottom;
}

#alertthead td {
    border: inset 1pt;
    border-color: #FFFFFF;
    background: #333333;
    background: midnightblue;
    color: #FFFFFF;
    padding-right: 5pt;
    padding-left: 5pt;
    font-weight: 600
}

#alerttbody {
    background: #E7E7E7;
    background: #E7E7EF;
}

#alerttd {
    border: 1px solid white;
    padding-right: 5pt;
    padding-left: 5pt;
}

#printform tr {
    height: 25px;
}

#legend {
    font-size: 12px;
    font-family: Arial, Verdana;
    font-weight: bold;
    background-color: #FFFFFF;
}

#title {
    height: 30px;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background: #666666;
}

#collhead th {
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Geneva, Helvetica;
    color: #CCCCCC;
    border-bottom: red solid 1px;
    padding-right: 3pt;
    padding-left: 3pt;
}

#tbody td {
    border-bottom: 1px solid #CCCCCC;
    font-size: 11px;
    padding-right: 3pt;
    padding-left: 3pt;
}

#tbody a:link {
    text-decoration: none;
    color: #FF0000;
}

#tbody a:visited {
    text-decoration: none;
    color: #FF0000;
}

#tbody a:hover {
    text-decoration: none;
    color: #666666;
}

#lastline td {
    border-top: 1px solid red;
    height: 20px;
}

#buttons td {
    padding-right: 8pt;
    padding-left: 8pt;
    text-align: right;
}

#scroller td {
    padding-right: 4pt;
    padding-left: 4pt;
    text-align: right;
}

.collentry_select {
    color: white;
    background-color: #CCCCCC;
}

tr.collentry_select td {
    color: white;
    background-color: #CCCCCC;
}

.tooltiptext {
    text-align: left;
}

#formhead {
    height: 30px;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 12;
    font-weight: bold;
    color: #FFFFFF;
    background: #666666;
    /*spacing-bottom:10pt;*/
}

#formhead_left {
    background: #666666;
    /*spacing-bottom:10pt;*/
}

#formhead_right {
    background: #666666;
    /*spacing-bottom:10pt;*/
}

#formtable td {
    padding-right: 3pt;
    padding-left: 3pt;
    border: 0;
}

.dis1 {
    display: inline;
}

.dis2 {
    display: none;
}

.printOnly {
    display: none;
}

button {
    background-color: white;
    color: black;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

.selectable {
    cursor: pointer;
}

#deleteAllBaskets:HOVER {
    cursor: pointer;
}

.errorMessage li {
    color: red;
    font-size: 12px;
    border-collapse: collapse;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    background: white url("/ribon/image/basket/warning.gif") no-repeat;
    list-style: none;
}