/* Format stranky download */

.downloadleft {
	position:relative;
	width:240px;
	float:left;
	text-align:left;
}

.downloadright {
	position:relative;
	width:240px;
	float:right;
	text-align:left;	
}

#download img {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}

#download a {
	display:block;
	text-decoration:none;
	color:black;
	background-image:url(../img/sipka.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	padding-left:10px;
}

#download a:hover {
	text-decoration:underline;
}