@charset "utf-8";
/* download pages */
.down {
	background: url(/images/podklad_down.jpg) no-repeat;
	width:590px;
}
h3 { background-color: transparent; background-image: url('/images/podklad_home_titul.gif'); background-repeat: no-repeat; background-position: 10px bottom ;}
caption { text-align: left;}
.flag img { vertical-align: bottom;}
a.button {
	background-image: url(/images/btn_grey.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 6px;
	display: block;
	height: 27px;
	width: 100px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
a:hover.button {
	background-position: 0 -40px;
	color: #000000;
} 


