#content
{
    font-size: 11px;
    color: #666666;
}

#content h1
{
    font-size: 25px;
    color: #cccccc;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 6px;
}

#content h2
{
    font-size: 18px;
    color: #a3a297;
    font-weight: bold;
    margin: 10px 0 6px;
}

#content p + h2
{
    margin-top: 1.5ex;
    padding-top: 1.5ex;
    border-top: 1px solid #f2efd3;
}

#content h3
{
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin: 10px 0 6px;
}

#content p + h3
{
    margin-top: 1.5ex;
    padding-top: 1.5ex;
    border-top: 1px solid #f2efd3;
}

#content h4
{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    margin: 10px 0 6px;
}

#content h3 + h4
{
    margin-top: -0.5em;
    color: #999;
}



#content p
{
    line-height: 150%;
    margin: 10px 0;
}

#content ul
{
    margin: 10px 0;
    margin-left: 1.5em;
    list-style-type: square;
}

#content ul li
{
    list-style-type: square;
    line-height: 150%;
}

#content a:link,
#content a:visited
{
    color: #053711;
}

#content a:hover,
#content a:active
{
    color: #999;
}

#content strong
{
    font-weight: bold;
    font-style: italic;
}

#content em
{
    font-style: italic;
}

#content table tr td
{
    padding: 0.4ex 0.8em;
}

#content .sep
{
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    border-top: 1px solid #f2efd3;
}

/**
 * if javascript is not available => show notice bar on top
 */
.browserJsNotice
{
    background-color: #efefef;
    border-bottom: 2px solid #999;
    padding: 2px;
    color: #444444;
    display: block;
    font-size: 12px;
    position: absolute;
    top: 0;
    width: 100%;
}


#content .entry
{
    padding-bottom: 2.5em;
    border-bottom: 3px solid #e0e0d0;
    margin-top: 3.5em;
    clear: both;
}

#content .entry .floatBoxContainerRight .imgBox,
#content .entry .floatBoxContainerLeft .imgBox
{
    margin: 0;
}




/**
 * floatBoxContainer
 */

#content .floatBoxContainerRight,
#content .floatBoxContainerLeft
{
    width: 204px;
    margin: 0;
}

#content .floatBoxContainerRight
{
    float: right;
    margin-left: 2em;
}

#content .floatBoxContainerLeft
{
    float: left;
    margin-right: 2em;
}

/**
 * image box
 */
#content .imgBox
{
    margin-bottom: 20px;
}

#content .imgBox .image
{
    text-align: center;
}

#content .imgBox .image img
{
    margin: 0 auto;
    display: block;
    /*
    border: 1px solid #11411b;
    padding: 1px;
    */
}

#content .imgBox .caption
{
    font-style: italic;
    font-size: 80%;
    text-align: center;
}







/**
 * dialogue boxes
 */

#content .dialogue
{
    margin: 0 1em 1em 0;
}

#content .dialogue .dialogueBox
{
    border: 1px solid #000000;
    background-color: #efefef;
}

#content .dialogue .dialogueBox h2
{
    margin: 0;
    border: 1px solid #000000;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    padding: 2px;
}

#content .dialogue .dialogueBox .dialogueContent
{
    padding: 0.5em;
}

#content .dialogue .dialogueBox .dialogueContent p + ul
{
    margin-top: 0.5em;
}

#content .dialogue .dialogueBox .dialogueContent p,
#content .dialogue .dialogueBox .dialogueContent ul
{
    margin-top: 0.2ex;
    margin-bottom: 0.2ex;
    line-height: 100%;
    padding: 0;
    color: #333;
}



#content .dialogue .inputError,
#content .dialogue .error
{
    border: 1px solid #f00;
    background-color: #ffefef;
}

#content .dialogue .inputError h2,
#content .dialogue .error h2
{
    border: 1px solid #f00;
    background-color: #f00;
}

#content .dialogue .inputError .dialogueContent p,
#content .dialogue .inputError .dialogueContent ul,
#content .dialogue .error .dialogueContent p,
#content .dialogue .error .dialogueContent ul
{
    color: #900;
}


#content .dialogue .message
{
    border: 1px solid #00f;
    background-color: #efefff;
}

#content .dialogue .message h2
{
    border: 1px solid #00f;
    background-color: #00f;
}

#content .dialogue .message .dialogueContent p,
#content .dialogue .message .dialogueContent ul
{
    color: #009;
}







/**
 * Zend Form
 */

#content form.form
{
    margin: 1em 1em;
    margin-left: 0;
    background-color: #f2efd3;
    border: 1px solid #104519;
}

