* {margin:0;padding:0;}

body:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    content: "";
    height: 10px;
    left: 0;
    position: fixed;
    top: -10px;
    width: 100%;
    z-index: 100;
}

/*Opera Fix*/
/*body:before {*/
    /*content:"";*/
    /*height:100%;*/
    /*float:left;*/
    /*width:0;*/
    /*margin-top:-32767px;*/
/*}*/

body {
    font-family: Arial;
    font-size: 1em;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #3E3D3D;
}
a, a:hover, a:active, a:visited {
    color: #3E3D3D;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

header {
    background-color: #32B4E6;
    height: 77px;
    background-image: url('../images/ymc-logo.png');
    background-repeat: no-repeat;
    background-position: 10% 25px;
}
.single-headernav {
    background-color: #E6E6E6;
    height: 30px;
}

.container {
    min-height: 100%;
}

.content {
    overflow:auto;
    padding-bottom: 320px;
    min-height: 320px;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
}

footer {
    position: relative;
    margin-top: -100px;
    height: 100px;
    clear:both;
    background-color: #3E3C3D;
    padding: 50px 10% 10px 10%;
    width: 80%;
    color: #d8d8d8;
    font-size: 0.9em
}
footer span {
    color: #32B4E6;
}
footer a, footer a:hover,
.imprintContainer a, .imprintContainer a:hover{
    color: #d8d8d8;
}

.imprintContainer {
    position: absolute;
    bottom: 50px;
    right: 10%;
}


