html, body {
    margin: 0px; padding: 0px;
    width: 100%;
    background-color: #f7efdd;
    text-align: center;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #292322;
    letter-spacing: 1px;
}
h1, h2, h3 {
    margin: 0px 0px 0px 0px; padding: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #7c0052;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 14px;
}
a {
    color: #7c0052;
    text-decoration: none;
}

.h1green {

    color: #5c7e27;
}
.h1orange {

    color: #e36727;
}


strong {
    /* color: #7c0052; */
     letter-spacing: 0.1;
}
img {
    border: 0px;
}
a:hover {
    color: #000;
}
p {
    margin: 0px 0px 10px 0px; padding: 0px;
    line-height: 1.5;
}



/* Div Classes ################### */

.global {
    width: 950px; min-height: 600px;
    margin: 0 auto;
    text-align: left;
    background: #f7efdd url("../images/shd_left.jpg") no-repeat top left;
    
}
.helper {
    width: 950px; min-height: 600px;
    background: transparent url("../images/shd_right.jpg") no-repeat top right;
}

.wrapper {
    width: 900px;
    float: left;
    margin: 0 15px;
    padding: 0 10px;
    background-color: #FFF;
}
.header {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.navigation_service {
    float: left;
    width: 100%;
}

.logo {
    margin-left: 7px;
    float: left;
}
.slogan {
    float: left;
    margin: 20px 0px 0px 80px;
}
.pictures {
   float: left;

}
.pictures img {
    float: left;
    margin: 0px 4px 0px 0px; padding: 0px;
}

.navigation_1 {
    float: left;
    width: 100%;
    margin-top: 4px;
    background-color: #7c0052;
}

.body {
    float: left;
    background-color: #FFF;
    width: 100%;
}
.navigation_2 {
    width: 212px;
    background-color: #e8edd6;  
    float: left;
    padding: 20px 10px 0px 0px;
}
.content {
    width: 658px; min-height: 400px;
    float: left;
    padding: 20px 0px 0px 20px;
}

.content_home {
    width: 650px;
    float: left;
    margin: 0px 0px 0px 29px;
    padding: 20px 0px 0px 0px;
}
.content_balken_1 {
    width: 400px;
    float: left;
    padding: 20px 0px 0px 20px;
}
.subcontent_home {
   float: right;
   width: 200px;
   margin: 0px 10px 0px 0px;
}
.subcontent_balken_1 {
    position: relative;
    width: 180px;
    padding: 10px;
    float: right;
    background-color: #4d6c20;
    color: #FFF;
    margin-top: 20px;
}
.subcontent_balken_1 strong {
    color: #FFF;
}

.subcontent_balken_2 {
    position: relative;
    width: 180px;
    padding: 10px;
    float: right;
    margin-top: 20px;
    text-align: center;
    color: #7c0052;
    font-weight: bold;
}


.cbl {
    position: absolute;
    bottom: 0px; left: 0px;
    background: url("../images/cbl.png") no-repeat;
    width: 5px; height: 5px;
}
.cbr {
    position: absolute;
    bottom: 0px; right: 0px;
    background: url("../images/cbr.png") no-repeat;
    width: 5px; height: 5px;
}
.ctl {
    position: absolute;
    top: 0px; left: 0px;
    background: url("../images/ctl.png") no-repeat;
    width: 5px; height: 5px;
}
.ctr {
    position: absolute;
    top: 0px; right: 0px;
    background: url("../images/ctr.png") no-repeat;
    width: 5px; height: 5px;
}


.infobox {
    position: relative;
    width: 180px;
    padding: 10px;
    float: right;
    background-color: #7c0052;
    color: #FFF;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    
}


.footer {
    float: left;
    width: 950px;
    background: url("../images/shd_bottom_subnav.jpg") no-repeat center top;
    padding-top: 30px;
    text-align: center;
}

.footer_home {
    float: left;
    width: 950px;
    background: url("../images/shd_bottom_home.jpg") no-repeat center top;
    padding-top: 30px;
    text-align: center;
}




.navFirst {
    margin: 0px 0px 0px 15px; padding: 0px;
    list-style: none;
    width: 100%;
    font-size: 13px;
}
.navFirst li {
    float: left;
}
.navFirst li a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
}
.navFirst li a:hover {
    background-color: #af0067;    
}
.navFirst li .on {
    background-color: #af0067;   
}

.navSecond{
    margin: 0px; padding: 0px;
    font-size: 13px;
    letter-spacing: 0px;
    list-style: none;
    text-align: right;  
}
.navSecond li {
   margin: 10px 0px 4px 0px;

}
.navSecond li a {

}
.navSecond li a:hover {
    color: #af0067;   
}
.navSecond li .on {
    color: #af0067;  
}


.navThird{
    list-style: none;
    margin: 0px; padding: 0px;  
}
.navThird li {
    margin-bottom: 3px;
}

.navService {
    margin: 0px; padding: 0px;
    list-style: none; 
    float: right;
    font-size: 10px;
}
.navService li {
    float: left;
    margin: 0px; 
    padding: 0 7px;
    border-right: 1px solid #7c0052;
}
.ranking {
    list-style: none;
    width: 940px;
    float: left;
    text-align: center;
    font-size: 11px;
    position: absolute;
}

.ranking span {
    margin-left: 10px;

}

.klranking {
    width: 505px;
}

.rankinglinks a {
    font-weight: bold;
    color: #FFFFFF
}

.rankinglinks a:hover {
    color: #000;
}

.rankinglinks {
    background-color: #A8C498;
    color: #FFFFFF;
    height: 340px;
    padding: 10px;
    width: 130px;
    text-align: center;
    float: right;
    margin-top: 92px;    
}
th {
    color: #af0067;
    text-align: right;
    vertical-align: top;
}

.input_text_long {
    padding: 2px;
    border: 1px solid #af0067;
    width: 400px;
}
.input_text_short {
    padding: 2px;
    border: 1px solid #af0067;
    width: 161px;
}
.input_text_short_2 {
    padding: 2px;
    border: 1px solid #af0067;
    width: 154px;
}
.input_textarea {
    padding: 2px;
    border: 1px solid #af0067;
    width: 400px; height: 100px;
}
.input_checkbox {
   margin-right: 10px;
}
.input_select {
    width: 161px;
    padding: 2px;
    border: 1px solid #af0067;
}
.error {
    border-color: red;
}
.imagemap {
    width: 650px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.headline {
    position: absolute;
    top: 30px; left: 120px;
}

.info {
    position: absolute;
    bottom: 30px; left: 0px;
}
textarea {
    font-family: verdana;
    font-size: 12px;
}
.subcontent_offers {
    padding-top: 19px;
}
.subcontent_offers h4 {
    text-align: center;
    color: #7c0052;
    font-weight: normal;
    letter-spacing: 0px;
    margin-top: 0px;
    line-height: 1.1;
}

.subcontent_offers p {
    margin: 0px;
}


