
/*
	> project   : Agrofert Holding Corporate Website
	> author    : Michael Zitek
	> copyright : (c) 2010 AGROFERT HOLDING, a.s., Michael Zitek
	> date      : May 2010
*/

/* === Basic HTML tags ==================================================================================== */

BODY {
	margin: 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images_lyt/background.png);
	background-color: #edf5f7;
	color: #000;
}

H1 {
	margin: 0px;
}

H2 {
	float: left;
	font-weight: normal;
}

A.a, A.b, A.c, A.d, A.e {
	margin: 0px 12px 0px 12px;
	font-size: 13pt;
	text-decoration: none;
}
A.a {
	margin-left: 162px;
	color: #000;
}
A.b {
	color: #00aeef;
}
A.c {
	color: #007c3a;
}
A.d {
	color: #c70000;
}
A.e {
	color: #c1a87f;
}

A:hover {
	text-decoration: underline;
}

A.language {
	font-size: 11pt;
	text-decoration: none;
	color: #7d7c78;
	cursor: pointer;
}

/* === Ids & Classes ====================================================================================== */

/* --- Common --------------------------------------------------------------------------------------------- */

#pageEnvelope {
}

#pE_pageBody {
	width: 900px;
	height: 500px;
	margin-top: 3%;
	background-color: #fff;
}

#pB_logo {
	margin: 60px 120px 50px 120px;
}

#pB_language {
	display: block;
	float: none;
	clear: both;
	width: 880px;
	padding: 15px 20px 0px 0px;
	text-align: right;
}

P.pB_divisionInfo {
	display: none;
	position: absolute;
	width: 300px;
	padding: 19px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 160%;
	background-image: url(../images_lyt/pB_divisionInfo.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	filter: alpha (opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

P.displayNone {
	display: none;
}
