/* Body ************************************************************************************* */

body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
	color: #444;
}

/* Home ************************************************************************************* */

div#wrapper {
	width: 924px;
	margin: 0px auto 50px auto;
	text-align: center;
}

div#wrapper div.maincopy {
	background: url('../img/grupa_heureka_3.jpg') no-repeat top center;
	width: 900px;
	height: 390px;
	margin: 0 0 30px 0;
	position: relative;
}

div#wrapper div.maincopy p {
	width: 924px;
	background: #fff;
	text-indent: -9999px;
	height: 135px;
	position: absolute;
}

div#wrapper div.maincopy p.a {top:0;}
div#wrapper div.maincopy p.b {top:135px;}
div#wrapper div.maincopy p.c {top:270px;}
div#wrapper div.maincopy p.d {top:405px;}
div#wrapper div.maincopy p.e {top:540px;}
div#wrapper div.maincopy p.f {top:675px;}

div#wrapper p {
	font-size: 1.2em;
	margin: 0 auto 0 auto;
	text-align: left;
}
div#fl{
	width:48%;
	float:left;
}
div#fr{
	width:48%;
	float:right;
}
div#wrapper a {
	color: #bc8f56;
	text-decoration: underline;
}

div#wrapper a:hover {
	text-decoration: none;
}

div#wrapper ul.listFooter {
	text-decoration: none;
	background: #DDD url('../img/grupa_heureka_bottom.jpg') no-repeat 0 0;
	width: 920px;
	height: 86px;
	margin: 10px auto 0 auto;	
}

div#wrapper ul.listFooter li {
	width: 281px;
	height: 103px;
	float: left;
	display: block;
}

div#wrapper ul.listFooter li a {
	width: 281px;
	height: 103px;
	float: left;
	display: block;
	text-indent: -9999px;
	outline: none;
}
div.cb{
	clear:both;
}

