/* general */
body {
    background-color: #aae2b8;
    color: black;
    font-size: 14px;
    font-family: "Verdana", "Tahoma", "Arial", "Geneva";
    padding-bottom: 10px;
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

/* main div */
div.main {
  width: 1080px;
}

/* navigation menu */
div.menu {
    width: 160px;
    float: left;
}

/* content area */
div.contentwrapper {
    background-color: #d4fbdb;
    width: 900px;
    border-radius: 8px 8px 8px 8px;
    float: left;
}

/* content below heading */
div.content {
    padding: 5px;
    /* background-color: #d4fbdb;
    width: 97%;
    margin-left: 2px;
    */
}

table {
    border-collapse: collapse;
}

table tr td.right {
    padding-right: 1px;
}

h2, h3, h4 {
    text-align: center;
}

h2 {
    font-size: 18px;
    font-weight: bolder;
}

h3 {
    font-size: 16px;
    font-weight: bolder;
    font-style: italic;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

p, ul {
    margin-bottom: 0;
}

div.w3cxhtml {
    color: white;
    text-align: center;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}
div.w3cxhtml img {
    border: 0;
}

/* type1 */
table.type1 tr td {
    padding-right: 15px;
}

div.image {
    float: left;
    font-size: 10px;
    margin-left: 3px;
    margin-bottom: 3px;
    text-align: center;
    border: 1px black solid;
    background-color:#98C4A0;
    width: 150px;
    height:180px;
/*    border-radius: 4px 4px 0px 0px; */
}

div.image img {
    border: 0;
}

table.darkbgr {
    white-space: nowrap;
}

table.darkbgr tr td, table.darkbgr tr th {
    border: 1px #aae2b8 solid;
    padding: 2px;
}

table.darkbgr tr td.position {
    text-align: right;
}

table.darkbgr tr td.name {
    width: 130px;
}

table.darkbgr tr td.result {
    width: 80px;
}

table.fisherking {
    border-spacing: 10px;
    margin-left:auto;
    margin-right:auto;
    border-collapse: separate;
}

div.startpagewrapper {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color:#aae2b8;
    border-radius: 4px 4px 4px 4px;
}
div.startpagebox {
    padding: 3px;
    text-align:left;
    background-color: #d4fbdb;
}
ul.bericht {
  margin-top:2px;
  text-align:left;
}
ul.bericht li {
  text-align:left;
}
div#acceptDataPrivacy a {
  color: blue;
}
