body {
font: normal 13px verdana, arial, sans-serif;
background-color: #7BA3B3; 
/* background-color: #C7C7C7; */
}

div#dokument {
width: 980px;
/* background-color: #E5C85A; */
background-color: #FBF7CB;
margin-left: auto;
margin-right: auto;
padding: 3px;
}

div#content {
padding: 3px;
}

img {
border: 0;
}

.textblock { /* Einstellungen fuer normale Textbloecke - 
beachten, dass Zeilen nur ca. 70 Zeichen enthalten sollten, damit sie gut lesbar sind */
max-width: 600px;
text-align: justify;
}

.textblockbreit { /* Einstellungen fuer normale Textbloecke - 
beachten, dass Zeilen nur ca. 70 Zeichen enthalten sollten, damit sie gut lesbar sind */
max-width: 750px;
text-align: justify;
}


ul.linkliste {
list-style-type:square;
max-width: 650px;
}

ul.linkliste li {
margin-bottom: 10px;
}

ul.linkliste li ul li{
margin-top: 3px;
margin-bottom: 2px;
}

/* Einstellungen fuer Tabs */

ul#tabnav {
text-align: left; /* set to left, right or center */
margin: 0 0 0 0; /* set margins as desired */
/* font: bold 11px verdana, arial, sans-serif; /* set font as desired */
font-weight: bold;
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { 
display: inline;
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

.activetab { /* Einstellungen fuer aktives Tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

.activetab a { /* Einstellungen fuer Links im aktiven Tab */
background-color: #FBF7CB; /* aktive Tabs sollen gleiche Farbe wie Hauptinhalt bekommen */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

.inactivetab { /* Einstellungen fuer inaktives Tab */

}

.inactivetab a { /* Einstellungen fuer Links im inaktiven Tab */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
}

