body{
    background-color: #FFF;
    color: #868686;
    margin: 0 auto;
    font-family: 'open_sanslight' , sans-serif;
    font-size: 14px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -hyphens: auto;
}

a img{
    border: 0 solid white;
    }

h2{
    font-family: 'sansation_lightlight' , sans-serif;
    font-size: 24px;
}

a{
    text-decoration: none;
    color: #868686;
}

.header{
    width: 960px;
    height: 218px;
    margin: 0 auto;
}

    #logo{
        background: transparent url("../img/logo.png") no-repeat top left;
        background: none,transparent url("../img/logo.svg") no-repeat top left;
        margin-top: 65px;
        width: 168px;
        height: 88px;
        float: left;
    }

    .main-menu{
        float: right;
        margin-top: 138px;

    }

        .main-menu-item{
            float: left;
            text-align: right;
            font-family: 'sansation_lightlight' , sans-serif;
            font-size: 20px;
        }

        .main-menu-item.selected{
            font-family: 'sansationregular' , sans-serif;
        }

        a:hover.main-menu-item{
            font-family: 'sansationregular' , sans-serif;
        }

        #main-menu-item-home{
            width: 130px;
        }

        #main-menu-item-about-us{
            width: 135px;
        }

        #main-menu-item-music{
            width: 100px;
        }

        #main-menu-item-songbook{
             width: 150px;
         }

        #main-menu-item-studio{
            width: 110px;
        }

        #main-menu-item-contact{
            width: 130px;
        }


