@charset "windows-1250";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Calibri, Arial, Helvetica, sans-serif;*/
}
body {
	background-color: #222a30;
	text-align: center;
	background-image: url(../cover/body-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	text-decoration: underline;
	color: #4a5e6e;
}
a:hover {
	text-decoration: none;
	color: #a70f24;

}


hr {
	background-color: #f3f3f3;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	/margin-top: 0px;
	/margin-bottom: 10px;
}

#main {
	background-color: #FFFFFF;
	background-image: url(../cover/main-bg.png);
	background-repeat: repeat-y;
	width: 1035px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#top {
	background-image: url(../cover/top-bg.png);
	height: 521px;
	width: 1035px;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: 0;
}
#top #logo {
	position: absolute;
	left: 23px;
	top: 56px;
	top: 60px;
}
#main #top .faq {
	font-size: 11px;
	position: absolute;
	top: 18px;
	right: 275px;
	right: 135px;
	background-image: url(../cover/question.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d8b97;
}
#main #top .faq a {
	color: #A9B1BA;
}
#main #top .faq a:hover {
	color: #DFE2E6;
}
#main #top .datum {
	color: #A9B1BA;
	font-size: 11px;
	position: absolute;
	top: 18px;
	right: 155px;
	right: 15px;
	background-image: url(../cover/date.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d8b97;
	*/
}

#top #jazyk {
	position: absolute;
	right: 25px;
	top: 18px;
	background-image: url(../cover/globe.png);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
#top #jazyk ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top #jazyk li {
	display: block;
	float: left;
	height: 23px;
	width: 25px;
	margin-left: 4px;
}
#top #jazyk a {
	color: #85929e;
	text-decoration: none;
	text-align: center;
	height: 23px;
	width: 25px;
	line-height: 23px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top #jazyk a:hover {
	background-image: url(../cover/jazyk-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #BDC7D3;
}
#top #jazyk a.active, #top #jazyk a.active:hover {
	background-image: url(../cover/jazyk-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #c1c8cd;
	background-color: #748491;
}
#top #menu {
	position: absolute;
	right: 15px;
	top: 60px;
}
#top #menu ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#top #menu li {
	display: block;
	height: 56px;
	width: 94px;
	float: left;
	margin-right: 5px;
}
#top #menu a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 75px;
	color: #c9d0d9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top #menu a:hover {
	background-image: url(../cover/menu-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #d0b9bd;
}
#top #menu a.active, #top #menu a.active:hover {
	color: #FFFFFF;
	background-image: url(../cover/menu-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#left {
	width: 180px;
	position: relative;
	background-repeat: repeat-y;
	margin-top: 140px;
	margin-left: 25px;
	/margin-left: 12px;
	background-image: url(../cover/left-bg.png);
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#left h2, #left h1 {
	background-image: url(../cover/left-h2-bg.png);
	background-repeat: no-repeat;
	height: 118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	text-indent: 20px;
	position: absolute;
	width: 220px;
	left: 0px;
	letter-spacing: -0.04em;
}
#left h1 {
	letter-spacing: 0em;
}
#left div {
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}
#left h3 {
	font-size: 13px;
	font-weight: bold;
	color: #4a5e6e;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left p {
	font-size: 11px;
	color: #44535d;
	margin-bottom: 10px;
}
#left a {
	text-decoration: underline;
}
#left a:hover {
	text-decoration: none;
}

