/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */
/*
Farben:

Hellblau
#E9FBFF

Weinrot
#A6071A

Rot
#DF091D

Rosarot
#E63646
*/

* {
        margin: 0px;
        padding: 0px;
}

body {
        color: #E9FBFF;
        background: url('images/bg.jpg') no-repeat 100% 0px;
        background-color: #E9FBFF;
        background-position: 0px 0px;
        font-family: 'verdana', 'helvetica', sans-serif;
        font-size: 100%;
        text-align: center;
        border-color: #E9FBFF;

}

table {
        font-size: 1em;
}

td {
        color: #E9FBFF;
        background-color: inherit;
        font-family: 'verdana', 'helvetica', sans-serif;
        font-style: normal;
        font-size: 1.1em;
}

a {
        color: #E9FBFF;
        background-color: inherit;
        text-decoration: underline;
}

a:hover {
        color: #E63646;
        background-color: inherit;
        text-decoration: none;
}

img {
        border: none;
}

ul, ul li {
        list-style: none outside;
}

ol, ol li {
        list-style: decimal inside;
}

p {
        padding: 0.6em 0em 0.6em;
}

p.winered {
    color: #A6071A;
    font-size: 0.8em;    
}
fieldset {
        border: none;
}

input, textarea, select {
        font-family: 'verdana', 'helvetica', sans-serif;
        font-size: 13px;
}

.hidethis {
        display: none;
}

.clearthis {
        margin : 0px;
        height : 1px;
        clear : both;
        float : none;
        font-size: 1px;
        overflow : hidden;
        visibility: hidden;
}


/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
        text-align: center;
}

.tb_center img {
        margin: 1.3em auto;
        border: 1px #fff solid;
}



/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
        margin: 35px 10px;
        width: 846px;
        font-size: 0.71em;
}

/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#body_container {
        float: right;
        position: relative;
        left: -13px;
        width: 560px;
        padding: 15px 0px 50px;
        background: url('images/main_bg_bot.gif') no-repeat 0% 100%;
}

#body_container_b {
        padding: 28px 0px;
        width: 560px;
        background: url('images/main_bg_top.gif') no-repeat 0% 0%;
}

#body_container_c {
        color: inherit;
        background-color: #E9FBFF;
        border-left: #DF091D 5px solid;
        border-right: #DF091D 5px solid;
}



/* ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
        padding-bottom: 0px;
        color: inherit;
        background-color: #A6071A;
}

#page_header h1 {
        position: relative;
        top: -1px;
        width: 100%;
        height: 154px;
        background: url('images/topr.png') no-repeat 50% 50%;
}



/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
        padding: 15px 17px 10px;
        text-align: left;
        background-color: #A6071A;
}


.headline {
    font: bold 20px Georgia, Times New Roman, Times;
    text-align: center;
    color: #E63646;

}


/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
        float: left;
        margin-top: 210px;
        position: relative;
        left: 107px;
        width: 166px;
        background: url('images/navmenu_bg_bot.gif') no-repeat 0% 100%;
        font-size: 1.2em;
        font-weight: bold;
}

#navmenu_b {
        padding: 15px 0px;
        width: 166px;
        background: url('images/navmenu_bg_top.gif') no-repeat 0% 0%;
}

#navmenu_c {
        color: inherit;
        background-color: #A6071A;
        border-left: #DF091D  6px solid;
}

#navmenu a {
        text-decoration: none;
        font-weight: normal;
}

#navmenu li {
        border-top: #fff 1px solid;
}

#navmenu li a {
        display: block;
        padding: 5px 0px;
        width: 160px;
}

#navmenu li a:hover {
        color: inherit;
        background-color: #DF091D;
}

#navmenu li.list_first {
        border-top: none;
}



/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
        padding: 20px 0px;
        font-size: 0.9em;
        font-weight: bold;
}