/**************
* Layout
***************/

#content_left {
	float:none;
	float:left;
	border:solid #fff;
	border-width:1px 0 0 0;
	width:435px;
	margin-right:10px;
}

#content_right {
	float:none;
	float:left;
	border:solid #fff;
	border-width:1px 0 0 0;
	width:220px;
}

/* 
"Holly Hack" against positioning bugs for IE6
*/

/* Hides from IE5-mac \*/
* html div#content_right {height: 1px;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html div#content_left {height: 1px;}
/* End hide from IE5-mac */

/* 
End "Holly Hack" against positioning bugs for IE6
*/


/*************************************/
/* elements							 */ 	
/*************************************/

table.teaser {
	border:none;
	margin:0;
	width:100%;
}

table.teasersmall {
	border:none;
	margin:0;
	width:220px;
}

table.teasersmall td.teaser_content {
	padding:10px;
}

table.teaserlarge {
	border:solid 1px #989898;
	width:460px;
}

table.teasersmall th, table.teaserlarge th {
	/*background:url(../../layout/teaser_head_background.gif) right top no-repeat;*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	padding:0 0 0 10px;
	background:#717171;
	height:20px;
}

td.teaser_content {
	vertical-align:top;
	background-color:#EEEEEE;
	
}

/**********
* CEs
***********/

table.ce_image_teaser {}
td.ce_it_header {}
td.ce_it_bodytext {vertical-align:top; width:50%}
td.ce_it_images {width:50%}

table.ce_image_teaser_top {}




