html, body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100%;
    padding-bottom: 40px;
}
body{
    background-color: #eee;
}
a{
    text-decoration: none;
}
/*Allgemein*/
.orange-zdf{
    color: #FA7D19;
}
.bold{
    font-weight: 800;
}
.big{
    font-size: 1.5em;
}
.block{
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
}
.italic{
    font-style: italic;
}
/*Allgemein ENDE*/
#header{
    background-color: #fff;
    height: 48px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
#header-inner{
    padding-top: 10px;
    padding-bottom: 10px;
}
#header-title{
    color: #5a8ac8;
    font-size: 2em;
    margin-left: 40px;
}
#content-inner-index{
    margin-left: 40px;
    margin-top: 40px;
}
#content-information{
    height: 403px;
    width: 1000px;
    display: inline-block;
}
#image-cntnr{
    height: 403px;
    width: 283px;
    float: left;
    display: inline-block;
}
#image-cntnr img{
    width: 283px;
}
#information-text{
    float: left;
    width: 697px;
}
.card{
    display: block;
    margin-left: 30px;
    margin-top: 30px;
    margin-right: 30px;
}
.card-notop{
    margin-top: 5px !important;
}
.content-rating{
    margin-top: 20px;
    width: 1000px;
}
.rating{
    margin-top: 30px;
}