/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2011 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

div.overview_item,
div.overview_item_with_picture {
	border: 1px solid #d8d8d8;	
	margin: 0 0 10px 0;
	padding: 10px;
}
div.overview_item h2,
div.overview_item_with_picture h2 {
	margin-top: 0;
	margin-left: 1px;	
}
div.overview_item_with_picture div.picture  {
	float: left;
	display: inline;	
	margin: 1px 0 0 0;
	padding: 0;	
}
div.overview_item_with_picture div.content {
	float: left;
	display: inline;	
}
div.overview_item_with_picture a.page-ressource-link,
ul#mod_overview a.page-ressource-link {
	border: none;	
}
ul#mod_overview div.picture {
	display: inline;
	float: left;		
}
ul#mod_overview li {
	clear: both;	
}
div#contentframe div.overview_item_with_picture div.page-ressource-container,
div.overview_item_with_picture div.page-ressource-container {
	margin: 0 10px 0 0;
	padding: 0;	
}
div.dragger {
	float: right;	
}
div.dragger:hover {
	cursor: pointer;
}
