.banner {
    text-align: center;
    font-size: 8ex;
/*    padding: 10% 0 10% 0;*/
    background-image: url('banner.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}

.backgrd h1{
    color: #D51F1F;
    text-align: center;
    font-size: 8ex;
    margin-top: 80px;
}

.backgrd a:link,
.backgrd a:hover,
.backgrd a:visited,
.backgrd a:active{
    text-decoration: none;
    color: inherit;
}
.backgrd {
    height: 200px;
    z-index: -1 ;
}

html {
    /*background: #E5E4E2;*/
}
body {
    color: #333;
    font-size: 18px;
    line-height: 140%;
}

img {
    float: left;
    padding: 0 13px 0 0;
    /*border: 5px solid red;*/
}

.container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    /*display: block;
    float: left;*/
    position: relative;
    

}
footer {
    font-size: 10px;
    /*margin-left: 50%;*/
    background: #D51F1F;
    width: 100%;
    height: 90px;
}

.affiliate {
    background-color: #5033333;
}

.donate {
    background-color: #353;
}

.pubdate {
    font-size: 0.7em;
}

.col {
    width: 45%;
    margin: 20px 35px 20px 35px;
    float: left; 
    display: inline; 
}

.col_klein {
    width: 10%;
    margin-left: 10px;

    float: left;/* 
    display: inline; */
}
