/************************************************************/
/*															*/
/*	BGH  main-styles										*/
/*															*/
/*	lombego systems 2008 => www.lombego.de					*/
/*															*/
/*	| rgb(200,0,135) 	| #C80087 | pink					*/
/*	| rgb(199,203,206) 	| #C7CBCE | grey light				*/
/*	| rgb(155,150,160) 	| #9B96A0 | grey 					*/
/*	| 				 	| #331A87 | purple 					*/
/*															*/
/************************************************************/

/************************************************************/
/*															*/
/*	import styles											*/
/*															*/
/************************************************************/

 	@import url('navigation.css');
	@import url('content.css');

/************************************************************/

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana ;
	font-size: 14px;
	text-align: center;	
	height: 100%;
	width: 100%;
}


body{ 
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/bghstahl/img/micro_site_bg.png',
	sizingMethod='image') !important;
}
html>body { 
   	background: transparent url('../img/micro_site_bg.png') repeat-y center !important;
}


.cl{
	clear: left;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.bg_wrapper{ /* overwritten by ie.css */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 920px;
	padding: 0px 40px;
	text-align: left;
	background-image: none;
	/* png support for ie pc */
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/bghstahl/img/site_bg.png',
	sizingMethod='scale');
}
html>body .bg_wrapper { /* Child Selector css hack -> excludes IE and NS4  */
   	background: transparent url('../img/site_bg.png') repeat-y top left;
}

.bg_wrapper_2_col{ 
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/bghstahl/img/micro_site_bg.png',
	sizingMethod='scale') !important;
}
html>body .bg_wrapper_2_col { 
   	background: transparent url('../img/micro_site_bg.png') repeat-y top left !important;
}

.logo{
	background: transparent url('../img/kopf-edelstahl-trans.png') no-repeat bottom left;
	height: 110px;
	width: 920px;
}

.header_img{
	width: 920px;
}

.header_img img{
	float: left;
}

.mc_wrap{
	width: 920px;
}

.content{
	float: left;
	width: 620px;
	padding: 35px 20px 35px 30px;
}

.content_2_col{
	width: 860px;
	padding: 35px 30px 35px 30px;
}

.marginalie{
	float: left;
	width: 250px;	
}

.footer{
	float: left;
	font-size: 11px;
	color: #C7CBCE;
	text-align: center;
	width: 250px;
	position: absolute;
	bottom: 5px;
	left: 710px;
}

.bg_wrapper_2_col .footer{
	width: 250px;
	bottom: 5px;
	left: 685px;
	text-align: right;
}

#icon-pagesend img{
	margin-right: 3px;
}

/*Popup*/

.popup_body{
	width: 100%;
	height: 100%;
}

.popup_body .bg_wrapper{ 
	background-image: none;

	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',
	sizingMethod='scale');
}

.popup_body .bg_wrapper{
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: #FFFFFF;
	padding: 10px;
}

.popup_body .content{
	width: 100%;
	padding: 0px;
	
	font-size: 9px;
}

.popup_body .content .grey_table td{
	font-size: 9px;
}

.popup_body .marginalie_link_wrapper{
	padding: 30px 0px;
}
