/****
 * copyright 2005
 * 
 * Freiraum Medien
 * http://freiraum-medien.de
 **/

@import url(style.css);
@import url(menu.css);
@import url(content.css);

@import url(ext_ttnews.css);
@import url(ext_chcforum.css);

/****
 * color scheme
 *
 *
 *		#e2e3e4				- light grey
 *		#e6e6e6				- grey
 *		#E85000				- orange
 *
 **/
 
/****
 * änderungen bedingt durch das 2-spaltige layout
 **/
#siteBox {
	background: #E2E3E4 url(../images/siteBox-2columns.gif) 0 0 repeat-y;
}
#contentMain {
	width: 750px;
}
#contentMain .content {
	/* -> msie.css */
	width: 726px;
}

#contentMain .content .left {
	width: 470px;
	float: left;
}

#contentMain .content .right {
	width: 220px;
	float: right;
}
