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

@media screen {
/* start media screen*/


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

div.clubfiguren_content_center {
	float: left;
	width: 65em;
	background-color: #FFF;
	min-height:60em;
	height: auto !important;
	height: 60em;
}

div.clubfiguren_content_right {
	float: right;
	width: 15em;
	/*background-color: #FFAEC7;*/
	min-height:60em;
	height: auto !important;
	height: 60em;
}

div.clubfiguren_clearboth {
	clear: both;
}


/* end media screen*/
}

