/* CSS Document */

table#af_mitarbeiter_main{
  width:700px;
  margin:auto
}

#af_mitarbeiter_main td.af_mitarbeiter_anzeige{
  border:1px solid #ccc;
}

#af_mitarbeiter_main table.af_mitarbeiter_table{
  width:100%;
}

#af_mitarbeiter_main td.af_mitarbeiter_bild{
  height:154px; 
  border-bottom:1px dashed #ccc;
}

#af_mitarbeiter_main td.af_mitarbeiter_name{
  border-bottom:1px dashed #ccc;
}

#af_mitarbeiter_main td.af_mitarbeiter_aufgabe{
}

#af_mitarbeiter_main .af_mitarbeiter_anzeige .af_mitarbeiter_name{
  font-weight:bold;
}

table.af_geschaeftsfuehrer{
  width:520px;
  margin:auto;
}

.af_geschaeftsfuehrer fieldset{
  border:1px solid #ccc;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.af_geschaeftsfuehrer fieldset legend{
  color:#000;
}

.af_geschaeftsfuehrer fieldset span{
  font-size:0.9em;
}



.af_geschaeftsfuehrer .gf_bild{
  width:252px;
  text-align:center;
}

.af_geschaeftsfuehrer .gf_bild img{
  border:1px solid #6B5500;
}

.af_geschaeftsfuehrer .gf_detail_name{
  font-size:1.3em;
  height:45px;
}

.af_geschaeftsfuehrer .gf_detail_text{
  height:30px;
}

.af_geschaeftsfuehrer .gf_filler{
  height:15px;
}


