.box {
	position:relative;
	background-color:#FFFFFF;
	border:1px #b0afaf solid;
	overflow:hidden;
	/*-webkit-box-shadow:  1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  1px 1px 10px 1px rgba(0, 0, 0, 0.2);*/

}
#content .box, #contentSidebar .box {
	/*margin-top:  45px;*/
}
article, .erweiterung, article {
	/*background-color:  inherit;
	color:  inherit;*/
}
.article table{
}
.article table td{
	
}
.article table.border td{
	border:1px #666 solid;
	padding:5px;
}
.article table td:nth-child(even) {
	/*text-align:right;*/
}
article, .erweiterung {
}
.article {
	padding:15px;
	padding-top:13px;
}
.erweiterung {
	margin:15px;
}
section header, article header {
	position:relative;
	text-align:left;
	padding:0 15px;
	vertical-align:middle;
	margin:0;
}

.headline2 {
	position:relative;
	color:#000;
	margin:0;
	font-weight:normal;
}

.contentImg{
	width:180px;
	margin:15px;
	/*margin-bottom:0;*/
	padding:2px;
    border:1px solid #021a40;
    background-color:#fff;
	height:auto;
	line-height:0;
	 margin-bottom:10px;
}

.contentImgFull{
	border:none;
	border-bottom:1px #000 solid;
	margin:0px; 
	padding:0px; 
	width:100%;  
	background:none; 
	clear:both;
}
.contentImg.noBorderImg{
		border:none;
		border-bottom:none;	
		background:none;
		background:transparent;
}
.contentImgTop{
	width:100%;
	margin-bottom:0;
}
.newBlogImg{
	height:176px; overflow:hidden
}
.newBlogImg .contentImg {
    position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border:none;
		border-bottom:none;	
		background:none;
		background:transparent;
}