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


/* General --------------------------------------------------------------------- */


div#header {
	height: 400px;
}

table#valign_bottom_pseudo_table {
	display: block;
}

div#left_column {
	display: none;
}

div#content {
	width: 710px;
	float: left;
	margin: 0 10px 0 20px;
}

div#right_column {
	margin-top: 40px;
	width: 210px;
	float: left;
}



/* content --------------------------------------------------------------------- */
div#content[id] {
	height: auto;
	min-height: 0;
	margin: 0 10px 0 20px;
}
/* ie6 hack */
div#content {
	height: auto;
	min-height: 0;
	padding-bottom: 20px;
	margin: 0 10px 0 0;
}

/* listing --------------------------------------------------------------------- */
div#content div.listing_entry {
	width: 358px;
	padding-left: 0;
}

div#content div.listing_entry .listing_content_container {
    float: left;
    width: 195px;
}

div#content div.module-listing .cf {
    clear: none;
    float: left;
}


div#content div.listing_entry .page-ressource-container {
	margin-right: 10px;
	margin-left: 0px;
}

div#content div.listing_entry .listing-content {
	width: 185px;
	float: left;
}

div#content div.listing_entry .listing_resources_and_content_container .listing_content_container {
    width: auto;
}


div#content[id] div.module-listing {
	position: relative;
	left: -20px;
	width: 730px;
}
/* ie6 hack */
div#content div.module-listing {
	position: relative;
	left: 0px;
	width: 730px;
}

div#content div.listing_entry a.listing-more-button {
	clear: none;
	margin-top: 0;
}


div#content div.listing_entry .listing-content-text p {
	padding: 0;
}


.resource_container.documents {
    margin: 0;
}

