/* 
    Created on : 01.12.2016, 15:23:00
    Author     : Wolfgang Schütte, www.buero-punkt.de
*/

html, body {
    width: 100%; height: 100%;
    margin: 0px; padding: 0px; line-height: 24px;
    font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
}

#outerwrapper {
    width: 100%; height: auto; overflow-x: hidden;
}

a {
    color: #718c2b;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}


img {
    border: 0px;
}

table, tr, td {
    border-style: none; margin: 0px; border-width: 0px; padding: 0px;
}

table {
    margin-bottom: 16px;
}

.contenttext p {
  margin: 0px 0px 16px 0px;   
}


#content {
    background-color: #eaefde; width: 100%; min-height: 500px;
    border-radius: 0px 110px 0px 0px;
    padding-top: 40px; padding-bottom: 15px; 
    box-sizing: border-box; -moz-box-sizing: border-box;
}

#breadcrumb {
    line-height: 50px; height: 48px; vertical-align: middle; font-size: 12px;
}

#breadcrumb .wrapper { padding-left: 40px; }

#breadcrumb a {
    text-decoration: none; color: black;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

.wrapper {
    max-width: 985px; width: 100%; margin: 0 auto; height: 100%; position: relative;
}

#bottomwrapper {
    background-color: #eaefde; display: block; 
}

#wrapper {
    width: 100%; overflow-x: hidden; min-width: 450px;
}

#menuleiste {
    z-index: 90; 
    height: 73px; width: 100%;
    background-image: url(../gfx/fade_midgreen.gif);
    background-repeat: repeat-x;
    font-size: 1.15em;
    letter-spacing: -1px;
    color: white;
    vertical-align: bottom;
    white-space:nowrap;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.6);
    z-index: 101;
    position: relative;
    margin-bottom: -73px;
}

#netzwerkleiste {
    height: 73px; width: 100%; position: relative;
}

#menuwrapper {
    width: 100%;
    position: relative;
}

#netzwerkleiste ul li.active a {
    background-image:url(../gfx/network_select_edge_right.png);
}

#netzwerkleiste a {
    text-decoration: none;
}

#netzwerkleiste a:link, #netzwerkleiste a:visited {
    color: #44660b;
}

#netzwerkleiste a:hover, #netzwerkleiste a:active {
    color: white;
}

#netzwerkleiste ul li.active a {
    color: white;
}

#netzwerkleiste ul, #netzwerkkompakt ul {
    list-style-type: none;
    position: absolute; top: 0px; right: 0px;
}

#netzwerkleiste ul li, #netzwerkkompakt ul li {
    height: 80px; margin-top: -18px;
    padding: 42px 5px 10px 30px; box-sizing: border-box; -moz-box-sizing: border-box;
    background-image:url(../gfx/netzwerk_trenner_wide.png);
    background-repeat: repeat-x;    
    display: block;
}

#netzwerkkompakt ul li {
    height: 40px; padding: 15px 0px 0px 25px;
    background-position: -15px 0px;
}

#netzwerkkompakt ul li:first-child {
    height: 40px; padding: 15px 15px 0px 25px;
}

#netzwerkleiste ul li:first-child {
    padding-right: 15px; 
}

#netzwerkleiste ul li:last-child {
    background-image:url(../gfx/netzwerk_rand_wide.png);
}


#netzwerkleiste ul li, #netzwerkkompakt ul li {
    float: right;
}

#netzwerkkompakt {
    background-image: url(../gfx/netzwerk_bg.png);
    background-repeat: repeat-x;
    height: 37px; width: 100%; 
    background-position: -50px 0px; 
    float: right;
    font-size: 14px; line-height: 14px; letter-spacing: -0.5px;
    padding-left: 50px; box-sizing: border-box; -moz-box-sizing: border-box;
    color: black;
    position: relative;
    text-align: right;
    display: none;
}

#netzwerkkompakt a { text-decoration: none; }
#netzwerkkompakt a:hover { text-decoration: underline; }
    

