/* ---------------------
File: style.css - Stylesheet Gildeclowns
Author: Nicolas Sell <nicolas.sell@contenit.de>
Date: 12-08-2008
--------------------- */

@media screen {
/* start media screen*/


div.layout5_content_left {
	float: left;
	width: 50%;
	/*background-color: #AEFFB9;*/
	min-height:60em;
	height: auto !important;
	height: 60em;
}

div.layout5_content_right {
	float: right;
	width: 49%;
	/*background-color: #AEC0FF;*/
	min-height: 60em;
	height: auto !important;
	height: 60em;
}

div.layout5_clearboth {
	clear: both;
}


/* end media screen*/
}

