.kategorie{
	font-size:					20px;
	font-family: 				"Oxygen", sans-serif;
	font-weight:				300;
	margin-top:					2px;
	margin-left:				15px;
	margin-bottom:				10px;
	color:						#b80000;
}


.daten{
	max-width: 					800px;
	border-style:				none;
	border-spacing:				0px 0px;
	margin-top:					10px;
	margin-left:				20px;
	margin-bottom:				10px;
	font-size:					13px;
	font-family: 				"Oxygen", sans-serif;
	font-weight:				300;
	vertical-align:				top;
}

.daten  td:nth-child(1){
	min-width:					200px;
}
.daten  td:nth-child(2){
	min-width:					250px;
}
.daten tbody tr:nth-child(even) td{
	background-color:			#f9f9f9;
}

.box {
	display:					inline-block;
	margin-left:				10px;
	margin-right:				1%;
	width:						270px;
	height:						300px;
	border-color:				#ffffff;
	border-style:				solid;
	border-width:				1px;
	overflow: 					hidden;
	white-space: 				nowrap;
}

.picture {
	width:						270px;
	height:						166px;
	overflow: 					hidden;
	white-space: 				nowrap;	
}

.titel{
	font-size:					17px;
	font-family: 				"Oxygen", sans-serif;
	white-space: 				pre-line;
	color:						#b80000;
}

.datum{
	font-size:					11px;
	font-family: 				"Oxygen", sans-serif;
	position:					absolute;
	color:						#222222;
}