/*ikony - razcestie na titulke*/
.iconBox {
	width: 950px;
	height: 328px;
	background-color: #CCC;
	background-image: url(../images/iconbox-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.iconTitleBox {
	width: 173px;
	height: 150px;
	background-color: #CCC;
	background-image: url(../images/icon-title-back.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	color: #CCCCCC;
	margin: 5px 5px 5px 8px;
	float: left;
	border: solid #FFF 1px;
}

.iconTitleBoxFK {
	width: 173px;
	height: 150px;
	background-image: url(../images/ico-title-fk.png);
	background-repeat: repeat-x;
	background-position: top center;
	color: #CCCCCC;
	margin: 5px 5px 5px 8px;
	float: left;
	border: solid #FFF 1px;
	cursor:pointer;
}

.iconTitleBox01 {
	width: 173px;
	height: 150px;
	background-color: #CCC;
	background-image: url(../images/ico-title-01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #CCCCCC;
	/* top right bottom left*/
	margin: 5px 5px 5px 8px;
	float: left;
	border: solid #FFF 1px;
	cursor:pointer;
}

.iconTitleBox02  {
	width: 173px;
	height: 150px;
	background-color: #CCC;
	background-image: url(../images/ico-title-02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #CCCCCC;
	margin: 5px 5px 5px 8px;
	float: left;
	border: solid #FFF 1px;
	cursor:pointer;
}

.iconTitleBoxDis  {
	width: 173px;
	height: 150px;
	background-image: url(../images/ico-title-disabled.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #CCCCCC;
	margin: 5px 5px 5px 9px;
	float: left;
	border: solid #FFF 1px;
}

.iconName  {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 18px;
}


.iconName a  {
	color: #000;
	text-decoration: none;
	font-style: normal;
}
.iconName a:link  {
	color: #000;
	text-decoration: none;
}

.iconName a:hover  {
	color: #000;
	text-decoration: underline;
}

.iconTitleBoxFK:hover  {
	border: dashed #000 1px;
}

