@charset "utf-8";
/* CSS Document */

/***
====================================================================
	Publikationen CSS
====================================================================
***/

.infoBox .event{
	background-color: #f9f9f9;
	/*padding: 15px;*/
}

.infoBox .event .title{
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
	border-bottom: 2px solid white;
	padding: 10px 15px;
}

.infoBox .event .content{
	padding: 15px;
}

.infoBox .event .contentHeadline{
	margin-bottom:0;
	padding:0 0 0 24px;
	background: url(/static/img/icon_schriftenreihe.png) no-repeat scroll 0 50%;
}

.infoBox .event .publicationsDataWrapper{
	margin-bottom: 10px;
}

.publicationsDataWrapper table{
	margin-bottom: 0 !important;
}

.infoBox .event .publicationsDataWrapper p{
	margin-bottom: 10px !important;
}

.publicationsDetail td{
	padding: 15px !important;
}

.infoBox .event .schriftToggleWrapper{
	background-color: #d4d4d8;
	color: initial;
	/*color: #333333;*/
	padding: 15px 17px;
	margin: 30px 0px;
	width: 100%;
	font-size: 13px;
	cursor: pointer;
}

.infoBox .event .schriftToggleWrapper a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.infoBox .event tr.toggle_details i{
	line-height: 21px;
}