.content{
    margin: 0 auto;
    border-top: 1px solid #868686;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .inner-content-wrapper{
        background-color: #F6F6F6;
        padding: 20px 0 30px 0;
        position: relative;
        overflow: hidden;
    }

        .inner-content{
            margin: 0 auto;
            width: 960px;
        }

        .inner-content h1{
            font-family: 'sansation_lightlight' , sans-serif;
            margin: 0 0 30px 0;
            font-size: 25px;
        }

        .double-column-1-wrapper{
            width: 460px;
            float: left;
            font-size: 18px;
            text-align: justify;
            position: relative;
        }

        .double-column-1{
            float: left;
            width: 460px;
            font-size: 18px;
            line-height: 35px;
            text-align: justify;
        }

        .double-column-2{
            width: 460px;
            float: right;
            font-size: 18px;
            line-height: 35px;
            text-align: justify;

            }

        .title-player-box{
            width: 400px;
            position: relative;
            display: block;
            height: 60px;
        }


        .title{
            position: absolute;
            left: 0;
        }

        .player{
            position: absolute;
            top: -3px;
            right: 50px;
            height:1px;
            width:1px;
        }



        .double-column-1-player{
            display: block;
            position: absolute;
            right: 300px;
            top: 5px;
            z-index: 1;
        }


        #contact-inhalt{
               height:510px;
        }

        .image-zitat-wrapper{
            float:left;
            width: 960px;
            height: 111px;
            border-bottom: 1px solid #868686;
            padding-bottom: 10px;
            margin-top: 40px;
        }

        .double-column-image{
            position: relative;
        }

        .double-column-image-wrapper{
            width: 460px;
            height: 101px;
            border-top: 1px solid #868686;
            float: left;
            padding-top: 10px;
        }

        .double-column-zitat{
            font-family: 'sansation_lightlight' , sans-serif;
            width: 388px;
            font-size: 21px;
            line-height: 25px;
            float: right;
            margin-top: 10px;
            position: relative;
        }

        .zitat-autor{
            font-family: 'open_sanslight_italic' , sans-serif;
            font-size: 14px;
            line-height: 10px;
        }

        .image-subtitle{
            font-family: 'open_sansregular' , sans-serif;
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            position: absolute;
            margin-top: -55px;
            margin-left: 138px;
        }

        a#amazon-button{

            display: block;
            background-color: #868686;
            color: white;
            width: 220px;
            height: 30px;
            margin: 0 auto;
            font-size: 14px;
            text-align: center;
            margin-top: 20px;
            font-family: 'open_sansregular' , sans-serif;
            line-height: 29px;
        }

        .music-cover-image-wrapper{
            width: 108px;
            height: 108px;
            border: 1px solid #868686;
            margin: 0 0 5px 5px;
            float: left;
        }

        .music-cover-image{
            width: 104px;
            height: 104px;
            float:left;
            margin: 2px;
        }

        .double-quote1{
            width: 59px;
            height: 37px;
            position: absolute;
            margin-left: -65px;
            bottom: 10px;
            background: transparent url("../img/double-quote1.png") no-repeat top left;
            background: none,transparent url("../img/double-quote1.svg") no-repeat top left;
        }

        .double-quote2{
            width: 59px;
            height: 37px;
            margin-top: -20px;
            float:right;
            background: transparent url("../img/double-quote2.png") no-repeat top left;
            background: none,transparent url("../img/double-quote2.svg") no-repeat top left;
        }


    .title-image-container{
        margin: 0 auto;
        height: 391px;
    }

    #title-image-wrapper{
        display: block;
        height: 350px;
        background-color: #f6f6f6;

    }

    #title-image{
        display: block;
        margin: 0 auto;
    }

    #animate-box-wrapper{
        display: block;
        position: relative;
        overflow: hidden;
        height: 350px;
        width: 960px;
        margin: 0 auto;
    }

    .animate-box{
        position: absolute;
        right:-360px;
        bottom: 20px;
        width: 425px;
        height: 90px;
    }

    #animate-text-title{
        font-family: 'open_sansregular' , sans-serif;
        font-size: 13px;
        color: #ffffff;
        right: 0;
        margin-bottom: -5px;
    }

    #animate-text{
        font-family: 'sansation_lightlight' , sans-serif;
        font-size: 30px;
        line-height: 34px;
        color: #ffffff;
        float: right;
        width: 354px;
    }

    #pfeil{
        float: right;
        position: absolute;
        bottom: 0;
    }

    #content-philiosophie{
        border-top: 1px solid #868686;
        text-align: center;
        position: relative;
    }

    #philosophie{
        margin: 0 auto;
        width: 190px;
        text-align: center;
        margin-top: -14px;
        background-color: #fff;
    }

    #philosophie-text{
        font-family: 'open_sansitalic' , sans-serif;
        font-size: 18px;
        line-height: 24px;
    }

    .content-boxes{
        display: block;
        position: relative;
        background-color: #FFF;
        text-align: center;
        text-decoration: none;
        width: 960px;
        margin: 0 auto;
        padding-top: 35px;
    }

        .box{
            background-color: #f6f6f6;
            position: relative;
            width: 230px;
            height: 330px;
            float: left;
            margin-right: 15px;
        }

        #box-studio{
            margin-right: -15px;
        }

            a:hover.box{
                background-color: #868686;
                color: white;
                box-shadow: 3px 3px 10px #888;
            }

        .box-title{
            border-bottom: 1px solid #868686;
            width: 190px;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 15px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            a:hover.box .box-title{
                border-bottom: 1px solid #fff;
            }

        #about-us-icon{
            background: transparent url("../img/about-us-icon-grey.png") no-repeat top left;
            background: none,transparent url("../img/about-us-icon-grey.svg") no-repeat top left;
            width: 48px;
            height: 42px;
            margin: 0 auto;
        }

        #music-icon{
            background: transparent url("../img/music-icon-grey.png") no-repeat top left;
            background: none,transparent url("../img/music-icon-grey.svg") no-repeat top left;
            width: 44px;
            height: 42px;
            margin: 0 auto;
        }

        #songbook-icon{
            background: transparent url("../img/songbook-icon-grey.png") no-repeat top left;
            background: none,transparent url("../img/songbook-icon-grey.svg") no-repeat top left;
            width: 32px;
            height: 42px;
            margin: 0 auto;
        }

        #studio-icon{
            background: transparent url("../img/studio-icon-grey.png") no-repeat top left;
            background: none,transparent url("../img/studio-icon-grey.svg") no-repeat top left;
            width: 27px;
            height: 42px;
            margin: 0 auto;
        }

        a:hover.box #about-us-icon{
            background: transparent url("../img/about-us-icon-white.png") no-repeat top left;
            background: none,transparent url("../img/about-us-icon-white.svg") no-repeat top left;
        }

        a:hover.box #music-icon{
            background: transparent url("../img/music-icon-white.png") no-repeat top left;
            background: none,transparent url("../img/music-icon-white.svg") no-repeat top left;
        }

        a:hover.box #songbook-icon{
            background: transparent url("../img/songbook-icon-white.png") no-repeat top left;
            background: none,transparent url("../img/songbook-icon-white.svg") no-repeat top left;
        }

        a:hover.box #studio-icon{
            background: transparent url("../img/studio-icon-white.png") no-repeat top left;
            background: none,transparent url("../img/studio-icon-white.svg") no-repeat top left;
        }

        .box-text{
            width: 190px;
            margin: 0 auto;
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 14px;
        }

        .fake-button{
            font-family: 'open_sansregular' , sans-serif;
            width: 120px;
            height: 25px;
            background-color: #868686;
            color: #ffffff;
            padding-top: 5px;
            position: absolute;
            bottom: 20px;
            left: 55px;
        }

            a:hover.box .fake-button{
                 background-color: #880000;
            }

.footer{
    border-top: 1px solid #868686;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

    .footer-link-box-background{
        display: block;
        position: relative;
        height: 48px;
        background-color: #f6f6f6;
    }

    .footer-link-box{
        padding-top: 16px;
        margin: 0 auto;
        width: 575px;
        height: 48px;
    }

    a:hover#marksmusik{
        text-decoration: underline;
    }

    a:hover#mail{
        text-decoration: underline;
    }

    .footer-link{
        text-align: center;
        float: left;
        font-family: 'open_sansregular' , sans-serif;
        font-size: 12px;
    }

    a:hover.footer-link{
        text-decoration: underline;
    }

    #impressum{
        width: 90px;
        border-right: 1px solid #868686;
    }

    #haftungsausschluss{
        width: 160px;
        border-right: 1px solid #868686;
    }

    #datenschutz{
        width: 105px;
        border-right: 1px solid #868686;
    }

    #weskott{
        width: 215px;
    }

.clear{
    clear: both;
}