html {
    height: 100%;
}

body {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #2c200f;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    background-color: #edcfb0;
    background-image: url(../img/bg_body.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.clear {
    clear: both;
    line-height: 0;
}

h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 16px;
}

h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 16px;
}

.tabelle h2 {
    margin-top: 0;
}

p {
    margin-bottom: 10px;
}

em {
    font-size: 11px;
}

input.input, textarea.input {
    padding: 3px;
    background: #f5f5f5;
    border: #bfc1c1 1px solid;
    font-size: 14px;
    color: #363e44;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input.input:hover, textarea.input:hover {
    background: #FFFFFF;
}

input.button {
    -webkit-box-shadow: 0 0 5px 0 rgba(35, 35, 35, 0.1);
    box-shadow: 0 0 5px 0 rgba(35, 35, 35, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px;
    border: 0 none;
    cursor: pointer;
    background-color: #8d141a;
}

input.button:hover {

}

.i_txt {
    width: 227px;
    margin-right: 20px;
}

.i_field {
    width: 462px;
    height: 150px;
    margin-right: 20px;
}

.alert {
    color: #e43300;
}

.red {
    color: #8d141a;
}

.form_table tr td {
    padding-bottom: 20px;
}

.float_right {
    float: right;
}

/* -----------------LINKS----------------- */

a:link {
    color: #8d141a;
    text-decoration: none;
}

a:visited {
    color: #8d141a;
    text-decoration: none;
}

a:hover {
    color: #ad272d;
    text-decoration: none;
}

a:active {
    color: #ad272d;
    text-decoration: none;
}

/* -----------------LAYOUT----------------- */

#site {
    width: 1000px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    background-image: url(../img/bg_site.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.head {
    height: 227px;
    background-image: url(../img/bg_rose_top.png);
    background-repeat: no-repeat;
}

.body {
    background-image: url(../img/bg_rose_hoch.png);
    background-repeat: repeat-y;
    padding-top: 55px;
    padding-left: 106px;
    padding-right: 106px;

}

.menue {
    width: 169px;
    float: left;
}

.menue ul {
}

.menue ul li {
    margin-bottom: 2px;
}

.menue ul li a {
    display: block;
    border: #d6a776 1px solid;
    font-size: 18px;
    padding-left: 10px;
    height: 28px;
    line-height: 27px;
    background: #ddb991;
    background: -moz-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ddb991), color-stop(100%, #e9c6a4));
    background: -webkit-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -o-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -ms-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: linear-gradient(to bottom, #ddb991 0%, #e9c6a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddb991', endColorstr='#e9c6a4', GradientType=0);
}

.menue ul li a.active {
    border: #8d141a 1px solid;
    color: #2c200f;
    background: #e9c6a4;
    background: -moz-linear-gradient(top, #e9c6a4 0%, #ddb991 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e9c6a4), color-stop(100%, #ddb991));
    background: -webkit-linear-gradient(top, #e9c6a4 0%, #ddb991 100%);
    background: -o-linear-gradient(top, #e9c6a4 0%, #ddb991 100%);
    background: -ms-linear-gradient(top, #e9c6a4 0%, #ddb991 100%);
    background: linear-gradient(to bottom, #e9c6a4 0%, #ddb991 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9c6a4', endColorstr='#ddb991', GradientType=0);

    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.content {
    width: 552px;
    float: right;
    min-height: 370px;
}

.content ul {
    list-style: outside disc;
    margin-top: 8px;
    margin-bottom: 8px;
}

.content ul li {
    margin-left: 16px;
}

table.tabelle tr td {
    border: #d6a776 1px solid;
    padding: 10px;
    margin-bottom: 10px;
    background: #ddb991;
    vertical-align: top;
    background: -moz-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ddb991), color-stop(100%, #e9c6a4));
    background: -webkit-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -o-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -ms-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: linear-gradient(to bottom, #ddb991 0%, #e9c6a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddb991', endColorstr='#e9c6a4', GradientType=0);
}

.sonderbox {
    border: #d6a776 1px solid;
    padding: 10px;
    margin-bottom: 10px;
    background: #ddb991;
    background: -moz-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ddb991), color-stop(100%, #e9c6a4));
    background: -webkit-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -o-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: -ms-linear-gradient(top, #ddb991 0%, #e9c6a4 100%);
    background: linear-gradient(to bottom, #ddb991 0%, #e9c6a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddb991', endColorstr='#e9c6a4', GradientType=0);
}

.footer {
    height: 200px;
    margin-left: -106px;
    margin-right: -106px;
    background-image: url(../img/bg_footer.png);
}