/**********************************************************
 *
 * CSS Sheet for zwillingscraft Mobile Website
 *
 **********************************************************/

body{
    background-image: url(/media/images/common/background.jpg);
    background-position: top center;
    background-attachment: fixed;
}

.pageWrapper{
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

.headerLogo{
    background-image: url(/media/images/common/logo.png);
    background-repeat: no-repeat;
    width: 204px;
    height: 61px;
}

.headerNavigation{
    height: 29px;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
}

.headerImage{
    height: 114px;
    border-bottom: 1px solid #333333;
}

.contentWrapper{
    border-bottom: 1px solid #333333;
}

.footerWrapper{
    height: 65px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding: 10px;
}

.footerWrapper a{
    color: #37abec;
}

.content{
    background-color: #385367;
    color: #FFFFFF;
}

.contentDefault{
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 16px;
    color: #FFFFFF;
    font-size: 10px;
}

.contentNews{
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 16px;
    color: #FFFFFF;
}

.content a{
    color: #37abec;
}

.content h2{
    margin-top: 0px;
    margin-bottom: 5px;
    color: #37abec;
}

.content p{
    margin-top: 0px;
    margin-bottom: 5px;
}

/*
 * NEWSBOX HOME
 */

.newsBox{
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 16px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.newsBox a{
    color: #37abec;
}

.newsBox p{
    margin-top: 0px;
    margin-bottom: 0px;
}

/**********************************************************
 *
 * Navi
 *
 **********************************************************/

.ebene0-1, .ebene0-1:link, .ebene0-1:visited, .ebene0-1:active {
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 3px;
    border-bottom: 5px solid #92b5cc;
}

.ebene0-1:hover {
    display: block;
    font-weight: normal;
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:active {
    display: block;
    background-color: #92b5cc;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-radius: 4px 4px 0px 0px;
}

.ebene0-1_angewaehlt:hover {
    display: block;
}

