@media screen {
body {
  font-family:      Verdana, Arial;
  text-align:       center ;
  margin:           0px;
  margin-top:       3px;
  background-image: url(images/sand2.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.content {
  position:         relative ;
  font-size:        9pt;
  z-index:          1;
}

.myTable, .myInnerTable {
  background-color: #fff8e0;
  font-family:      Verdana, Arial;
  font-size:        9pt;
  text-align:       left;
  margin-left:      auto;
  margin-right:     auto;
  padding:          0px; 
}

.myTable {
  width:            670px;
  border:           2px solid #eebb77;
  border-bottom:    none;
}

.introSection1, .menuHref {
  background-color: #eebb77;
}

.introSection1, .introSection2 {
  text-align:       center;
  border-bottom:    2px solid white;
  padding:          4px;
}

.telefon {
  font-weight:      bold;
}

.introSection2 {
  background-color: #ffeebb;
}

.leftPoem, .rightPoem {
  font-size:        11pt;
  color:            black;
}

.leftPoem {
  margin-right:     20px;
}

tr, menuTr {
  font-family:      Verdana, Arial;
}

.menuTr {
  text-align:       center;
  padding:          0px;
  vertical-align:   middle;
}

.menuTd {
/*  width: 120px;*/
}

a {
  color:            #000000 ;
  font-weight:      bold;
  text-decoration:  none ;
}

a:hover {
  text-decoration:  underline ;
}

.menuHref, .menuHref-Selected, .menuHref-Selected-small {
  font-weight:      normal;
  color:            #000000;
  font-size:        8pt;
  text-decoration:  none ;
  width:            137px;
  height:           18px;
  display:          block;
  margin-left:      2px;
  padding-top:      2px;
}

.menuHref:hover {
  text-decoration:  none ;
  background-color: #ffeebb ;
}

.menuHref-Selected, .menuHref-Selected-small {
  background-color: #fff8e0;
  border-top:       2px solid #eebb77;
  margin-top:       0px;
  height:           16px;
  padding-top:      2px;
  font-size:        8pt;
  font-weight:      bold;
}

.menuHref-Selected-small {
  font-size:        7pt;
  height:           14px;
  padding-top:      2px;
  border-top:       2px solid #eebb77;
  border-bottom:    2px solid #fff8e0;
}
}
@media print {
  body {
    font-size:        10pt;
    font-family:      Arial;
    font-size:        6pt;
  }
  
  table {
    font-size:        9pt;
  }
  
  a {
    font-size:        10pt;
  }
  
  .menuHref {
    margin:           10px;
  }
  
  .menuHref-Selected, .menuHref-Selected-small {
    font-size:        10pt;
    text-decoration:  none;
    font-weight:      bold;
    border:           1px solid black;
  }
  
  .telefon {
    text-decoration:  underline;
  }

  .introSection1, .introSection2 {
    font-size:        10pt;
    text-align:       left;
    padding-top:      2px;
    padding-bottom:   2px;
  }
}
