/* CSS Document */

.contentbox {

}

.contentbox td {
	padding: 10px 0px 10px 0px;
	text-align:left;
	vertical-align:top;
	}
	
#ratgeber-head {
	background-image:url(/oobe/b2n/wln/mediadata/cms/cmsmode/_service/ratgeber-home/head-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:170px;
	
}

.ratgeberbox {
	padding:10px 10px 10px 10px;
	border: 1px solid #EEF2F6;
	width: 100%;
}

.ratgeberbox-head {
	padding:10px 10px 10px 10px;
	background-color:#EEF2F6;	
}

@media screen and (max-width : 530px) {
	#ratgeber-head {
		height: 160px;
		background-position: bottom right;
		background-size: auto 80%;
    }
}


