/*
	aus theatersaal.php
*/
  .Nichtvorhanden { background-color:#EEEEEE; }
  .Frei { background-color:#FF5555; }
  .KategorieA { background-color:#00DD00; }
  .KategorieB { background-color:#FFFF00; }
  .KategorieC { background-color:#2E64FE; }
  .KategorieD { background-color:#FF5555; }
  .Vergeben { background-color:#FF0000; }
  .Knopf { width: 160; height:32; font-weight:bold; }
/*
	ende theatersaal
*/	  

  /* Allgmein */
	.Fehler {
		color: #ffffff;
		background-color: #ff0000;
	}
  
  body, h1, h2 {
    font-family: Arial, Helvetica, sans-serif;
  }

  /* Vorstellungsauswahl */
	.Startknopf { 
		width:  300px; 
		height: 32px; 
		font-weight: bold; 
	}
  
  
  /* das für saalplan */
  #Saalgesamt {
    width:90%;
  }
  
  #Saalplan {
    width:60%;
    float:left;
  }
  
  #Saallegende {
    width:40%;
    float:right;
  }

	table {
		border: 1px solid #C0C0C0;
	}

	.Sitzplatz {
		border: 1px solid #c0C0C0;
		width: 6mm;
		height: 6mm;
	}
  
  .Sitznoframe {
		width: 6mm;
		height: 6mm;
	}
  
  .Tablenoframe {
      border: 0;
  }
  
  .Kartenliste {
    border: 1px solid #C0C0C0;
  }
  
  /* Verwaltung */
  .Loginform {
    position:absolute;
    top:50px;
    left:300px;
    /* width: 600px; */
  }
  
  .Systemform {
    position:absolute;
    top:50px;
    left:30px;    
    /* border: 2px solid #c0c0c0; */
  }
  
  .Systable {  
    border-bottom: 1px solid #c0c0c0;
    font-size: 10pt;
    width: 300px;
  }
  
  .Findetstatt {
		width: 100px;	
	}
	
  .Uhrzeit {
		
	}
	
  .Abreihe2 {
		
	}
	
  .Abreihe3 {
		
	}
	
	.Sysradio {
		width: 250px;;
	}
	