/*
TABLE { border-width: 1px; border-style: solid;  border-color: #0000ff; margin: 0; padding: 0; border-spacing: 3; }
TH,TD { border-width: 1px; border-style: dashed; border-color: #0000ff; margin: 0; padding: 3; }
*/
body {
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 16px;
    color: #7E807F;
}

.nav1, a.nav1, a.nav1:link, a.nav1:hover, a.nav1:visited, a.nav1:active {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-transform : uppercase;
}
.nav2, a.nav2, a.nav2:link, a.nav2:hover, a.nav2:visited, a.nav2:active {
    font-family: Verdana,Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-transform : none;
}
.nav3, a.nav3, a.nav3:link, a.nav3:hover, a.nav3:visited, a.nav3:active {
    font-family: Verdana,Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-transform : none;
}
h1, .h1 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #FF6600;
    text-transform : uppercase;
}
h3, .h3 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.text {
    font-family:  Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #7E807F;
}
.textklein {
    font-family:  Verdana,Arial,sans-serif;
    font-size: 9px;
    line-height: 16px;
    color: #7E807F;
}

a, a:link, a:visited,
.text a, .text a:link, .text a:visited {
    font-family: Verdana,Arial;
/*  font-size: 10px;  */
    color: #fb8603;
    text-decoration: none;
}

a:hover , .text a:hover {
    font-family: Verdana,Arial;
/*  font-size: 10px;            */
/*  color: #000000;  */
    color: #444692;
    text-decoration: underline;
}



pre {
        font-family: sans-serif;
}

table,tr,td {
    font-family: sans-serif;
    font-size: 10pt;
}

td {
        vertical-align: top;
}

td.frame {
        border-width: 1px;
        border-color: #99CCCC;
        border-style: solid;
}

td.nav1,td.nav2,td.nav3 {         vertical-align: middle; }

.error {
        font-weight: bold;
        color: red;
}


.listkat,.listkat a,.listkat a:link,.listkat a:visited,.listkat a:active {
    font-size: 10pt;
    color: black;
    text-decoration: none;
}

.listkat a:hover {
    text-decoration: underline;
}

table.list {
        width: 90%;
}
.list td {
        padding: 3px;
}
.list,.list a,.list a:link,.list a:visited,.list a:active {
    font-size: 10pt;
    color: black;
    text-decoration: none;
}
.list a:hover {
        text-decoration: underline;
}


.answers {
    padding: 1px;
    border-spacing: 1px;
    width: 100%;
    background-color: #EBF0F6;
}

.ansbot {
        font-size: 70%;
        background-color: #d0d0dc;
}

.overview {
        width: 95%;
}

ul    {        list-style-image:url('/img/bullet.gif'); }
ul ul { list-style-image:url('/img/aufzaehlung2.gif'); }

.thead { background-color: #ffe5c3; }
.rowA  { background-color: #ebf0f6; }
.rowB  { background-color: #d7e0ec}
.rowC  { background-color: #d7e0ec}
.cell1 { color: #7E807F; }
.rowA .cell1 { background-color: #E8e8F0; }
.rowB .cell1 { background-color: #D0d8E4 }


/* Formular Kram */
input,select,textarea {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    color: black;
    background-color: #EBF0F6;
    font-family: sans-serif;
    font-size: 10pt;
}

.input {
        background-color: #ffffff; width: 333px;
}

.ninput {
        background-color: #FFFFFF;
}

.action {
    color: #FF6600;
    background-color: #FFE5C3;
    width: 90px;
}

.checkbox { border-width: 1px; border-color: black; color: black; font-family: sans-serif; font-size: 10pt; ; border: 1px black none; background-color: #FFFFFF}.rowC {  background-color: #C3e0e3}