/* General Body Style */
body {
    color: black;
    font-family: Helvetica;
    font-size: 14px;
    margin: 0;
}

/* Header Styles */
.header {
    height: 32px;
    color: #b73948;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin: 2px 0px 9px 2px;
    padding: 8px 0px 0px 0px;
    display: block;
}

/* Top Navigation Styles */
.topnavi {
    background: white;
    font-size: 13px;
    height: 69px;
    margin: 0px 0px 16px 2px;
}

/* Navigation Styles */
.navi {
    font-size: 1.1em;
    padding: 10px 0px 10px 3px;
    margin: 0px 0px 3px 0px;
    border: 2px solid #cfc4cf;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
}

/* Footer Styles */
.footer {
    background: #efefef;
    margin: 0px 0px 10px 2px;
    padding: 2px;
    line-height: 160%;
}

/* Table Styles */
.tab {
    border-collapse: collapse;
}

.cell {
    border-bottom: 1px dotted gray;
    padding: 4px;
    background: #fafafa;
}

/* Box Style */
.box {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px dotted #b73948;
    background: white;
    font-size: 1.2em;
    line-height: 140%;
}

/* Heading Styles */
h1 {
    font-size: 1.2em;
    line-height: 150%;
}

h2 {
    font-size: 1.0em;
}

/* Image Styles */
img {
    border: none;
    max-width: 100%;
    height: auto;
}

/* Link Styles */
a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
    font-size: 14px;
    background: #f1e1e1;
}

/* Special Link Styles */
a:link.atop, a:visited.atop, a:hover.atop, a:active.atop {
    color: #b73948;
    font-size: 16px;
    height: 20px;
    background: none;
}

a:link.afooter, a:visited.afooter, a:hover.afooter, a:active.afooter {
    background: none;
}

/* Miscellaneous Styles */
.rund {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.border_s {
    border: 1px dotted #cccccc;
}

.centered {
    text-align: center;
}

.high {
    font-weight: bold;
}

.red {
    color: #e42626;
    font-weight: bold;
}

.rechts {
    text-align: right;
}

.navselect {
    background: #eeeeee;
    width: 80%;
    max-width: 312px;
    display: block;
    height: 40px;
    font-size: 1.1em;
}

.navcol_1 {
    float: left;
    margin: 15px 5px 15px 5px;
    display: block;
}

select {
    height: 30px;
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.tabc {
    background-color: #efefef;
    padding: 5px;
}

.iframe {
    width: 100%;
    height: 80000px;
    border: none;
}

/* Table Body Styles */
#tableBody td {
    font-size: 14px;
}

/* Data Table Header Styles */
#dataTable tr th {
    font-size: 14px;
}

/* Label Styles */
.rund div label {
    font-size: 14px;
}

/* Division Styles */
.rund div div {
    font-size: 14px;
}

/* Data table */
#dataTable{
    width:100% !important;
   }