/* CSS Document */
/*body {
  behavior:url('../css/cssfocusandhover.htc');
}*/
/***************************************************************/
/* Seitenkopf */
/***************************************************************/

/***************************************************************/
/* Kopfbild, Servicenavigation */
/***************************************************************/
#logo-link {
  top:42px;
  left:806px;
}
/***************************************************************/
/* Zwischenbereich, Referenzfeld, History */
/***************************************************************/

/***************************************************************/
/* Inhaltsbereich Unterseiten */
/***************************************************************/

#unterseite-spalte-1 {
  background:#8EB7E3;
}
#unterseite-spalte-2 {
  background:#EEEEEE;
}

.datumsauswahl:hover {
  background: #FF0000;
  /*border:2px solid #FF0000;*/
}

.box {
  background:#EEEEEE;
}
.box-head {
  background:#8EB7E3;
}
#unterseite-spalte-1 ul li a:hover {
  background:#C7DCF1;
}
#unterseite-spalte-1 .aktiv {
  background:#C7DCF1;
}
#unterseite-spalte-2-text a {
  color: #46658F;
}
#unterseite-spalte-2-text p a {
  background-image: url(../img/icons/bildungsdatenbank_pfeil.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 9px;
}
#unterseite-spalte-2-text p a:hover {
  background-image: url(../img/icons/bildungsdatenbank_pfeil_on.gif);
}

/***************************************************************/
/* Anmeldeformular */
/***************************************************************/
.vera-button {
  background: #8EB7E3; 
  border:2px solid #C7DCF1;
  width:140px;
  float:left;
}
.vera-button-erweitert {
  background: #8EB7E3; 
  border:2px solid #C7DCF1;
  width:140px;
  float:right;
  margin-right:74px;
}

.checkbox {
  border:0px inset #BBBBBB;
}

.eingabefeld {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-style: normal; 
  font-size: 100%;
  font-weight: normal;
  color: #000000; 
  height : 16px;
  width :240px;
  border:2px inset #BBBBBB;
  float:left;
  margin:0;
  padding:3px 0 0px 2px;
  background:#FFFFFF;
}
.eingabefeld-lang {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-style: normal; 
  font-size: 100%;
  font-weight: normal;
  color: #000000; 
  height : 16px;
  width :400px;
  border:2px inset #BBBBBB;
  margin:0 0 4px 0;
  padding:3px 0 0px 2px;
  background:#FFFFFF;
}
#id_datum {
  width :100px;
  float: left;
}
#search p {
  margin: 0 0 4px 0;
  padding:0:
}
input.eingabefeld:focus, input.focus {
  background:#FFFFFF;
  border:2px solid #8EB7E3;
}
input.vera-button:focus, input.vera-button-erweitert:focus {
  border-style: inset;
}
select {
  width: 200px;
  background:#FFFFFF;
}
select .keineauswahl {
  color: #888888;
}
select:focus {
  background:#FFFFFF;
  border:2px solid #8EB7E3;
}
#pulldown {
  margin-top: 4px;
}
#pulldown td {
  padding-top:2px
}
textarea {
  width:240px; 
  height:80px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style: normal; 
  font-size: 100%;
  border:2px inset #BBBBBB;
  line-height: 130%;
}

select#id_einrichtung {
  width: 410px;
}
