div.row {
    position: relative;
    width: 50px;
    height: 20px;
}
div.row2 {
    position: relative;
    width: 210px;
    height: 20px;
    float: left;
}
hr {
    position: relative;
    background-color: #000000;
    color: #000000;
    border: #000000;
    height: 1px;
    text-align: left;
    margin: 0px;
}
div.field02, div.field03 {
    position: absolute;
    top: 0px;
    width: 25px;
    cursor: pointer;
    text-align: center;
}
div.field01 {
    position: absolute;
    top: 0px;
    width: 0px;
    visibility: hidden;
    left: 0px;
}
div.field02 {
    left: 25px;
}
div.field03 {
    left: 0px;
}

div.field05, div.field06 {
    position: absolute;
    top: 0px;
    width: 25px;
    cursor: pointer;
    text-align: center;
}
div.field04 {
    position: absolute;
    top: 0px;
    width: 0px;
    visibility: hidden;
    left: 0px;
}
div.field05 {
    left: 0px;
}
div.field06 {
    left: 25px;
}
#row2 {


    }

#row.span {
    cursor: pointer;
    color: blue;
}
#row2.span {
    cursor: pointer;
    color: blue;
}
table {

    background-color: #EFEFEF;
    font-size: .9em;
}
.switchdiv table.switcher {
    background: url() #FFFFFF;
    margin: 0;
    padding: 0;
}
table.switcher {
    background-color:  #FFFFFF;
    margin: 0;
    padding: 0;
}
table.tableohne td {
}
*:first-child+html table.tableohne td {
    font-size: 1em;
    border: 0px;
    text-align: left;
}
table.tableohne td a,  a:hover, td a:active {
    color: #A40A0A;

}
.switchdiv table.switcher td {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.arbeitsfeld {
    background-color: #EFEFEF;
    width: 100%;
}
.arbeitsfeld_kurz {
    background-color: #EFEFEF;

    width: 100%;
}
.arbeitsfeld_oben {
    background: url(top-right1.jpg) no-repeat top right;
    height: 50px;
}
.arbeitsfeld_oben_kurz {
    background: url(bg_kurz.jpg) #CFCFCF   no-repeat top right;
    height: 30px;
    color: #003466;
    font-size: 1.1em;
    font-weight: bold;
}
.arbeitsfeld_mitte {
    height: 110px;
    clear: both;
}
.arbeitsfeld_mitte_monate {
    height: 105px;
    clear: both;
}
.arbeitsfeld_mitte_leer {
    height: 1px;
    clear: both;
}
.arbeitsfeld_mitte_kurz {
    margin: 3px 30px 0 30px;

}
*html .arbeitsfeld_mitte_kurz_berichte {
    height: 150px;
    margin: 3px 30px 0 30px;
    clear: both;
}
.arbeitsfeld_unten {
    background: url(bottom-right1.jpg) no-repeat bottom right;
    height: 30px;
}
.topbereich {
    position: relative;
    top: -22px;
    margin: 0px 0 5px 35px;
}
.topbereich_kurz {
    position: relative;
    margin: 0px 0 5px 35px;
    padding-top: 7px;
}
.Anmerkung {
    font-size: 0.7em;
    margin: 0 30px 0 0px;
}
.AnmerkungMonate {
    font-size: 0.8em;
    margin: 0 30px 0 30px;
}
.leftfloat {
   float: left;
   margin-top: 0px;
   margin-right: 10px;
   padding-top: 0px;
   padding-bottom: 10px;
   padding-right: 10px;
   clear:right;
}