#imprint {
    position: absolute;
    top: 17px; right: 480px;
    font-size: 10px; line-height: 12px;
    z-index: 9000;
    color: white;
}

.tabelle {
    display: table;
    width: 100%; height: 100%;
    table-layout: fixed;
}

.tabelle .zeile {
    display: table-row;
    width: 100%; height: 100%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    margin-bottom:20px;
}

.spalte {
    display: table-cell;
    position: relative;
    overflow-y: visible;
    box-sizing: border-box; -moz-box-sizing: border-box;
    vertical-align: top;
    height: 100%;
}

.spaltentrenner {
    width: 3.5%;
}

.halbspaltig {
    width: 13.75%;
}
.einspaltig {
    width: 31%;
}

.einsfuenfspaltig {
    width: 48.25%;
}

.zweispaltig {
    width: 65.5%;
}

.zweifuenfspaltig {
    width: 86.25%;
}

.dreispaltig {
    width: 100%;
}


#imprint a {
    text-decoration: none;
}

#imprint a:link, #imprint a:visited {
    color: white;
}

#footer a:link, #footer a:visited {
    color: #cfdbb0;
}

#imprint a:hover, #imprint a:active {
    color: #fcc201;
}

#footer a:hover, #footer a:active, .aktiv {
    color: white;
}

#fleurop_alt {
    height: 72px;
    position: absolute; 
    bottom: 0px; left: 0px;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box; moz-box-sizing: border-box;
    padding: 13px 20px 13px 20px; 
}

#fleurop {
    height: 220px; width: 207px;
    position: absolute; 
    bottom: 0px; left: -7px;
    box-sizing: border-box; moz-box-sizing: border-box;
    padding: 0px; 
}

#textbox {
    width: 356px; height: 356px;
    background-color: rgba(255,255,255,0.8);
    position: absolute; right: 0px; top: 100px;
    border-radius: 178px 178px 178px 178px;
    padding: 68px 38px 58px 58px;
    box-sizing: border-box; moz-box-sizing: border-box;
    font-size: 36px; line-height: 44px;
    letter-spacing: 0.5px;
    color: black;
}

.center {
    display: table; width: 100%; height: 100%;
}

.center .tr {
    display: table-row;
}

.center .tr .td {
    display: table-cell; vertical-align: middle;
}

#textbox h1 {
    margin: 0px 0px 0px 0px; font-size: 28px; line-height: 36px;
    margin-bottom: -10px;
}

#textbox small {
    margin: 0px 0px 0px 0px; font-size: 28px; line-height: 36px; 
}

#textbox small small {
    margin: 0px 0px 0px 0px; font-size: 20px; line-height: 28px; 
}


#bildleiste {
    width: 100%; height: 580px; background-color: #eaefde; 
    position: relative; overflow: hidden; margin-top: 73px;
}

#footer {
    background-color: #516a18; width: 100%;
    border-radius: 0px 110px 0px 0px;
    background-image:url(../gfx/footer_verlauf.png);
    background-repeat: repeat-x; background-position: top;
    padding: 26px 5% 0px 5%;
    box-sizing: border-box; -moz-box-sizing: boder-box;
    min-height: 500px; display: block;
    position: relative;
    overflow: hidden;
}

#footer h1 {
    color: white;
    text-transform: uppercase;
    font-size: 24px; font-weight: bold; line-height: 32px;
    margin-bottom: 0px;
}

#footer .right h1 {
    text-transform: inherit;
    margin-bottom: 20px;
}

#footer .right h2 {
    text-transform: uppercase;
}


#footer h2 {
    font-size: 16px; line-height: 24px;
}

#footer {
    font-size: 14px; line-height: 22px;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer .left {
    display: inline-block;
    width: 70%; 
    margin: 0px;
    float: left; height: 100%;
    color: white; padding-right: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#footer .right {
    display: inline-block;
    width: 29%;
    padding-left: 50px;
    color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-style: solid; 
    border-width: 0px 0px 0px 1px;
    border-color: white;
    margin-bottom: 25px;
}


