h2 {
	font-size: 13px;
	font-weight: bold;
	background-image: url(img/gift/bg_h2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	/*display: block;*/
	height: 23px;
	vertical-align: top;
}

table#topmenu {
	background-color: #9D255A;
	border-bottom: 2px solid #ffffff;
}

/* backgroundy v topu bez flashe */
td#top01 {
	background-image: url(img/gift/top01.jpg);
	background-repeat: no-repeat;
	height: 259px;
}
td#top02 {
	background-image: url(img/gift/top02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
td#top03 {
	background-color: #ffffff;
	background-image: url(img/gift/top03.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
td#top04 {
	background-image: url(img/gift/top04.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* backgroundy v topu s flashem */
td#top01flash {
	background-image: url(img/gift/top01flash.jpg);
	background-repeat: no-repeat;
	height: 259px;
}
td#top02flash {
	background-image: url(img/gift/top02flash.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
td#top03flash {
	background-color: #ffffff;
	background-image: url(img/gift/top03flash.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
td#top04flash {
	background-image: url(img/gift/top04flash.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#obsah {
	background-color: #ffffff;
	padding-left: 25px; 
	/*padding-bottom: 140px;*/
	padding-bottom: 84px;
	padding-right: 212px;/* 187 + 25 */
	padding-top: 35px;
	background-image: url(img/gift/bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

input.submit {
	border: none;
	background-color: #9d255a;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
}

A:link, A:visited {
	color: #9d255a;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

A.color:link, A.color:visited {
	color: #9d255a;
	text-decoration: none;
}
A.color:hover {
	text-decoration: underline;
}

