/* styles fuer bestellung-seite */

#content {
padding-bottom: 20px;
}

#content table.bestellung {
width: 771px;
border: 0 none;
border-collapse: collapse;
margin: 0px 25px;
}
#content table.bestellung td {
padding-right: 10px;
background-color: transparent;
color: #2e1c86;
vertical-align: top;
}

#content table.bestellung td p.seitentitel {
margin-top: 36px;
}
#content table.bestellung td p {
font-size: 11px;
margin: 5px 0 0 0;
padding: 0 0 5px 0;
}

#content table.bestellung a {
text-decoration: none;
background-color: transparent;
color: #66cef4;
}
#content table.bestellung a:hover {
color: #E60003;
}

#content table.bestellung .spezial {
text-decoration: none;
background-color: transparent;
color: #2e1c86;
}
#content table.bestellung .spezial:hover {
color: #2e1c86;
}


#content table.bestellung td div.nelson-figur div.helfer a:hover {
background-image: url(../images/img_bestell/bt_helfer_on.gif);
}

/* verschachtelter Table mit Bestellinfo */
#content table.bestellung td table p {
margin-top: 20px;
}