#footer ul, #menu ul {
    list-style-type: none;
    margin: 0px 0px 26px 0px;
}

#footer .spalte {
    width: 25%; padding-right: 5%;
    display: table-cell;
    float: left;
    min-height: 500px;
}

#footer div.spalte:last-of-type {
    margin-right: 0px;
}

#footer ul li {
    font-size: 16px; line-height: 20px;
    margin: 44px 0px 0px -40px;
    text-transform: uppercase;
    font-weight: bold;
}

 #menu ul li {
    font-size: 18px; line-height: 22px;
    margin: 44px 0px 0px -40px;
    text-transform: uppercase;
    font-weight: bold;
}

#menu a {
    text-decoration: none;
}


#footer ul li ul, #menu ul li ul {
    margin: 19px 0px 0px 0px;
}

#footer ul li ul li, #menu ul li ul li {    
    font-size: 14px; line-height: 18px;
    text-transform: uppercase;
    margin: 0px 0px 16px -40px;
    font-weight: normal;
}

#footer ul li ul li ul {
    margin: 5px 0px 0px 0px;
}

#footer ul li ul li ul li {    
    font-size: 13px; line-height: 17px;
    text-transform: none;
    margin: 0px 0px 0px -40px;
    font-weight: normal;
}

#footer ul li ul li ul li ul {
    margin: 5px 0px 0px 0px;
}

#footer ul li ul li ul li ul li {    
    font-size: 12px; line-height: 16px;
    text-transform: none;
    margin: 0px 0px 0px -25px;
    font-weight: normal;
}

#footer .wrapper {
    margin-bottom: 0px;
}

#footer .right ul li {
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    background-image: url(../gfx/bullet_white.png);
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-bottom: 5px;
}

.contenttext ul li {
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    background-image: url(../gfx/bullet_green.png);
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-bottom: 5px;    
}

.contenttext ul {
    list-style-type: none;
    margin: 0px 0px 16px 0px; padding: 0px;
}

.contenttext p:last-of-type {
    margin-bottom: 0px;
}

.top {
    text-align: center;
    position: absolute;
    width: 120px; height: 120px;
    bottom: -25px; left: 50%; margin-left: -30px;
    color: white; 
    font-size: 11px; text-transform: uppercase;
    line-height: 120px; vertical-align: bottom;
    background-image:url('../gfx/top.png');
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    opacity: 0.7;
}

.top:hover {
    opacity: 1;
}

nowrap {
    white-space:nowrap;
}

#thumbnails {
    position: absolute; bottom: 50px; left: 25%; color: white;
    height: 40px; bottom: 0px; width: 50%;
    text-align: center; 
}

#thumbnails ul {
    list-style-type: none;
    margin-left: -28px;
    margin-top: 5px;
}

#thumbnails ul li {
    width: 20px; height: 20px;
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(255,255,255,0.6);
    margin-right: 8px; display: inline-block;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.6);
}

#thumbnails ul li.aktuell {
    background-color: rgba(255,255,255,1);    
}

#thumbnails ul li:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,0.8);        
}

#thumbnails ul li.aktuell:hover {
    background-color: rgba(255,255,255,1);  
    cursor: default;
}

#bildleiste .wrapper {
    z-index: 10; position: relative;
}

.leistenbild {
    width: 100%; height: 100%; position: absolute; top: 0px; left: 0px;
    background-size: cover; background-position: center center;
    z-index: 1; display: none;
}

.headline {
   width: 100%; min-height: 50px; background-image:url(../gfx/headverlauf.png); background-repeat: repeat-x;
   padding: 0px 0px 0px 16px; box-sizing: border-box; -moz-box-sizing: border-box;
   overflow: hidden; height: auto;
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto;    
   hyphenate-limit-chars: 8 4;
   hyphenate-limit-lines: 2; 
   z-index: 50;
}

