#body
{
    background-color: #f2f1f0;
    margin: 0px;
    padding: 8px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
    color: #555555;
}

#kopfleiste
{
    width: auto;
    height: 80px;
    background-color: #fd9191;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 15px;
    box-shadow: 2px 2px 2px 0px #515151;
}

#kopfleiste h1
{
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    line-height: 80px;
    color: #f4e8dd
}

#menu
{
    width: auto;
    height: auto;
    background-color: #fac5c5;
    float: left;
    margin: 0px 15px 0px 0px;
    padding: 10px;
    box-shadow: 2px 2px 2px 0px #515151;
}

#menu li
{
    font-size: 16px;
    margin: 0px 0px 15px 0px;
    padding: 0px 10px 0px 10px;
}

#menu li.current
{
    background-color: #f47836;
    color: #c7daa4;
    font-weight: bold;
}

#menu a:hover
{
    background-color: #f2f1f0;
}

#menu ul
{
    list-style-type: none;
    padding: 0px;
}

#inhalt
{
    width: auto;
    height: auto;
    background-color: #fac5c5;
    overflow: hidden;
    padding: 10px 15px 10px 15px;
    box-shadow: 2px 2px 2px 0px #515151;
}

#inhalt li
{
    font-weight: bold;
}

#inhalt h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

#inhalt p
{
    font-size: 15px;
    line-height: 1.3;
}

#inhalt a
{
    color: inherit;
    font-family: inherit;
    text-decoration: underline;
}

#container
{
    width: inherit;
    max-width: 960px;
    margin: 0 auto 0 auto;
}

#rechtliches
{
    text-align: center;
}

#rechtliches a
{
    margin: 0px 0px 15px 0px;
    padding: 0px 10px 0px 10px;
}

#rechtliches div.current
{
    background-color: #f47836;
    color: #c7daa4;
    font-weight: bold;
}

#submitbutton
{
    margin-left: 0px;
    margin-top: 25px;
    width: 100px;
}

strong
{
    font-weight: bold;
}

strong-shop
{
    font-weight: bold;
    font-size: 20px;
}

a
{
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

a:link
{
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

a:visited
{
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

a:hover
{
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

a:active
{
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

td
{
    padding: 15px;
}

tr.zweitezeile
{
    background-color: #ea9b85;
}

table
{
    border-collapse: collapse;
}

form.kontaktformular fieldset
{
    margin-top: 25px;
    padding: 10 10 10px;
    width: 500px;
    border: none;
}

form.kontaktformular legend
{
    padding: 0 10px;
    font-weight: bold;
}

form.kontaktformular label
{
    float: left;
    width: 130px;
}

.bold
{
    font-weight: bold;
}

form.kontaktformular input, textarea
{
    width: 220px;
    margin-bottom: 5px;
}

form.kontaktformular textarea
{
    width: 350px;
    height: 150px;
}

.highlight
{
    background-color: rgb(252, 141, 141);
}

form.shop fieldset
{
    margin-top: 25px;
    padding: 10 10 10px;
    width: 500px;
    border: none;
}

form.shop legend
{
    padding: 0 10px;
    font-weight: bold;
}

form.shop label
{
    float: left;
    width: 130px;
}




