* {
    padding: 0;
    margin: 0;
}
html {
    height: 101%;
}
body {
    background-color: #abc41a;
    background-image: url(/public/img/body-verlauf.png);
    background-repeat: repeat-x;
    background-position: top left;
    margin-right: auto;
    margin-left: auto;
    font-family: arial, sans-serif;
    color: #4d7521;
    height: 100%; /* needed for the background shadow. */
}
a {
    color: #4d7521;
    text-decoration: underline;
}
a:hover {
    color: #2a4012;
}

#wrapper {
    background-image: url(/public/img/background-shadow-trans.png);
    background-repeat: repeat-y;
    background-position: top center;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100%;
}

#site {
    background: #ffffff;
    width: 912px;
    margin-right: auto;
    margin-left: auto;
}

#header {
    background-image: url(/public/img/header2.jpg);
    background-repeat: no-repeat;
    width: 912px;
    height: 230px;
    background-color: #4a721a;
}

#logo {
    margin: 35px 70px 0 0;
    float: right;
}

#head_img {
    margin: 180px 0 0 150px;
}

#content {
    float: left;
}

#main {
    width: 730px;
    height: auto;
    float: right;
    background-image: url(/public/img/content-verlauf.png);
    background-repeat: repeat-x;
}

p, li {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
}
.content li {
    list-style-type: circle;
    margin-left: 15px;
}

.content fieldset, .content p, .content ul {
    margin: 0 50px 10px 50px;
}
.content p.next-to-slide {
    width: 300px;
}
.content fieldset {
    border: none;
}
.content fieldset .mandatory {
    color: red;
}
.content fieldset .field {
    clear: left;
    margin-top: 7px;
}
.content fieldset label {
    float: left;
    display: box;
    width: 150px;
    font-size: 14px;
}

#recaptcha_box, #submit_box, #recaptcha_help {
    margin-left: 150px;
}
.content h2 {
    margin: 10px 50px 10px 50px;
    font-size: 110%;
}
.menu-item {
    margin: 0 0 15px 100px;
    clear: both;
}
.menu-section .description {
    font-size: 12px;
    margin: 0 100px 30px 100px;
    text-align: center;
}
.menu-item .description {
    margin: 0;
    text-align: left;
    width: 380px;
    clear: both;
}

.image {
    width: 300px;
    margin: 40px 0 0 30px;
    float: left;
}

.site p {
    width: 300px;
    margin: 60px 50px 0 0;
}

#portrait {
    float: left;
}
#main-ueberschrift {
    position: absolute;
    margin: 75px 0 30px -20px;
}
#home-headline {
    margin: 0 0 0 -25px;
}
#content-headline {
    /* margin: 0 0 0 -25px; */
}

#greeting {
    margin: 30px 0 0 270px;
    width: 430px;
}

#signatur {
    margin: 20px 0 0 30px;
}

#name1 {
    font-family: arial, sans-serif;
    margin: 200px 0 0 50px;
}

#name2 {
    font-family: arial, sans-serif;
    margin: 270px 0 0 50px;
}
#navi {
    height: 35px;
    font-family: arial, sans-serif;
    font-size: 14px;
    background-image: url(/public/img/navi-verlauf.png);
    background-repeat: repeat-x;
}

#navi ul {
    float:right;
}

#navi li {
    display: inline;
}

#navi a {
    color: white;
    background-image: url(/public/img/button-inactive.png);
    display: block;
    width: 116px;
    height:18px;
    padding: 15px 0 2px 5px;
    margin: 0 0 0 1px;
    float: left;
    text-decoration: none;
}

#navi a:active {
 background-image: url(/public/img/button-active.png);
}

#pane {
    float: left;
    width: 180px;
    font-family: arial, sans-serif;
    font-size: 12px;
}

#pane li {
    padding: 7px 15px 10px 15px;
    margin: 5px 15px 7px 15px;
    border-bottom: 1px dotted #4a721a;
}

#pane li:first-child {
    margin-top: 20px;
}

#pane a {
    color: #4a721a;
    text-decoration: none;
}

#footer {
    padding: 50px 30px;
    width: auto;
    clear: both;
    text-align: center;
    font-size: 80%;
}

ul {
    list-style-type: none;
}

.content-img-wrapper {
    float: right;
    width: 390px;
}
.content-img {
    padding: 4px;
    background-color: white;
    border: 1px solid #ccc;
    float: right;
    margin: 0 50px 50px 50px;
}
.content-img-center {
    margin: 0 85px 50px 85px;
}
.menu .title {
    font-weight: bold;
    float: left;
}
.menu .price {
    text-decoration: italic;
    float: right;
    text-align: right;
}
.menu p {
    width: auto;
    overflow: auto;
    margin-bottom: 3px;
}
.menu .desc {
    clear: both;
    margin-bottom: 30px;
}
.menu .space {
    clear: both;
    margin-bottom: 20px;
}
.menu h2 {
    padding: 17px 0 15px 0;
    font-weight: 600;
    font-size: 18px;
}
.menu hr {
    margin: 0 50px 0 50px;
}
.links li a {
    font-weight: bold;
}
.links li p {
    margin: 0;
    font-size: 90%;
}
.links h2 {
    margin-top: 20px;
}
#recaptcha_response_field {
    /* fix: overrites standar position absolute of input field */
    left: 0;
}
