body {
        color: #444444;
        background-color: #fff;
        margin: 0;
        padding: 0;
}

body, td, th {
        font-family: Rotis, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

.tr_hell { background-color: #ccc; }
.tr_mittel { background-color: #eee; }

ol,ul,li,p { font-size: 9pt;  margin-bottom: 3px; margin-top: 3px;line-height: 12pt;}

a {color:#103B2F; text-decoration:underline;}
/*a:hover {font-weight: bold;}
a:visited {font-weight: bold;}*/

#content {
        margin: 10px 30px 10px 30px;
        padding: 10px 30px 10px 30px;
/*        width: 730px;*/
}

#hnavi {
        background-color: #009933;
}

#menu {
        color: #fff;
        height: 100px;
        font-size: 18px;

}

#menu ul {
        margin-left: 92px; margin-top: 00px;
        padding-left: 92px; padding-top: 5px;
        list-style: none;
}

#menu li {
        float: left;
        margin-right: 20px;
}


#menu a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
}

p.zeile {
        clear: left;
}

p.zeile label {
        float: left;
        width: 150px;
        font-weight: bold;
}

#checkboxgroup {
        padding-left: 150px;
}

input, select, textarea {
        font-family: Rotis, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #fff;
        color: #000;
}

input.checkbox { width: auto; }

textarea { width: 400px; }

.noprint {
        display:none;
}

input.button {
        background-color: #bbb;
        display:none;
}

th {
        text-align: left;
        vertical-align: top;
}

.vertical th {
        width: 150px;
        padding-right: 10px;
}

td {
        padding: 3px 10px 3px 0;
        vertical-align: top;
}

#logon {
        width: 400px;
        margin: 100px auto 0 auto;
}

.farbe1 { background-color: #e6e6e6; }
.farbe2 { background-color: #cccccc; }

.fehler { color: #ee0000; font-weight: bold; }

hr {border-top: 1px dashed #000000; border-bottom: none; color: #E0E0E0; background-color: #E0E0E0;}

.absatztitel    {color: #000000;font-size: 12pt; line-height: 12pt;margin-bottom: 3px; margin-top: 3px;font-weight:bold;}
a.absatztitel   {color: #000000;font-size: 12pt; line-height: 12pt;margin-bottom: 3px; margin-top: 3px;font-weight:bold;}

/* Rechnung */

#rechnung p, #rechnung td, #rechnung th {
        font-size: 16px;
        line-height: 22px;
}

#rechnung th {
        font-weight: normal;
        padding-right: 10px;
        text-align: left;
}

#adressbox {
        float: left;
}

#adressbox p {
        font-size: 14px;
        line-height: 16px;
}

#mitgliedsbox {
        padding: 5px;
        font-weight: bold;
        border: 1px solid #000;
        width: 250px;
        float: right;
}

#signatur {
        width: 100%;
        padding: 0;
        margin: 0;
}

#signatur .tdrechts {
        width: 250px;
}

#rechnung h2 {
        padding-top: 30px;
        font-size: 18px;
        clear: both;
        text-align: center;
}

.preis { text-align: right; }

.insert {
        font-weight: bold;
        border-bottom: 1px dotted #000;
}

#kontoangaben {
        margin: auto;
}

.warnung { color: #ff0000; }

.tablemitrahmen {
  border: 2px solid black;
  border-collapse:collapse;
}

.tablemitrahmen th {
  border: 1px solid black;
  border-bottom: 2px solid black;
  background-color: #DFDFDF;
  padding: 2px;
}

.tablemitrahmen td {
  border: 1px solid black;
  padding: 2px;
}

.tableohnerahmen td {
  border: none;
  padding: 2px;
}

