
/*********************/
/*** Home-template ***/
/*********************/

#image_box {
	z-index:250;
	position:relative;
	width:1010px;
	height:247px;
	background-color:#ffffff;
}

#image_box_content {
	position:relative;
	width:1000px;
	height:230px;
	z-index:100;
	overflow:hidden;
}

#image_box_mask {
	position:absolute;
	left:0px;
	top:0px;
	width:1010px;
	height:247px;
	background-image:url(../images/image_mask.png);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:101;
}
*html #image_box_mask {
	background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/images/image_mask.png', sizingMethod='crop');
}

#subcontent {
	float:left;
	display:inline;
	width:280px;
	margin-left:34px;
	margin-right:20px;
	color:#ffffff;
}

#content {
	float:left;
	display:inline;
	width:610px;
	font-family:Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#content .content_box_top {
	margin-bottom:0px;
	width:610px;
	height:5px;
	background-image:url(../images/home_content_top.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#content .content_box_bottom {
	width:610px;
	height:13px;
	background-image:url(../images/home_content_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:19px;
}

*html #content .content_box_top {
	background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/images/home_content_top.png');
}
*html #content .content_box_bottom {
	background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/images/home_content_bottom.png');
}

#subcontent .content_box_top,
#subcontent .content_box_bottom {
	display:none;
}
