@charset "utf-8";
/* CSS Document */

/*topmenu*/
ul.topmenu {
	margin:0px;
	list-style:none;
	clear:both;
	text-decoration:none;
}

.homeDiv{
	width:250px;
	height:126px;
	overflow:hidden;
	float:left;
	/* margin-top:50px; */
	margin-left:50px;
	cursor: pointer;
}
	
.topmenu li, .tm {
	height: 45px;
	width: 162px;
	background-image: url(../images/topmenu-normal.png);
	display:block;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	text-shadow: -1px -1px 0px #000;	
	background-repeat: no-repeat;
	float:left;
	text-transform: uppercase;
	background-position: top center;
	color: #FFFFFF;
	cursor:pointer;	
}

.topmenu li:hover{	background-image: url(../images/topmenu-over.png);}

.topmenu li a{color: #FFFFFF;text-decoration: none;}
.topmenu li a:hover{color: #FFFFFF;	text-decoration: none;}

.topmenuOznacene, .tmo {
	height: 45px;
	width: 162px;
	background-image: url(../images/topmenu-over.png);
	display:block;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	text-shadow: -1px -1px 0px #000;
	background-repeat: no-repeat;
	float:left;
	text-transform: uppercase;
	background-position: top center;
	color: #FFFFFF;
	cursor:pointer;
}

.tms {
	height: 45px;
	width: 50px;
	float:left;
	display:block;
}

/*left menu*/
.lm, .lmo {
	height: 31px;
	width: 212px;
	background-image: url(../images/left-menu-normal.png);
	display:block;
	font-size: 11px;
	text-align: left;
	line-height: 31px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center center;
	color: #000000;
	text-indent: 35px;
	overflow:hidden;
	/* margin-left: -43px; */
}
.lm:hover{	background-image: url(../images/left-menu-over.png);}
.lm a{color: #000000;text-decoration: none;}
.lm a:hover{color: #000000;text-decoration: none;}
.lmo {	background-image: url(../images/left-menu-over.png);}

ul.leftmenu {
	margin:0px;
	list-style:none;
	text-decoration:none;
	list-style-position: outside;
}

.leftmenu ul{
	margin:0;
}

.leftmenu li, .lm {
	height: 31px;
	width: 212px;
	background-image: url(../images/left-menu-normal.png);
	display:block;
	font-size: 11px;
	text-align: left;
	line-height: 31px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center center;
	color: #000000;
	/* text-indent: 35px; */
	/* margin-left: -43px; */
	margin:0;
	padding:0;
}


.leftmenu li:hover{
	background-image: url(../images/left-menu-over.png);
}

.leftmenu li a{color: #000000;text-decoration: none;}
.leftmenu li a:hover{color: #000000;text-decoration: none;}

/*IE 6-------------------------------------------------------*/
ul.leftmenuIE6 {
	margin:0px;
	list-style:none;
	text-decoration:none;
	list-style-position: outside;
}

.leftmenuIE6 li{
	height: 31px;
	width: 212px;
	/*background-image: url(../images/left-menu-normal.png);*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left-menu-normal.png', sizingMethod='scale');*/	
	display:block;
	font-size: 11px;
	text-align: left;
	line-height: 31px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center center;
	color: #000000;
	/* text-indent: 35px; */
	/* margin-left: -5px; */
}

.leftmenuIE6 li:hover{
	background-image: url(../images/left-menu-over.png);
}

.leftmenuIE6 li a{color: #000000;text-decoration: none;}
.leftmenuIE6 li a:hover{color: #000000;	text-decoration: none;}
/*-----------------------------------------------------------*/

/*IE 7-------------------------------------------------------*/
ul.leftmenuIE7 {
	margin:0px;
	list-style:none;
	text-decoration:none;
	list-style-position: outside;
}

.leftmenuIE7 li{
	height: 31px;
	width: 212px;
	background-image: url(../images/left-menu-normal.png);
	display:block;
	font-size: 11px;
	text-align: left;
	line-height: 31px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center center;
	color: #000000;
	/* text-indent: 35px; */
	/* margin-left: -5px; */
}

.leftmenuIE7 li:hover{
	background-image: url(../images/left-menu-over.png);
}

.leftmenuIE7 li a{color: #000000;text-decoration: none;}
.leftmenuIE7 li a:hover{color: #000000;	text-decoration: none;}
/*-----------------------------------------------------------*/


.leftmenuOznacene {
	height: 31px;
	width: 212px;
	background-image: url(../images/left-menu-over.png);
	display:block;
	font-size: 11px;
	text-align: left;
	line-height: 31px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center center;
	color: #000000;
	/* text-indent: 35px; */
	
}

/*buttons*/
.btnOrderProjectSK{
	background-image: url(../images/btn-projdok-sk-normal.png);
	width:212px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}

.btnOrderProjectSK:hover{
	background-image: url(../images/btn-projdok-sk-over.png);
}

.btnOrderProjectCatSK{
	background-image: url(../images/btn-order-proj-sk-normal.png);
	width:216px;
	height: 53px;
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top:50px;
}

.btnOrderProjectCatSK:hover{
	background-image: url(../images/btn-order-proj-sk-over.png);
	margin-bottom: 10px;
}


/*catalog menu*/

.menuCatalog, .menuCatalogRotate{
	width:222px;
	height: 44px;
	line-height:44px;
	background-image: url(../images/catalog-menu-normal.png);
	display:block;
	background-position: right center;
	background-repeat: no-repeat;
	color: #000000;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menuCatalog:hover{
	background-image: url(../images/catalog-menu-over_active.png);
	font-weight: bold;
}

.menuCatalogOznacene{
	width:222px;
	height: 44px;	
	background-image: url(../images/catalog-menu-over_active.png);
	display:block;
	background-position: right center;
	background-repeat: no-repeat;
	color: #000000;
	text-align: left;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;	
	font-weight: bold;
}
.menuCatalogOznaceneObr{
	padding-top:10px;
	padding-left:10px;
	float:left;
}
.menuCatalogOznaceneTxt{
	padding-top:13px;
	padding-left:5px;
	float:left;
}

.menuCatalog img{
	vertical-align: middle;
	margin-left: 20px;
	margin-right:5px;
}

.menuCatalog:hover img{
	margin-left: 12px;
}


.menuCatalogRotate{
	background-image: url(../images/catalog-menu-rotate-normal.png);
	text-indent: 75px;
	margin-top:87px;
}

.menuCatalogRotate:hover{
	background-image: url(../images/catalog-menu-rotate-over.png);
	font-weight: bold;
}

.menuCatalogRotate:hover{
	background-image: url(../images/catalog-menu-rotate-over.png);
	font-weight: bold;
}



.h1CatboxArrowBack, .h1CatboxArrowFward{
	display:block;
	height: 50px;
	width: 33px;
	float:left;
	background-image: url(../images/arrow-back-normal.png);
	background-position:center center;
}

.h1CatboxArrowBack:hover{
	background-image: url(../images/arrow-back-over.png);
}

.h1CatboxArrowFward{
	float:right;
	background-image: url(../images/arrow-fward-normal.png);
}

.h1CatboxArrowFward:hover{
	background-image: url(../images/arrow-fward-over.png);
}





.poradnaMenu{
	height:140px;
}
.poradna{
	color: #333333;
	text-decoration:none;
}
.btnPoradna  {
	width: 145px; /*151*/
	height: 36px;
	float:left;
	margin:0px;
	background-image: url(../images/btn-showme-normal.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
	text-align: center;
	text-transform: uppercase;
	line-height: 36px;
	font-family: "Trebuchet MS";	
}

.btnPoradna:hover  {
	background-image: url(../images/btn-showme-over.png);
	color: #000;
	font-weight: bold;
}

.btnPoradnaOznacene  {
	width: 145px; /*151*/
	height: 36px;
	float:left;
	margin:0px;
	background-image: url(../images/btn-showme-over.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	text-transform: uppercase;
	line-height: 36px;
	font-family: "Trebuchet MS";	
}
