/*  // -------------------------------------------------------------------
    //              Name : website_de.css
    //              Type : Cascade Stylesheet
    // -------------------------------------------------------------------
    //           Project : 
    //            Author : Lothar Steidle - lothar@steidle.net
    //              Date : 07.12.2007 / Version 1.1
    // ------------------------------------------------------------------- */

img {
    border: 0;
}

ul {
    list-style-image: none;
}

BODY {
    color: #545454;
    background-color: #CDCDCD;
    font-family: Verdana, Geneva,sans-serif;
}


#footermenu li a, a, .box a {
    color: #FF7800;
    text-decoration: none;
}

.box a {
    font-weight: bold;
}

#footermenu li a:hover, a:hover {
    color: #FF7800;
    text-decoration: underline;
}

#content {
    background-color: #ffffff;
}

#wrapper {
    background-color: #ffffff;
}

#footer {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 10px 0px 20px 0px;
    border-top: 1px solid #707969;
    font-size: 14px;
}

#chart, #navigation {
    xwidth: 505px;
}

#header {
    background-image: none;
    height: 100px;
}

    #header #logo {
        right: auto;
        margin-left: 20px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

        #header #logo img {
            float: left;
        }

        #header #logo h1 {
            display: inline;
            color: #9d9d9d;
            font-weight: normal;
            font-size: 2.6em;
            padding-left: 20px;
            line-height: 50px;
        }



.box {
    background-color: #D9E8E3;
    border: 0;
}


    .box .snapshot {
        border-right: 3px solid white;
        background-color: #D9E8E3;
    }

        .box .snapshot img.avatar {
            display: none;
        }

#topline {
    clear: both;
    margin-top: 0px;
    border-bottom: 0px solid #09291E;
    margin-bottom: 0px;
}

ul#menu, ul#footermenu, ul#footermenucme {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.mobilemenu {
    padding-top: 10px;
    background-image: none;
    background-color: #758F8B;
}


ul#menu > li.button, ul#menu > li.buttonselected {
    height: 36px;
    line-height: 36px;
    text-align:center;
}


/* main buttons */
#menu li.button, #menu li.buttonselected {
    box-sizing: border-box;
    width: 16.6666%;
    border-right: 4px solid white;
    margin-right: 0%;
    background-color: #758F8B;
}

    #menu li.button#home {
        border-right: 0;
    }

#menu li.buttonselected {
    background-color: #ffa554;
}

    #menu li.button a, #menu li.buttonselected a {
        color: White;
        display: block;
        height: 36px;
        line-height: 36px;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: normal !important;
    }



        #menu li.button a:hover {
            transition: background-color 0.25s ease;
            background-color: #ffa554;
        }

li.button a:hover, li.buttonselected a:hover {
    color: Black;
}

/* selected buttons */

#content .cmebox h3 {
    font-size: 12px;
    border: 1px solid #000029;
    background-color: transparent;
}

@media all and (max-width:920px) {

    /* Mobile */

    ul#menu {
        width: 100%;
    }

    #menu li.button, #menu li.buttonselected {
        box-sizing: border-box;
        width: 16.6666%;
        border-right: 0px solid white;
        margin-right: 0%;
        margin-top: 2px;
    }

    .mobilemenu {
    }
}

#content form p
{
    clear:both;
    display:block;
}