#left a.viac {
	text-align: right;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left div.bottom {
	background-image: url(../cover/left-bottom-bg.png);
	background-repeat: no-repeat;
	height: 10px;
	padding: 0px;
	position: absolute;
	left: 0px;
	width: 220px;
	z-index: 1;
	bottom: -10px;
	margin: 0px;
}
#left #submenu, #left ul {
	list-style-type: none;
}
#left #submenu li {
	font-size: 13px;
	font-weight: bold;
	color: #4a5e6e;
	margin-top: 20px;
	line-height: 13px;
}
#left #submenu li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #4a5e6e;
	/*display: block;
	height: 20px;*/
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#left #submenu li a:hover, #left #submenu li a.active {
	background-image: url(../cover/viac.gif);
	background-repeat: no-repeat;
	background-position: -100px 10px;
	color: #a70f24;
}
#left #submenu li a.active {
	font-weight: bold;	
}
#left #submenu li ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 10px;
}
#left #submenu li ul li {
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#left #vzorkovnik a {
	display: block;
	background-image: url(../cover/vzorky-bg.png);
	height: 43px;
	width: 190px;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	line-height: 32px;
	left: -5px;

	/left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#left #vzorkovnik a:hover {
	background-position: right top;
}






#right {
	float: right;
	position: relative;
	margin-top: 140px;
	margin-right: 25px;
	/margin-right: 12px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	min-height: 350px;

}
#right #banner {
	margin-bottom: 20px;
}

#right .novinka, #right .hlavny {
	width: 745px;
	background-image: url(../cover/novnka-bg.gif);
	background-repeat: repeat-y;
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
#right .novinka div, #right .hlavny div {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#right .hlavny div {
	margin-left: 20px;
}
#right .novinka .top, #right .hlavny .top {
	background-image: url(../cover/novinka-top-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 57px;
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
#right .novinka .bottom, #right .hlavny .bottom {
	background-image: url(../cover/novinka-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 100%;
/*	position: absolute;*/
	position: relative;
	bottom: -10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#right .novinka h1, #right .hlavny h1 {
	font-size: 20px;
	color: #a70f24;
	font-weight: normal;
	margin-bottom: 20px;
}
#right .novinka h2 {
	color: #a70f24;
	line-height: 10px;
	font-weight: normal;
}
#right .hlavny h3 {
	font-size: 16px;
	color: #4a5e6e;
	margin-bottom: 10px;
	font-weight: normal;
}
#right .hlavny h4 {
	font-size: 14px;
	color: #4a5e6e;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: bold;
}


#right .novinka p, #right .hlavny p {
	font-size: 12px;
	color: #252e34;
	margin-bottom: 10px;
}
#right .novinka img.left {
	position: absolute;
	left: -155px;
}
#right .novinka img {
	position: relative;
	left: 0px;
}
#right .novinka img.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#right /*.hlavny*/ ul {
	font-size: 12px;
	margin-left: 40px;
	margin-bottom: 20px;
	color: #252e34;
}

#right .hlavny .thumb {
	float: left;
	width: 132px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 151px;
	position: relative;
	text-align: center;
}
#right .hlavny .thumb a {
	display: block;
	height: 151px;
	width: 132px;
	position: relative;
	background-image: url(../cover/thumb-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
}
#right .hlavny .thumb a:hover {
	background-position: right;
}
#right  .hlavny  .thumb  a strong {
	color: #2c3840;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 106px;
	width: 112px;
	left: 10px;
}
#right .hlavny .thumb a:hover strong {
/*	color: #a70f24;*/
	color: #FFFFFF;
	background-position: right top;
/*	background-color: #2a4657;*/
}
#right .hlavny .thumb a span {
	display: block;
	background-image: url(../cover/thumb-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 9px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#right .hlavny .thumb a:hover span {
	background-position: right top;
}
#right .hlavny .thumb a img {
	position: relative;
	top: 1px;
}

#right .hlavny .kategoria {
	position: relative;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#right  .hlavny  .kategoria  a span {
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: absolute;
	top: 240px;
	left: 0px;
	width: 219px;
	z-index: 2;
	font-size: 15px;
	font-weight: bold;
	color: #2a4657;
	text-decoration: none;
}

/*#right  .hlavny  .kategoria  div h3 {
	font-size: 15px;
	font-weight: bold;
	color: #2a4657;
}*/
#right .hlavny .kategoria a:hover span {
	color: #a70f24;
}



#right .hlavny #nahlad {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	position: relative;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#right .hlavny #nahlad table {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: 1px solid #dadada;
}
#right .hlavny #nahlad table div {
	margin: 0px;
	padding: 0px;
}

