
/* Seite Gesamteinstellung  */
body {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-align: center;
	margin: 0 auto;
}

/*  Anfang Einstellungen für das Feld wenn Banner Frei angezeigt wird */
#frei {
	font-size: 10px;
  padding-top: 0px;
}

#freitabelle {
	font-size: 10px;
	padding: 0px 0px 0 0px;
}

#freitabelle b {
	font-size: 10px;
  padding-top: 0px;
}
/*  Ende Einstellungen für das Feld wenn Banner Frei angezeigt wird */


#ausgabe {
	font-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #00BF00;
  padding: 0px;
}

#butausgabe {
	font-align: center;
  font-size: 9px;
  color: #000000;
  background-color: #00BF00;
  padding: 0px;
}


/*  Anfang Einstellungen für das Feld Banner eintragen */

#eintragen {
	font-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  	border-style:solid;
	border-width:1px;
	border-color:#000000;
  background-color: #C0C0C0;
  padding: 0px 0px 0 0px;
}

#eintragen input {
  font-size: 11px;
  color: #000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

#buteintragen {
  font-size: 9px;
  font-weight: bold;
  color: #000000;
  background-color: #00BF00;
  padding: 0px;
}

#butinput {
  font-size: 9px;
  color: #000000;
	border-style:solid;
	border-width:1px;
	border-color:#FF7F00;
  width: 95px;
  height: 15px;
}

#butclick {
  font-size: 9px;
  color: #000000;
	border-style:solid;
	border-width:1px;
	border-color:#FF7F00;
  width: 95px;
  height: 15px;
}

/* Ende Einstellungen für das Feld Banner eintragen */


/*  Anfang Einstellungen für das Feld wenn der Bannereintrag belegt ist */
#besetzt {
	font-size: 10px;
	border-style:solid;
	border-width:1px;
  padding-top: 0px;
}

#besetzttabelle {
	font-size: 10px;
	padding: 0px 0px 0 0px;
}

#besetzttabelle b {
	font-size: 10px;
  padding-top: 0px;
}
/*  Ende Einstellungen für das Feld wenn der Bannereintrag belegt ist */


/*  Anfang für Fehlermeldungen */
.blinki {
	font-size: 12px;
	color: #FFFFFF;
  font-weight: bold;
	text-decoration: blink;
  padding: 5px 0 0 5px;
}
.blinki b {
	color: #FF0000;
}

.butblinki {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: blink;
  padding: 0 0 0 0;
}

/*  Ende für Fehlermeldungen */

#haupttabelle {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

A:link {
text-decoration : none;
font-size:11px;
}
A:hover {
text-decoration : none;
font-size:11px;
color : #FFFFFF;
background-color:#9F9F9F;
}

A:active {
text-decoration : none;
font-size:11px;
}

A:visited {
font-size:11px;
}