* {
  /*margin: 0;*/
  /*padding: 0;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  /*color: black;*/
}
body{
  margin: 0;
  padding: 0;
  background-color: #CCFFCC;
}
h1 {
  font-size: 16pt;
  text-align: center;
  /*padding: 0.5em;*/
  color: green;
}
table,td {
  border-width: 1px;
  border-color: Green;
  border-style: solid;
}
tr {
  vertical-align: top;
}
th{
  font-size: 12pt;
  color: #F5F5F5;
  background: Green;
  text-align: left;
  border-width: 0px;
}
table.stammtisch{
    border-width : 0px;
    border-style : none;
    border-color :  #CCFFCC;
}
td.stammtisch{
    border-width : 0px;
    border-style : none;
    border-color :  #CCFFCC;
}
a:link, a:visited, a:active{
  color: black;
}
a:hover {
  color: Green;
  background-color: #CCFFCC;
}
.nobreak{
  white-space: nowrap;
}

@media only screen and (max-width: 600px){
  table *{
    font-size: 9pt;
  }
  #NavToggle{
    display: block;
    position: relative;
    width: 33px;
    height: 0px;
    top: 22px;
    left: 14px;
    background-color: transparent;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    /*border: 2px dashed blue;*/
  }
  #NavToggle input{
    display: block;
    position: absolute;
    width: 33px;
    height: 22px;
    cursor: pointer;
    opacity: 0; /* verstecke dieses */
    z-index: 2; /* und plaziere es über den Hamburger */
    -webkit-touch-callout: none;
  }
  /* Der Hamburger */
  #NavToggle span{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  #NavToggle span:first-child{
    transform-origin: 0% 0%;
  }
  #NavToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
  }
  /* Die Scheiben des Hamburgers in ein Kreuz umwandeln */
  #NavToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: white;
  }
   /* Die mittlere Scheibe wird versteckt */
  #NavToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
   /* Die letzte Scheibe geht in die andere Richtung */
  #NavToggle input:checked ~ span:nth-last-child(2){
    transform: rotate(-45deg) translate(0, -1px);
  }
  #navigation{
    position: absolute;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -14px;
    padding-bottom: 15px;
    background: green;
    list-style-type: none;
    /* Flickern des Textes in Safari stoppen */
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    /*border: 2px dashed yellow;*/
    background-image: url(../images/rasen.gif);
    background-repeat: repeat;
    background-color: inherit;
  }
  #navigation ul{
    margin-left: -19px;
    margin-right: 8px;
    list-style-type: none;
    background-color: inherit;
  }
  #navigation ul li{
    padding-bottom: 5px;
    white-space: nowrap;
  }
  #navigation a:link, #navigation a:visited{
  color: #FFFFFF;
  background-color: inherit;
  }
  #navigation a:hover, #navigation a:active{
  color: #008000;
  background: white;
  }
  #navigation > ul  > li{
    padding-top: 20px;
  }
  #navigation > ul  > li:first-child{
    padding-top: 5px;
  }
  #navigation li{
    color: white;
    background-color: inherit;
  }
  /* Das Menü von links einfahren lassen */
  #NavToggle input:checked ~ *{
    transform: none;
  }
  #header{
    height: 57px;
    overflow: hidden;
    /*border: 2px dashed red;*/
    background-image: url(../images/rasenkreideoben.gif);
    background-repeat: repeat;
  }
  #headerlogo{
    margin-top: 14px;
    margin-left: 55px;
    height: 43px;
    /*border: 2px dashed orange;*/
    background-image: url(../images/logo_top2.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center;
    background-color: transparent;
  }
  #content{
    padding-left: 5px;
    padding-right: 5px;
    /*border: 2px dashed black;*/
  }
}
@media only screen and (min-width: 601px){
  #NavToggle{
    float: left;
    /*height: 100%;*/
    /*border: 2px dashed blue;*/
    background-image: url(../images/rasenobenlinks.gif), url(../images/rasenkreideoben.gif), url(../images/rasenkreidelinks.gif), url(../images/rasen.gif);
    background-repeat: no-repeat, repeat-x, repeat-y, repeat;
    background-color: transparent;
  }
  #NavToggle input{
    display: none;
  }
  #navigation{
    padding-top: 33px;
    /*border: 2px dashed orange;*/
    background-image: url(../images/rasenobenlinks.gif), url(../images/rasenkreideoben.gif), url(../images/rasenkreidelinks.gif), url(../images/rasen.gif);
    background-repeat: no-repeat, repeat-x, repeat-y, repeat;
    background-color: inherit;
  }
  #navigation ul{
    margin-left: -19px;
    margin-right: 8px;
    list-style-type: none;
    background-color: inherit;
  }
  #navigation ul li{
    padding-bottom: 4px;
  }
  #navigation a:link, #navigation a:visited{
  color: #FFFFFF;
  background-color: inherit;
  }
  #navigation a:hover, #navigation a:active{
  color: #008000;
  background: white;
  }
  #navigation > ul  > li{
    padding-top: 20px;
  }
  #navigation li{
    color: white;
    background-color: inherit;
  }
  #header{
    height: 57px;
    overflow: hidden;
    /*border: 2px dashed red;*/
    background-image: url(../images/rasenkreideoben.gif);
    background-repeat: repeat;
  }
  #headerlogo{
    margin-top: 10px;
    height: 100%;
    /*border: 2px dashed yellow;*/
    background-image: url(../images/logo_top2.gif);
    background-repeat: no-repeat;
    background-color: transparent;
  }
  #content{
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    /*border: 2px dashed black;*/
  }
}