#right  .hlavny  #nahlad  table span {
	display: block;
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	position: absolute;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#right  .hlavny  #nahlad  table span.top-left {
	background-image: url(../cover/roh.gif);
	background-position: left top;
	left: -1px;
	top: -1px;
}
#right  .hlavny  #nahlad  table span.top-right {
	background-image: url(../cover/roh.gif);
	background-position: right top;
	right: -1px;
	top: -1px;
}
#right  .hlavny  #nahlad  table span.bottom-left {
	background-image: url(../cover/roh.gif);
	background-position: left bottom;
	left: -1px;
	bottom: -1px;
	/bottom: -2px;
}
#right  .hlavny  #nahlad  table span.bottom-right {
	background-image: url(../cover/roh.gif);
	background-position: right bottom;
	right: -1px;
	bottom: -1px;
	/bottom: -2px;
}
#right .hlavny #nahlad h3 {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #44535d;
}
#right .hlavny #farby {
	position: relative;
	padding: 0px;
	background-image: url(../cover/farby-bg.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 710px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#right .hlavny #farby .vzorka {
	float: left;
	height: 73px;
	width: 52px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
}
#right .hlavny #farby .vzorka a {
	display: block;
	height: 73px;
	width: 52px;
	text-align: center;
	font-size: 10px;
	color: #44535d;
	text-decoration: none;
}
#right .hlavny #farby .vzorka a.active {
	background-position: left top;
	background-image: url(../cover/vzorka-bg.png);
	background-repeat: no-repeat;
}

#right .hlavny #farby .vzorka a:hover {
	background-image: url(../cover/vzorka-bg.png);
	background-repeat: no-repeat;
	color: #a70f24;
	background-position: right top;
}
#right .hlavny #farby .vzorka a img {
	position: relative;
	margin-top: 10px;
}
#right  .hlavny  #farby  .vzorka  a span {
	font-size: 10px;
	padding: 0px;
	line-height: 20px;
	margin: 0px;
}
#right    .hlavny    h2   {
	font-size: 14px;
	color: #a70f24;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: left;
}




#right .hlavny #posuvnik {
	margin: 0px;
	padding: 0px;
}
#right #strany {
	position: relative;

}
#right #strany a {
	height: 20px;
	width: 20px;
	background-image: url(../cover/strany-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #2a4657;
	line-height: 20px;
	margin-right: 4px;
	text-decoration: none;
}
#right #strany a.active {
	background-position: left top;
	color: #FFFFFF;
	background-color: #CC132C;
}

#right #strany a:hover {
	background-position: left top;
	color: #FFFFFF;
	background-color: #CC132C;
}
#right div.novinka div.graser-vzorka {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	height: 150px;
	width: 120px;
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
}
#right div.novinka div.graser-vzorka img {
	position: relative;
	left: 0px;
	top: 0px;
}
#right div.novinka div.graser-vzorka span {
	font-size: 11px;
	display: block;
}
#right .hlavny .faq-toc {
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#right .hlavny .faq-toc li {
	margin-bottom: 5px;
	list-style-type: none;
}
#right .hlavny .faq-toc li.active {
	color: #a70f24;
	list-style-type: circle;
}

#right  .hlavny  .faq-toc  li.active a {
	text-decoration: none;
	color: #a70f24;
}
#right .hlavny .faq dt {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
#right .hlavny .faq dt a {
	line-height: 24px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	height: 24px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 30px;
	background-color: #F8F8F8;
	background-image: url(../cover/otazka-2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#right .hlavny .faq dt a:hover {
	background-color: #EEEEEE;
}



#right .hlavny .faq dd {
	display: none;
}
#right .hlavny .faq dd.visible {
	display: block;
	padding-right: 15px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../cover/odpoved-2.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}





