

a:link { 
text-decoration:none; 
color:#0000ff; }
a:visited { 
text-decoration:none;
color:#ffffff; }
a:hover { 
text-decoration:none; 
color:#ff0000; }

table.tisch{
font-family:Courier;
color: #0000ff;
font-size: 13px;
font-weight: bold;
 padding-top: 1px;
  margin-top: 1px; 
  padding-bottom: 1px; 
  margin-bottom: 1px;
  width:100%;
  height:22;
  background:#ffff00;
 
  }
  
  table.tisch2{
font-family:Courier;
color: #ffffff;
font-size: 13px;
font-weight: bold;
 padding-top: 1px;
  margin-top: 1px; 
  padding-bottom: 1px; 
  margin-bottom: 1px;
  width:100%;
  height:22;
  background:#8c9cd6;
 
  }
input.first{
width:20px;
height:20px;
color: #000000;

        font-family:Courier;
     
        font-weight: bold;
}

      .popup {
        border: solid 3px #ffff00;
        font-family:Courier;
        font-size: 13px;
        display: none;
        position: absolute;
        width: 250px;
        height:444px;
        background:#bebebe;
        z-index: 60;
      }
            .popups {
        border: solid 3px #eeeae7;
        font-family:Courier;
        font-size: 13px;
        display: none;
        position: absolute;
        width: 640px;
        height:400px;
        background:#bebebe;
        z-index: 60;
      }
      
              .popups2 {
        border: solid 3px #ffff00;
        font-family:Courier;
        font-size: 13px;
        display: none;
        position: absolute;
        width: 760px;
        height:660px;
        background:#bebebe;
        z-index: 58;
      }


      .popuptitle {
        
        background:#ffff00;
        color: #0000ff;
        font-weight: bold;
        height: 22px;
        padding: 5px;
      }
      
      .popupbody {
        background: #bebebe;
        padding: 0px;
        text-align: center;
      }

      #popup1 { top: 22px; left: 50px; }
      

