/* CSS Document */

table.af_aktionen_table .af_aktionen_bereich{
  padding-top:10px;
  padding-bottom:10px;
}


table.af_aktionen_table fieldset{
  border:1px solid #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding-top:15px;
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
  margin-bottom: 10px;
}

table.af_aktionen_table fieldset legend{
  color:#000;
}

table.af_aktionen_table fieldset span{
  font-size:1em;
}

div.af_aktionen_anzeige_wrapper{
  border:0px solid #c83f8a;
}

table.af_aktionen_anzeige{
  width:650px;
  border:1px solid #aaa;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background:#eee;
}

table.af_aktionen_anzeige .af_aktionen_title{
  font-size:1.2em;
}

table.af_aktionen_anzeige .af_aktionen_bild{
  font-size:0.9em;
  text-align:center;
}

table.af_aktionen_anzeige .af_aktionen_text{
  height:80px;
}

table.af_aktionen_anzeige .af_aktionen_gueltig{
  color:#ff0000;
  font-size:1.1em;
  font-weight:bold;
}





table.af_aktionen_detail{
  width:650px;
  border:1px solid #000;
  background:#fff;
}

table.af_aktionen_detail .af_aktionen_title{
  font-size:1.5em;
}

table.af_aktionen_detail .af_aktionen_bild{
  padding-bottom:10px;
}

table.af_aktionen_detail .af_aktionen_datum{
  background:#ccc;
  font-size:1.2em;
}

table.af_aktionen_detail .af_aktionen_text{
  padding-top:10px;
}


