#zwischenraumTyp4, #linkeSpalte, .linkzumthema {
    display: none;
}
#headerTyp4{
    padding: 0;
    border:none;
}
#content {
    top: 0px;
    margin: 0;
    width: 900px;
    border-top: 12px solid #C8B987;
}
.artikeltext{
    margin-bottom: 0;
}

/* Newsblöcke */ 

.newsblock {
    float: left;
    padding: 0px 20px;
    width: 246px;
    height: 250px;
}
.newsblock.beige {
    background: #C8B987;
    color: #003969 !important;
    margin-top: 20px;
    margin-right: 10px;
}

/* hw April 2016 */
.newsblock.beige-rechts {
    background: #C8B987;
    color: #003969 !important;
    margin-top: 20px;
    margin-right: 0px;
	float: right;
}

.newsblock.schwarz {
    background: #003669;
    color: #C8B987 !important;
    margin-top: 20px;
    margin-left: 10px;
}

.newsblock.schwarz-links {
    background: #003669;
    color: #C8B987 !important;
    margin-top: 20px;
    margin-right: 10px;
}

.newsblock.rechts {
    background: #003969;
    color: #C8B987 !important;
    margin-top: 20px;
    margin-right: 0px;
    float: right;
}

.newsblock h3 {
    display: table-cell;
    height: 50px;
    color: #fff;
    vertical-align: top;
    letter-spacing: -.01em;
    font-size: 20px;
    line-height: 1em;
    *height: 80px;
    *margin-bottom: 0;
    padding-top: 17px;
    *padding-top: 0;
}
.newsblock h4 {
    margin: 0;
    font-size: 18px;
 
}
 
.newsblock.schwarz h4, .newsblock.schwarz p, .newsblock.rechts h4, .newsblock.rechts p, .newsblock.schwarz-links h4, .newsblock.schwarz-links p {
    color: #C8B987;
}

.newsblock h4 span {
    float: right;
    margin-top: -22px;
}
.newsblock p {
    margin-top: 3px;
    line-height: 17px;
    font-size: 13px;
}
.newsblock a {
    color: #fff;
}
.newsblock a:hover {
    color: #666 ;
}


/* Dig Deeper - Archive */ 

.archive {
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 30px 0 30px 35px;
    width: 865px;
    background: #C7B886;
    color: #003969;
}
.archive li {
    float: left;
    margin-right: 47px;
    margin-right: 43px \9;
    width: 245px;
    height: 395px;
    *height: 365px;
    border-bottom: 6px solid;
    list-style: none;
    *margin-right: 43px;
}
.archive li:hover {
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.archive li:last-child {
    margin-right: 0px;
}
.archive h3 {
    margin: 0 0 12px;
    height: 103px;
    *height: 70px;
    color: #fff;
    letter-spacing: -.01em;
    font-size: 20px;
    line-height: 1em;
}
	
.archive h3 hr {
    display: block;
    margin: 15px 0 17px;
    *margin: 0px 0 7px;
    border-top: 6px solid #003969;
}
.archive p {
    margin-top: 18px;
    margin-bottom: 15px;
    color: #003969;
    font-size: 12px;
    line-height: 18px;
}

/* slider */

 div.sliderWrapper {
    position: relative;
    padding-bottom: 0x;
    width: 900px;
    height: 420px;
}
div.slider {
    position: relative;
    overflow: hidden;
    margin: 0 0 0 0;
    width: 900px;
    height: 420px;
}

.col2 {
    margin-right: 0px !important;
    float:right;
}