#peta {
	clear: both;
	height: 62px;
	background-image: url(../cover/peta-bg.png);
	font-size: 11px;
	color: #a4a4a4;
	position: relative;
	margin-top: 20px;
}
#peta p {
	margin-left: 25px;
	padding-top: 8px;
	margin-top: 0px;
	line-height: 24px;
	position: relative;
	top: -5px;
}
#peta #peta-menu {
	text-align: right;
	position: absolute;
	right: 25px;
	top: 0px;
}
#peta  a  {
	text-decoration: underline;
	color: #a4a4a4;
	margin-right: 4px;
	margin-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#peta  a:hover  {
	color: #666666;
	text-decoration: none;
}
#peta #marlow-design {
	position: relative;
	top: 10px;
}
.zarovnanie, .clear, .clr {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

form {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	position: relative;
}
fieldset {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
fieldset  div {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 3px;
	margin: 2px;
}
legend {
	font-weight: bold;
}
label.left {
	width: 25%;
	display: block;
	float: left;
}
input.text {
	width: 33%;
}
fieldset  .width33 {
	float: left;
	width: 25%;
	padding: 0px;
	margin: 0px;
	height: 16px;
	border-style: none;
	border-width: 0px;
}

fieldset .width33 input {
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}
fieldset .width33 label {
	line-height: 12px;
	position: relative;
	top: 4px;
}
form div.buttony {
	text-align: center;
	margin: 1em;
}
.banner-katalog {
	background-image: url(../cover/banner/katalog-pomnikov-bg.jpg);
	position: relative;
	height: 280px;
	width: 745px;
}
.banner-katalog h1 {
	background-image: url(../cover/banner/katalog-pomnikov-h1.png);
	text-indent: -10000px;
	position: absolute;
	height: 32px;
	width: 297px;
	left: 32px;
	top: 31px;
}
.banner-katalog p {
	position: absolute;
	width: 295px;
	left: 33px;
	top: 85px;
	font-size: 13px;
	line-height: 20px;
	color: #767676;
}
.banner-katalog a.button, .stlpce a.button {
	background-image: url(../cover/banner/katalog-pomnikov-button.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 37px;
	width: 172px;
	font-size: 12px;
	font-weight: bold;
	color: #f3f5f7;
	text-decoration: none;
	left: 34px;
	top: 208px;
	line-height: 32px;
	text-indent: 22px;
	text-transform: uppercase;
}
.banner-katalog a.button:hover, .stlpce a.button:hover {
	background-position: center bottom;
}
.stlpce {
	width: 680px;
	margin-right: 32px;
	margin-left: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	padding-top: 35px;
}
.stlpce  .stlpec2 {
	float: left;
	width: 315px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.stlpce .last {
	margin-right: 0px;
}
.stlpce  h2  {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.stlpce  h2  a  {
	text-decoration: none;
}
.stlpce  h3  {
	font-size: 16px;
	font-weight: normal;
	color: #656565;
	margin-bottom: 15px;
}
.stlpce  img  {
	margin-bottom: 20px;
}
.stlpce  p  {
	font-size: 13px;
	line-height: 20px;
	color: #767676;
	margin-bottom: 20px;
}
.stlpce  a.button  {
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	text-transform: none;
	text-align: center;
	width: 135px;
	padding-right: 20px;
	text-indent: 0px;
	padding-left: 17px;
}
.stlpce .stlpec1 {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	padding-top: 35px;
	height: 200px;
}
.stlpce .stlpec1 img {
	float: left;
	margin-right: 25px;
}
#right .hlavny .adresa {
	margin: 0px;
	overflow: auto;
}
#right .hlavny .adresa .col {
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}
#right .hlavny .adresa .last {
	border-right-width: 0px;
	width: 300px;
	margin-right: 0px;
	padding-right: 0px;
}

#right .hlavny .adresa h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right .hlavny .adresa .col h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#right .hlavny .adresa .col p {
	line-height: 18px;
	margin-bottom: 25px;
}

#right .hlavny .adresa .col em {
	display: block;
	float: left;
	width: 42px;
	font-style: normal;
}
#right .hlavny .adresa .col em.time {
	width: 130px;
}

