/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#FFFFFF;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1px;
}
.newsCalendar_listItem{
	display: table;
	width:100%;
	color:#FFFFFF;
	padding-top:6px;
	border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #d9dadb;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
	font-family:Arial;
font-size:12px;
line-height:16px;
color:#FFFFFF;
margin: 0 5px 5px 12px;
	float:left;
}

.newsCalendar_listItem_ueberschrift{
	font-family:Arial;
font-size:12px;
font-weight:bold;
line-height:16px;
color:#FFFFFF;
margin: 0 5px 0 12px;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}

.newsCalendar_listItem_datum {
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  margin-left:12px;
  color:#d9dadb;
  float:left;
  
  background-color: #58585a;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  text-transform: uppercase;
  /*width: 30px;*/
  /*font-size: 9px;*/
  text-align: left;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  margin-right:12px;
}