.contenttext {
    padding: 0px 16px 0px 16px; box-sizing: border-box; -moz-box-sizing: border-box;
    margin-top: 17px;
}

.headline h1 {
   font-size: 20px; line-height: 25px; color: #c9d5ac;
   vertical-align: middle; text-transform: none;
}

.headline h1 a {
    text-decoration: none; color: #cfdbb0; display: block;
}

.headline h1 a:hover {
    color: white;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

#logowide { 
    display: none; width: 100%; 
    box-sizing: border-box; -moz-box-sizing: border-box; 
    padding: 0px 30px 0px 30px; margin: 0px; top: 0px; 
    left: 0px; width: 100%; background-color: white;
};

.contenttext, .contenttext p {
    color: #385104;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
}

.contenttext h1 {
  font-size: 20px; line-height: 25px;
  text-transform: uppercase;
  margin-top: -3px;
}

.contenttext h2 {
    text-transform: uppercase;
    font-size: 18px; line-height: 24px;
    margin-bottom: 10px;
}

a.arrowlink {
    text-decoration: none;
    color: #718c2b;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-top: 36px;
    padding-left: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: bold;
    margin-bottom: 32px;
}

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

hr.trenner {
    margin: 35px 0px 35px 0px;
    border-style: none; height: 1px;
    background-color: #385104;
    width: 100%; clear: both;
    display: block;
}

.kreismaske {
    width: 100%; height: 100%;
    background-image:url(../gfx/kreismaske.png);
    background-position: center center;
    background-size: auto 100%;
    position: absolute; top: 0px; left: 0px;
}

#menu {
    width: 100%; min-height: 580px; 
    position: absolute; top: -580px; left: 0px;
    z-index: 100; 
    padding-top: 20px; box-sizing: border-box; -moz-box-sizing: border-box;
    background-image:url(../gfx/menubg2.png);
    background-size: 100% 100%;
    display: none;
    background-color: #98c834;
}

#menu a {
    color: #cfdbb0;
}

#menu ul li {
    font-size: 24px; font-weight: bold; line-height: 26px; margin-bottom: -15px;
}

#menu ul li ul {
    margin-top: 12px;
}

#menu ul li ul li {
    margin-bottom: 10px; font-size: 16px; line-height: 22px;
}

#menu .tabelle {
    margin-bottom: 40px;
}

#menu .tabelle .zeile .spalte { width: auto;  }

#menu .tabelle .zeile .spalte { padding-right: 20px; }

#menu .wrapper {
    margin-left: 395px; width: auto;
    padding-right: 70px;
}

#menu .verzierung {
    width: 200px; height: 300px;
    position: absolute; top: 225px; right: -42px;
    background-image:url(../gfx/menubg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#menu .close {
    width: 45px; height: 45px; 
    position: absolute; top: 40px; right: 50px;
    background-image:url(../gfx/close.png);
    background-repeat: no-repeat;
    opacity: 0.65;
} 

#menu .close:hover {
    opacity: 1;
}

#menu a {
    text-shadow: 2px 2px 2px rgb(89,124,43);
}

#menu a:hover {
    color: white;
}

#menu .aktiv {
    color: white;
}

#menubutton, #menubuttoninner {
    height: 45px;
    width: 120px;
    background-image:url(../gfx/menu.png);
    background-repeat: no-repeat;
    font-size: 24px; line-height:45px;
    text-align: right;
    position: absolute; top: 14px; left: 392px;
    z-index: 2000;
    color: #385104;
    cursor: pointer;
}

#menubutton:hover, #menubuttoninner:hover {
    color: white;
    background-image:url(../gfx/menu_weiss.png);
}

#menubuttoninner {
    display: none;
}

.hintergrundweiss {
    background-color: rgba(255,255,255,0.7);
}

#menu3spaltig {
    box-sizing: border-box; -moz-box-sizing: border-box; 
    padding-right: 80px; overflow: visible;    
}

