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

@media screen {
/* start media screen*/


div.layout6_content_left {
	float: left;
	width: 535px;
	background-color: #AEFFB9;
	min-height:60em;
	height: auto !important;
	height: 60em;
}

div.layout6_content_right {
	float: right;
	width: 275px;
	background-color: #AEC0FF;
	min-height: 60em;
	height: auto !important;
	height: 60em;
}

div.layout6_clearboth {
	clear: both;
}


/* end media screen*/
}

