#topmenus
{
	background: transparent url(img/europe.jpg) no-repeat right top;
}

#category-speed-dial
{
	clear: both;
	width: 800px;
	margin-bottom: 10px;
}

.speeddial-header
{
	width: 95%;
	background-color: #0068cf;
	color: #ffffff;
	font-weight: bold;
	font-size: 17pt;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.ramcek-240x120
{
	float: left;
	width: 240px;
	height: 120px;
	border: 1px solid #aaaaaa;
	padding: 5px 3px 5px 3px;
	margin: 5px 5px 5px 5px;
	background: transparent url(img/bgr-240x120.jpg) repeat-y right top;
	-moz-border-radius: 5px;
	cursor: pointer;
	cursor: hand;
	-moz-box-shadow: 3px 3px 4px #aaaaaa;
	-webkit-box-shadow: 3px 3px 4px #aaaaaa;
	box-shadow: 3px 3px 4px #aaaaaa;
}

.ramcek-240x120-hover
{
	border: 1px solid #555555;
	-moz-box-shadow: 2px 2px 3px #555555;
	-webkit-box-shadow: 2px 2px 3px #555555;
	box-shadow: 2px 2px 3px #555555;
}

.ramcek-240x120 div
{
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12pt;
	color: #0068cf;
	font-weight: bold;
	text-align: left;
	z-index: 1000;
	position: relative;
}

.ramcek-240x120 img
{
	float: right;
	margin-top: 10px;
	margin-right: 3px;
}

.clearfix:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