#content form.form fieldset.formElementsDisplayGroup,
#content form.form fieldset#fieldset-formButtons
{
    padding: 0.5em 1em;
}

#content form.form fieldset.formElementsDisplayGroup dd
{
    margin-bottom: 10px;
}

#content form.form fieldset.formElementsDisplayGroup dt
{
    width: 25em;
}

#content form.form fieldset.formElementsDisplayGroup legend
{
    font-size: 12px;
    color: #666;
    font-weight: bold;
/*
    background-color: #d9d6bd;
    padding: 0.2em 0.6em;
    margin-bottom: 0.8em;
*/
    margin-bottom: 0.4em;
}

#content form.form fieldset.formElementsDisplayGroup input[type="text"],
#content form.form fieldset.formElementsDisplayGroup input[type="password"],
#content form.form fieldset.formElementsDisplayGroup textarea
{
    font-size: 10px;
    padding: 3px;
    width: 25em;
    border: 1px solid #999;
}

#content form.form fieldset.formElementsDisplayGroup textarea
{
    height: 10em;
}

#content form.form fieldset.formElementsDisplayGroup input[type="text"]:focus,
#content form.form fieldset.formElementsDisplayGroup input[type="password"]:focus,
#content form.form fieldset.formElementsDisplayGroup textarea:focus
{
    border: 2px solid #99f;
    padding: 2px;
}

#content form.form fieldset#fieldset-formButtons input[type="submit"],
#content form.form fieldset#fieldset-formButtons input[type="reset"],
#content form.form fieldset#fieldset-formButtons button
{
    width: 7em;
    height: 4ex;
    border: 1px solid #000;
    /* font-size: 12px; */
}

#content form.form fieldset#fieldset-formButtons input[type="submit"]
{
    background-color: #efffef;
}

#content form.form fieldset#fieldset-formButtons button
{
    background-color: #ffefef;
}

#content form.form fieldset.formElementsDisplayGroup dd span.inputError
{
    color: #f00;
}


#content form.form fieldset#fieldset-formButtons
{
    border-top: 1px solid #104519;
    background-color: #d9d6bd;
    text-align: right;
}

#content form.form fieldset#fieldset-formButtons dl dt,
#content form.form fieldset#fieldset-formButtons dl dd
{
    display: inline;
    float: right;
    clear: none;
    text-align: right;
}

#content form.form label.required:after
{
    content:"*";
}

#content form.form label.optional
{
    color: #888;
}




