


/* hlavicka */
div#header h1 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	float: left;
	width: 209px;
	height: 144px;
	position: relative;
	cursor: pointer;
	top: 0px;
	left: 0px;
}
div#header h1 a span.h1-text {
	position: absolute;
	width: 209px;
	height: 144px;
	background: transparent;
	color: #FFA8B7;
	font-size: 120%;
}
div#header h1 a span.h1-pozadi {
	display: block;
	width: 209px;
	height: 144px;
	background: transparent url(http://www.extra-pradlo.cz/img/design/header.png) no-repeat 0px 0px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: -52px;
	top: -37px;
	_top: -37px;
}

