
/* profinews html newsletter for IE 6*/

* html body {
	text-align: center;

}

* html .header {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
}
* html .images .center .mask {
	position: relative;
	left: 0px;
}

* html .header .images .left {
	position: absolute;

	top:  0px;
	left: 0px;
	
	width:  50%;
	height: 90px;
	
	background-color: #0064ad; 
	
	z-index: 1;
}
* html .header .images .center .logo {
	position: absolute;
	
	top:  0px;
	left: 75%;	
}
* html .header .images .center .mask {
	position: absolute;
	
	top:  0px;
	left: 75%;	
}

* html .content {
	clear: both;
	float: left;
	text-align: left;	
	width: 100%;
}
* html .content .category h2 {
	float: left;
	padding: 12px 0px 0px 15px;
	width:  209px; /* 129px; -> mobile */
	height: 45px;
	background-color: #d0d2d9; /* light grey */
	position: relative;
	left: 3px;
	font-size: 1.1em;
	text-align: left;
}
* html .content .category p {
	margin-left: 10px;
	margin-bottom: 6px;
}
* html .content .left {
	float: left;
	
	width: 230px; /* 160px; -> mobile */
	
	margin-left: 0 px;
}
* html .content .center {
	float: left;
	width: 440px;
	margin-left:  10px;
	margin-right: 5px;
	margin-bottom: 20px;

}
* html .content .right {
	float: right;
	width: 240px;
	margin-right: 5px;
	right: 0px;
}
* html .content .right .category h2 {
	float: right;
	padding: 12px 10px 0px 0px;
	width:  205px; 
	height: 45px;
	background-color:    #d0d2d9; 
	text-align: right;
	position: relative;
	left: -9px;
	font-size: 1.1em;
}

* html .content .article-big .article-content-2-column .left-column {
	float: left;
	width: 228px; /* 158px; -> mobile */

	margin-right: 6px;
}
* html .content .article-big .article-content-2-column .right-column {
	float: left;
	width: 228px; /* 158px; -> mobile */
	
	margin-left: 6px;

}

