/* ********************************************************************************* */
/* Modul: Publications */
/* ********************************************************************************* */

@media all {
	.publication {
		background-color: transparent;
	}
	
	.publine {
		_height: 1%;
		overflow: hidden;
		margin-bottom: 1.4em;
	}
	
	.pubdate {
		font-weight: bold;
		margin-bottom: 0.4em;
		width: 100px;
	}
	.pubtitle {
		/*
float:left;
*/
		display: inline;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	.pubtakeplace {
		float: right;
		display: inline;
	}
	.pubdoc {
		margin-right: 1em;
		/*
float:right;
*/
		display: inline;
		width: 50px;
	}
	
	.pubsummary img {
		/*margin-left: -10px;*/
	}
	
	.catlist {
		float:left;
	}
	
	.pubdetail_date {
		font-weight: bold;
	}
	.pubdetail_summary {
		margin-bottom: 10px;
	}
}

@media print {
	
}