#menu2spaltig { 
    display: none; margin-top: -11px; margin-bottom: 1px; 
    box-sizing: border-box; -moz-box-sizing: border-box; 
    padding-right: 80px; overflow: visible;
}

#menu2spaltig .zeile .spalte ul {
    margin-bottom: 0px; 
}

.bildbox img {
    width: 100%; 
    opacity: 0;
}

div.spalte div.bildbox {
    height: 350px; width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
}

#imprint ul {
    margin: 0px; padding: 0px; list-style-type: none; 
}

#imprint ul li {
    float: left;
    margin-right: 12px;
    background-image: none;
    letter-spacing: 0px;
}

#footer4spaltig { display: block; }
#footer2spaltig { display: none; }

#content .tabelle:last-of-type { margin-bottom: 20px; }

#cookie_hinweis {
    color: white;
    background-color: rgba(0,0,0,0.8);
    z-index: 3000; position: fixed; bottom: 0px; left: 0px; width: 100%;
    text-align: center; 
    box-sizing: border-box; -moz-box-sizing: border-box;
    padding: 20px 10px 20px 10px;
}

#cookie_hinweis a:link, #cookie_hinweis a:visited {
    color: #f49200;
}

#cookie_hinweis a.button:link, #cookie_hinweis a.button:visited  {
    display: inline-block;
    border-radius: 12px;
    width: 245px;
    background-color: #999999;
    padding: 5px;
    box-sizing: border-box; -moz-box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 2px 0px black;
    margin-top: 15px;
    color: white;
}

#cookie_hinweis a.button:hover, #cookie_hinweis a.button:active {
    box-shadow: none;
    color: white;
    background-color: gray;
}

@media (max-width: 1120px) {
    #imprint { width: 100px; right: 440px;}
}

@media (max-width: 1100px) {
    #content, #footer { border-radius: 0; }  
}

@media (max-width: 1060px) {
    #netzwerkkompakt { display: block; }
    #menuleiste { top: 37px }
    #menubutton { top: 51px;}
    #menu { top: -543px; min-height: 591px; }
    #content { padding: 30px 20px 30px 20px;}
    #breadcrumb .wrapper { padding-left: 20px }
    #netzwerkleiste { display: none; }
    #imprint { width: 200px; right: -80px; }
    #content .tabelle:last-of-type { margin-bottom: -10px; }
}

