a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.bestellungmain {
    vertical-align: top;
}
.speisekarte {
    overflow: auto;
    width: 470px;
}
.speise {
    vertical-align: top;
}
.warenkorb {
    width: 420px;
}
.cart {
    color: darkblue;
}
.endpreis {
    font-size:14pt;
    text-decoration: underline;
}
.box {
    border-style: dotted;
    border-width: thin;
}
.groupheader{
    font-style:italic;
    color: darkblue;
    margin-bottom: 20px;
}
.groupfooter{
    font-style:italic;
    color: darkblue;
    margin-top: 20px;
}
.groupimg-container {
    max-height: 200px;
    overflow: hidden;
    text-align: center;
}
.groupimg {
    position: relative;
    top: -36px;
}
.specialitemn,
.specialgroup {
    visibility: hidden;
}
.version{
    margin-top:20px;
    font-size:x-small;
}
.speisentable {
    width: 100%;
    border: 0;
    padding: 0;
    border-collapse: collapse;
}
.additives {
    border-top: 1px dotted red;
    color: red;
    font-size: 11pt;
    margin-top: 12px;
}
.spPrice,
.spName,
.spNr
{
    font-weight: bold;
    padding-right: 10px;
}
.spNr-child
{
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.spNr-child:before {
    content: "\2219";
}
.spName-child
{
    font-weight: normal;
}
.spDescr{
    font-size: 9pt;
    color: darkblue;
}
.spAction {
    padding: 0px;
    width: 30px;
}
.speisenHighlight {
    background-color: lightyellow;
    color: darkblue;
}
.mapcanvas {
    width: 420px;
    height:420px;
}
.ordersum{
    vertical-align: top;
    font-weight: bold;
}
.itemwish,
.orderitem {
    vertical-align: top;
}
#btnSubmit{
    width: 400px;
}
#btnSubmit:disabled {
    color: #cccccc;
}
#btnSubmit .location {
        color: red;
}
#btnSubmit:disabled .location {
    color: #cccccc;
}

#remarks {
    width: 400px;
    margin-bottom:10px;
}
#topspeisen {
    width:  400px;
    height: 276px;
    margin: 10px auto;
    cursor: pointer;
    background-color: transparent;
}
.topspeisen-pict-empty{
    height: 44px;
    width: 0px;
    padding-top: 6px;
    padding-left: 6px;
}
.topspeisen-pict {
    min-height: 44px;
    max-height: 200px;
    max-width: 390px;
    padding-top: 6px;
    padding-left: 6px;
}
.topspeisen-descr {
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 10px;
}
.sucheHead{
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom:0px;
}
.sucheHead input {
    font-size: 12pt;
}
.sucheResult{
    padding: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 400px;
    overflow: auto;
}

.content-transparent {
    background-image: none;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    width: 400px;
}
.deliveryaddress {
    vertical-align: top;
}
#orderplace pre {
    font-size: 8pt;
}
.preis-old {
    font-style: italic;
    font-size: 10pt;
    color: gray;
    position: relative;
}
.preis-old:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: red;
    
    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
}