@charset "utf-8";
/* Design */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-image: url(../img/layout_background.jpg);
    background-repeat: repeat-x;
}

#HeaderText {
    //width: 428px;
    //height: 22px;
    width: 491px;
    height: 24px;
    background-image: url(../img/layout_header_text.jpg);
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 8px;
}

#Header {
    width: 850px;
    height: 85px;
    margin-right: auto;
    margin-left: auto;
}

#TopNavi {
    font-family: Arial;
    font-size: 10px;
    text-align: right;
    padding-right: 35px;
    padding-top: 15px;
    
}

#Page {
    width: 850px;
    //margin: 0px auto;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    background-image: url(../img/page_background.jpg);
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

#PageLeft {
    width: 225px;
    float: left;
}

#PageRight {
    width: 625px;
    float: left;
    margin: 0px auto;
    padding-bottom: 30px;
}

#MainNavi {
    height: 40px;
    padding-bottom: 54px;
}

#LeftNavi {
    width: 183px;
}

#PageLanguages {
    height: 25px;
    padding-bottom: 113px;
    padding-left: 20px;
    padding-top: 15px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
}

#PageLanguages a {
    text-decoration: none;
    color: #3d3e3f;
}

#Bottom {
    background-image: url(../img/bottom_background.jpg);
    background-repeat: repeat-x;
    height: 91px;
    width: 100%;
    
}

#BottomText {
    height: 20px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}

#BottomTextKontakt {
    height: 20px;
    width: 600px;
    font-family: Arial;
    font-size: 10px;
    color: #5C5C5C;
    float: left;
}

#BottomTextLinks {
    height: 20px;
    width: 200px;
    font-family: Arial;
    font-size: 10px;
    color: #5C5C5C;
    float: left;
    text-align: right;
}

#BottomTextLinks a {
    text-decoration: none;
    color: #3d3e3f;
}


/* Buttons */
#MainButton {
    height: 31px;
    padding-top: 9px;
    padding-left: 13px;
    background-image: url(../img/mainnavi_background.jpg);
    background-repeat: no-repeat;
    float: left;
    padding-right: 10px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #3d3e3f;
}

#MainButton a {
    text-decoration: none;
    color: #3d3e3f;
}

#MainButtonFirst {
    height: 31px;
    padding-top: 9px;
    padding-left: 13px;
    float: left;
    padding-right: 10px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #3d3e3f;
}

#LeftButton {
    width: 168px;
    /* background-image: url(../img/leftnavi_background.jpg); */
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    padding-left: 21px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: 1px;
    font-weight: bold;
    border-bottom:1px solid #dddddd;
}

#LeftButton a {
    text-decoration: none;
    color: #666666;
}

#LeftButtonActive {
    width: 168px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 15px;
    padding-left: 21px;
    background-color:#F36F00;
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
    padding-left: 21px;
    background-repeat: no-repeat;
    background-position: 1px;
    font-weight: bold;
}

#LeftButtonActive a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Text */
.orange {
    color: #f36f00;
}

#PageTitle {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 22px;
    padding-left: 12px;

}

#PageText {
    font-family: Arial;
    font-size: 12px;
    color: #4B4b4B;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 80px;
}

#PageTextSuche {
    font-family: Arial;
    font-size: 12px;
    height: 160px;
    color: #4B4b4B;
    padding-left: 12px;
    padding-right: 12px;
    background-repeat: no-repeat;
    background-image: url(../img/suche_lupe.jpg);
}

#PageText a {
    text-decoration: none;
    color: #f36f00;
}

#PageTextSuche a {
    text-decoration: none;
    color: #f36f00;
}

ul {
    list-style-image: url("../img/dot.gif");
} 