@media (max-width: 1024px) { #fleurop { left: -6px }  #textbox{ right: 1px } }
@media (max-width: 1022px) { #fleurop { left: -5px }  #textbox{ right: 2px } }
@media (max-width: 1020px) { #fleurop { left: -4px }  #textbox{ right: 3px } }
@media (max-width: 1018px) { #fleurop { left: -3px }  #textbox{ right: 4px } }
@media (max-width: 1016px) { #fleurop { left: -2px }  #textbox{ right: 5px } }
@media (max-width: 1014px) { #fleurop { left: -1px }  #textbox{ right: 6px } }
@media (max-width: 1012px) { #fleurop { left: 0px }  #textbox{ right: 7px } }
@media (max-width: 1010px) { #fleurop { left: 1px }  #textbox{ right: 8px } }
@media (max-width: 1008px) { #fleurop { left: 2px }  #textbox{ right: 9px } }
@media (max-width: 1006px) { #fleurop { left: 3px }  #textbox{ right: 10px } }
@media (max-width: 1004px) { #fleurop { left: 4px }  #textbox{ right: 11px } }
@media (max-width: 1002px) { #fleurop { left: 5px }  #textbox{ right: 12px } }
@media (max-width: 1000px) { #fleurop { left: 6px }  #textbox{ right: 13px } }
@media (max-width: 998px) { #fleurop { left: 7px }  #textbox{ right: 14px } }
@media (max-width: 996px) { #fleurop { left: 8px }  #textbox{ right: 15px } }
@media (max-width: 994px) { #fleurop { left: 9px }  #textbox{ right: 16px } }
@media (max-width: 992px) { #fleurop { left: 10px } #textbox{ right: 17px }}
@media (max-width: 990px) { #fleurop { left: 11px } #textbox{ right: 18px }}
@media (max-width: 988px) { #fleurop { left: 12px } #textbox{ right: 19px }}
@media (max-width: 986px) { #fleurop { left: 13px } #textbox{ right: 20px }}


@media (max-width: 1050px) {
    #menu3spaltig { display: none; }
    #menu2spaltig { display: table; }
    #menu .verzierung { top: inherit; bottom: -20px;}
    #menu { height: auto; padding-bottom: 50px; }
}

@media (max-width: 825px) {
    #thumbnails { left: inherit; right: 15px; bottom: 10px; text-align: right;}
}

@media (max-width: 800px) {
    #fleurop { left: 13px; }
    #logowide img { width: 100%; margin: -20px 0px -50px 0px;}
    #logowide { display: block;}
    #logo     { display: none; }
    #menubutton { display: none; }
    #menubuttoninner { display: block; right: auto; left: 34px; }
    #imprint { top: 15px; right: -72px; }
    
    #breadcrumb .wrapper { padding-left: 35px }
    
    .spalte { display: block; width: 100%; border-style: none; min-width: 100%; min-height: inherit; min-height: 0px; margin-bottom: 20px; }
    .spaltentrenner { display: none; }
    
    .halbspaltig, .einspaltig, .einsfuenfspaltig, .zweispaltig, .zweifuenfspaltig, .dreispaltig { width: 100%; float: none; }

    .filler { display: none; }
    hr.trenner { display: none; }
  
    #content .tabelle { border-style: solid; border-width: 0px 0px 1px 0px; margin-bottom: 40px; display: block; }
    #content .tabelle:last-of-type { border-width: 0px; border-style: none; margin-bottom: -20px;}
   
    #footer .left div.tabelle, #footer .left div.spalte, #footer .left div.zeile { border-style: none; display: block; width: 100%; height: auto; float: none; padding: 0px 0px 0px 8px; }
    #footer .left div.spalte { min-height: 0px; margin-bottom: -26px;  }
    #footer .left div.spalte:first-of-type { margin-top: 0px; }
    #footer .left { float: none; display: block; width: auto; border-width: 0px 0px 1px 0px; padding: 0px 40px 30px 42px; margin-bottom: 30px; }
    #footer .right { float: none; display: block; width: 100%; padding: 1px 60px 0px 40px; border-style: none;}
    .top { position: static; margin: 0 auto; padding: 0px; }
    .wrapper { overflow: hidden; }
    #content { padding: 20px; min-height: auto; }

    #footer { margin-top: 0px; }
    #footer ul { margin-top: 55px; display: block;}
    
    #footer h1 { font-size: 30px; line-height: 32px;}
    #footer h2 { font-size: 22px; line-height: 26px; }
    #footer { font-size: 20px; line-height: 24px; }
    
    #footer .left h1 { padding-left: 24px; }

    #footer ul li { font-size: 22px; line-height: 26px; }
    #footer ul li ul li, #menu ul li ul li { font-size: 20px; line-height: 24px; }
    #footer ul li ul li ul li { font-size: 19px; line-height: 26px; }
    #footer ul li ul li ul li ul li { font-size: 18px; line-height: 25px; }
    
    #menu { padding: 20px 20px 60px 20px;}
    #menu .wrapper { margin-left: 80px;  width: auto; }
    #menu .tabelle .zeile .spalte { display: table-cell; }
    
    #menu .close { position: absolute; top: 30px; right: 0px; } 

    #menu .verzierung { left: inherit; right: -38px; bottom: 0px;} 
    #textbox { top: 75px; }
}

@media (max-width: 600px) {
    #menu .tabelle .zeile .spalte { display: block; height: auto; min-height: inherit; }
    #menu .tabelle .zeile { display: block; margin-bottom: -20px; border-style: none; }
    #menu .tabelle  { margin-bottom: 30px; }
}