/* body anweisungen */
body {
        background-color: #FFFFFF;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
}

/* text allgemein */
body, table, tr, td, div, input, textarea, select, p, br, li, ul {
        font-family: Verdana;
        font-size: 12px;
        line-height: 150%;
        text-decoration: none;
        color: #000000
}
a {
        text-decoration: none;
        color: #660000
}

a:hover {
        text-decoration: none;
        color: #990000
}

a.2 {
        text-decoration: none;
        color: #000000;
        font-size: 11px;
}

a.2:hover {
        text-decoration: none;
        color: #999999;
        font-size: 11px;
}

a.3 {
        text-decoration: none;
        color: #993300;
        font-size: 10px;
}

a.3:hover {
        text-decoration: none;
        color: #333333;
        font-size: 10px;
}


.bg_hellgrau {  background-color: #CCCCCC}
.rahmen {  border: 1px #333333 solid}
.bg_grau { background-color: #666666}
.txt_hellgrau {  color: #CCCCCC}.bg_weiss { background-color: #E8E8E8}
.bg_rost { background-color: #405060}
.txt_small { color: #CCCCCC }.fld_a {  width: 260px}
.fld_b { width: 540px}
.button {  background-color: #993300; color: #FFFFFF; border-color: #CCCCCC #333333 #333333 #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.button_gross { background-color: #993300; color: #FFFFFF; border-color: #CCCCCC #333333 #333333 #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px ; width: 200px}
.fld_c { width: 90px}
.fld_d { width: 240px}
.button_logout { background-color: #FF0000; color: #FFFFFF; border-color: #CCCCCC #333333 #333333 #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px ; width: 500px}
.right { margin: 6px 0 10px 10px; float: right; }