#hiddenLink
{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

#hiddenLink a
{
    display: block;
    width: 20px;
    height: 20px;
}



/**
 * product specific formatting
 */

#content #produktangebot .entry .floatBoxContainerLeft
{
    width: 150px;
}
#content #produktangebot .entry h3,
#content #produktangebot .entry h4,
#content #produktangebot .entry p
{
    margin-left: 180px;
}
#content #produktangebot .entry h3
{
    padding-top: 7px;
}

#content #alkoholfreieGetraenke .getraenk
{
    width: 220px;
    height: 260px;
    text-align: center;
    margin-right: 2em;
    margin-top: 1em;
    float: left;
}

#content #alkoholfreieGetraenke .getraenk h3
{
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 12px;
}


/**
 * contact specific formatting
 */

#content #contact p + h3
{
    border: 0;
}

#content #contact table
{
    margin-left: -0.8em;
}

#content #contact table + h2
{
    border-top: 1px solid #f2efd3;
    padding-top: 1em;
    margin-top: 1em;
}


/**
 * cms page specific formatting
 */

#content #cmsPage .entry .moreImages .floatBoxContainerLeft
{
    margin-right: 25px;
    width: 154px;
}


/**
 * agb specific formatting
 */

#content #agb p + h3
{
    border: 0;
    margin: 0;
}

#content #agb h3
{
    margin-top: 1.5ex;
}



/**
 * shop specific formatting
 */

#content #shop .entry
{
    border: 0;
    margin: 0;
}

#content #shop .entry .imgBox
{
    margin: 0;
}

#content #shop .entry .imgBox img
{
    border: 0;
    padding: 0;
}

#content #shop .entry table,
#content #shop table.productList
{
    width: 768px;
    margin: 0;
    padding: 0;
}

#content #shop .entry table td,
#content #shop .entry table th,
#content #shop table.productList td
{
    margin: 0;
    padding: 0.5em;
    border-top: 1px solid #f2efd3;
    border-bottom: 1px solid #f2efd3;
}

#content #shop .entry table td
{
    border-bottom: 0;
}

#content #shop .entry table th
{
    border-top: 1px solid #f2efd3;
    border-bottom: 1px solid #f2efd3;
    margin: 0;
    padding: 0.2em 0.5em;
    background-color: #f2efd3;
    font-weight: bold;
}

#content #shop .entry table td.productNameDesc
{
    vertical-align: top;
    width: auto;
}


#content #shop .entry table td.image
{
    width: 110px;
    padding: 1em;
}


#content #shop .entry table td.image2,
#content #shop .entry table td.image3
{
    width: 210px;
    padding: 10px;
}

#content #shop .entry table td.image2 .imgBox,
#content #shop .entry table td.image3 .imgBox
{
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

#content #shop .entry table td.image2 .imgBox1,
#content #shop .entry table td.image3 .imgBox1
{
    width: 110px;
}
#content #shop .entry table td.image2 .imgBox2,
#content #shop .entry table td.image3 .imgBox2,
#content #shop .entry table td.image3 .imgBox3
{
    width: 50px;
}


#content #shop .entry table td.deposit,
#content #shop .entry table th.deposit
{
    width: 80px;
    text-align: right;

}

#content #shop .entry table td.unit_price,
#content #shop .entry table th.unit_price
{
    width: 80px;
    text-align: right;
}

#content #shop .entry table td.order
{
    text-align: right;
    width: 100px;
}

#content #shop .entry table th.order
{
    text-align: center;
    width: 100px;
}

#content #shop .entry table td.quantity
{
    text-align: right;
    width: 100px;
}

#content #shop .entry table td.total_price,
#content #shop .entry table th.total_price
{
    width: 80px;
    text-align: right;
}





#content #shop form.shop .inputText input
{
    font-size: 12px;
    border: 1px solid #003300;
    background-color: #fff;
    width: 3em;
    text-align: center;
}
#content #shop form.shop .inputSubmit input
{
    font-size: 12px;
    font-weight: bold;
    color: #006600;
    background-color: transparent;
    border: 0;
}

#content #shop form.shop .deleteButton a:link,
#content #shop form.shop .deleteButton a:visited
{
    font-size: 12px;
    font-weight: bold;
    color: #900;
    text-decoration: none;
}

#content #shop .shopButtons
{
    margin: 1em 0;
    text-align: right;
}




#content #shop .summary
{
    margin: 1em 0;
    margin-top: 2em;
}

#content #shop .summary h3
{
    margin-top: -2em;
}

#content #shop .orderSummary h3
{
    margin-top: 1em;
}

#content #shop .summary table.amounts tr td
{
    text-align: right;
}

#content #shop .summary table tr th
{
    font-weight: bold;
}
#content #shop .summary table tr.toPay th,
#content #shop .summary table tr.toPay td
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
}

#content #shop .summary a:link,
#content #shop .summary a:visited
{
    text-decoration: none;
    font-size: 12px;
}




#content #shop .pay h3
{
    margin-top: 2em;
}




#content #shop table.productList th
{
    border-top: 1px solid #f2efd3;
    border-bottom: 1px solid #f2efd3;
    margin: 0;
    padding: 0.5em;
    background-color: #f2efd3;
    font-weight: bold;
}

#content #shop table.productList td.productNameDesc
{

}

#content #shop table.productList td.deposit,
#content #shop table.productList th.deposit
{
    width: 120px;
    text-align: right;
}

#content #shop table.productList td.unitPrice,
#content #shop table.productList th.unitPrice
{
    width: 120px;
    text-align: right;
}

#content #shop table.productList td.quantity,
#content #shop table.productList th.quantity
{
    width: 70px;
    text-align: center;
    padding-left: 20px;
}

#content #shop table.productList td.totalPrice,
#content #shop table.productList th.totalPrice
{
    width: 120px;
    text-align: right;
}

#content #shop table.productList th.actions,
#content #shop table.productList td.actions
{
    width: 50px;
    text-align: center;
}

#content #shop .weightMoreThanMaxShippingWeight
{
    margin: 0 1em;
    margin-top: 2em;
}
#content #shop .weightMoreThanMaxShippingWeight h4
{
    color: #900;
}

/**
 * pachtboerse specific formatting
 */

#pachtboerse form.form #fieldset-formElementstype label,
#pachtboerse form.form #fieldset-formElementsfocus label,
#pachtboerse form.form #fieldset-formElementsconnection label
{
    margin-top: 0.4em;
    display: block;
}

#pachtboerse form.form #fieldset-formElementstype label input[type="radio"],
#pachtboerse form.form #fieldset-formElementsfocus label input[type="radio"],
#pachtboerse form.form #fieldset-formElementsconnection label input[type="radio"]
{
    margin-right: 0.6em;
}

