@CHARSET "UTF-8";

@font-face {
    font-family: 'ZektonRegular';
    src: url('fonts/zr.eot');
    src: local('☺'), url('fonts/zr.woff') format('woff'), url('fonts/zr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZektonBold';
    src: url('fonts/zb.eot');
    src: local('☺'), url('fonts/zb.woff') format('woff'), url('fonts/zb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color:#000000;
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

.page_top {
	height: 290px;
	overflow: hidden;
}

.page_middle {
	min-height: 100px;
	margin: 5px 0 20px 0;
}

.page_bottom {
	height: 330px;
	overflow: hidden;
	background-image: url("img/bg_footer.gif");
	background-position: center top;
	background-repeat: repeat-x;
	margin: 45px 0 0 0;
	padding: 20px 0 50px 0;
	color: #ffffff;
}

.centered {
	width: 980px;
	margin: 0 auto 0 auto;
	height: 100%;
}



@media print {
	.page_top {
		height: auto;
	}

	.page_middle {
		height: auto;
	}

	.page_bottom {
		height: auto;
	}
}




.page_top .left {
	width: 220px;
	float: left;
	height: 100%;
	overflow: hidden;
}

.page_top .right {
	width: 740px;
	float: right;
	height: 100%;
	overflow: hidden;
}




/* ******************************** common ******************************** */

.nofloat {
	font-size: 1px;
	height: 1px;
	clear: both;
	display: block;
}

p {
	margin:0;
	padding: 0 0 0.9em 0;
}

img, div {
	behavior: url("iepngfix.htc");
}

a img {
	border: 0;
}

.web-accessibility {
	display: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: ZektonRegular;
	color: #000000;
	font-weight:normal;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 1em 0 0 0;
	padding: 0 0 0 2em;
}

ul li {
	margin: 0;
	padding: 0;
}

ol {
	margin: 1em 0 0 0;
	padding: 0 0 0 2em;
}

ol li {
	margin: 0;
	padding: 0;
}

input, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding:2px;
}

textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding:2px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #871948;
}

a:hover {
	text-decoration:underline;
	color: #871948;
}

h2 a,
h2 a:link,
h2 a:visited,
h2 a:active {
	text-decoration: none;
	color: #107FFD;
}
h2 a:hover {
	text-decoration:underline;
	/*color: #FFFFFF;*/
}
h3 a,
h3 a:link,
h3 a:visited,
h3 a:active {
	text-decoration: none;
	color: #107FFD;
}
h3 a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

table {
	padding:0;
	margin:0 0 1em 0;
}

table td {
	vertical-align:top;
	padding:0 1em 0 0;
}

table tr {
	vertical-align: top;
}

.chyba {
	color: #FF0000;
	font-size: 100%;
	/*background-color: #940000;*/
	margin: 1em 0 1em 0;
	/*padding: 1em;*/
}

.chyba p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

.chyba ol {
	margin: 0;
	padding: 0 0 1em 3em;
}

.gray {color: gray;}
.small {font-size: 85%; color:#666666;}

.tlacitko {
	color:white;
	border:1px solid #888888;
	background-color:#111111;
	background-image:url(img/submit_bg.gif);
	background-position:center;
	padding:2px 1em 2px 1em;
}

.loading-text {
	background-image: url("img/loading.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
}

.middle a.external {
	padding-right: 12px;
	background-image: url("img/external.gif");
	background-position: right center;
	background-repeat: no-repeat;
}



/* ******************************** header ******************************** */
.page_top .logo {
	background-image: url("img/logo_container.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 215px;
	height: 157px;
}

.page_top .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.page_top .logo a img {
	padding: 57px 0 0 13px;
}

.page_top .search {
	margin: 45px 0 0 0;
}

.page_top .search .input {
	width: 180px;
	height: 29px;
	float: left;
	background-image: url("img/search.png");
	background-position: left top;
}

.page_top .search .input input {
	margin: 5px auto 0 auto;
	display: block;
	border: 0;
	background-color: transparent;
	width: 160px;
}

.page_top .search .submit {
	width: 28px;
	height: 29px;
	float: left;
}

.page_top .search .submit input {
	display: block;
	border: 0;
	background-color: transparent;
	width: 28px;
	height: 29px;
	background-image: url("img/search.png");
	background-position: right top;
	font-size: 0;
}

@media print {
	.page_top .logo {
		width: auto;
		height: auto;
		margin: 0 0 1em 0;
	}

	.page_top .search {
		display: none;
	}

	.page_top .logo a img {
		padding: 0;
	}
}


/* ******************************** animace top ******************************** */

.page_top .animtop {
	margin: 40px 0 0 0;
	position: relative;
}

@media print {
	.page_top .animtop {
		display: none;
	}
}

.page_top .animtop .animtop-prev {
	width: 37px;
	height: 230px;
	position: absolute;
	left: 0;
	top: 0;
}

.page_top .animtop .animtop-slides {
	width: 625px;
	height: 230px;
	position: relative;
	overflow: hidden;
	margin: 0;
	position: relative;
	position: absolute;
	left: 55px;
	top: 0;
}

.page_top .animtop .animtop-next {
	width: 37px;
	height: 230px;
	position: absolute;
	left: 700px;
	top: 0;
}


.page_top .animtop .animtop-prev a {
	display: block;
	width: 100%;
	height: 110px;
	text-indent: -1000%;
	font-size: 0;
	background-image: url("img/anim_arrows.png");
	background-position: -100px center;
	background-repeat: no-repeat;
	margin: 60px 0 0 0;
}

.page_top .animtop .animtop-prev a:hover {
	background-position: 0 center;
}

.page_top .animtop .animtop-next a {
	display: block;
	width: 100%;
	height: 110px;
	text-indent: -1000%;
	font-size: 0;
	background-image: url("img/anim_arrows.png");
	background-position: -150px center;
	background-repeat: no-repeat;
	margin: 60px 0 0 0;
}

.page_top .animtop .animtop-next a:hover {
	background-position: -50px center;
}

.page_top .animtop .animtop-slides .slideshow {
	width: 700px;
	height: 230px;
}

.page_top .animtop .animtop-slides .slide {
	width: 700px;
	height: 230px;
	position: relative;
	overflow: hidden;
	top: 0;
	margin: 0 25px 0 0;
	padding: 0;
}

.page_top .animtop .animtop-slides .slide a {
	text-decoration: none;
	display: block;
	width: 725px;
	height: 230px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.page_top .animtop .animtop-slides .slide a:hover {
	text-decoration: none;
}

.page_top .animtop .animtop-slides .slide01 .box1 {
	position: absolute;
	display: block;
	font-family: ZektonRegular;
	font-size: 30px;
	left: 0;
	top: 0;
	text-transform: uppercase;
	line-height: 33px;
	color: #ffffff;
}

.page_top .animtop .animtop-slides .slide01 .box2 {
	position: absolute;
	display: block;
	font-family: ZektonRegular;
	font-size: 16px;
	left: 0;
	top: 100px;
	text-transform: uppercase;
	color: #3A1C25;
}

.page_top .animtop .animtop-slides .slide01 .box3 {
	position: absolute;
	display: block;
	font-size: 12px;
	left: 0;
	top: 125px;
	width: 230px;
	color: #3A1C25;
}

.page_top .animtop .animtop-slides .slide01 .box4 {
	position: absolute;
	display: block;
	right: 75px;
	top: 30px;
	width: 390px;
	height: 200px;
}

.page_top .animtop .animtop-slides .slide02 .box1 {
	position: absolute;
	display: block;
	font-family: ZektonRegular;
	font-size: 30px;
	left: 0;
	top: 0;
	text-transform: uppercase;
	line-height: 33px;
	color: #ffffff;
}
.page_top .animtop .animtop-slides .slide02 .box2 {
	position: absolute;
	display: block;
	font-family: ZektonRegular;
	font-size: 16px;
	left: 0;
	top: 100px;
	text-transform: uppercase;
	color: #3A1C25;
}

.page_top .animtop .animtop-slides .slide02 .box3 {
	position: absolute;
	display: block;
	font-size: 12px;
	left: 0;
	top: 125px;
	width: 230px;
	color: #3A1C25;
}

.page_top .animtop .animtop-slides .slide02 .box4 {
	position: absolute;
	display: block;
	right: 85px;
	top: 0;
	width: 276px;
	height: 200px;
}

.page_top .animtop .animtop-slides .slide03 .box1 {
	position: absolute;
	display: block;
	font-family: ZektonRegular;
	font-size: 30px;
	left: 0;
	top: 0;
	text-transform: uppercase;
	line-height: 33px;
	color: #ffffff;
}
.page_top .animtop .animtop-slides .slide03 .box2 {
	position: absolute;
	display: block;
	font-family: ZektonRegular;
	font-size: 16px;
	left: 0;
	top: 100px;
	text-transform: uppercase;
	color: #3A1C25;
}

.page_top .animtop .animtop-slides .slide03 .box3 {
	position: absolute;
	display: block;
	font-size: 12px;
	left: 0;
	top: 125px;
	width: 230px;
	color: #3A1C25;
}

.page_top .animtop .animtop-slides .slide03 .box4 {
	position: absolute;
	display: block;
	right: 80px;
	top: 0;
	width: 201px;
	height: 200px;
}
.page_top .animtop .animtop-slides .slide04 .box1 {
	position: absolute;
	display: block;
	font-family: ZektonRegular;
	font-size: 30px;
	left: 0;
	top: 0;
	text-transform: uppercase;
	line-height: 33px;
	color: #ffffff;
}
.page_top .animtop .animtop-slides .slide04 .box2 {
	position: absolute;
	display: block;
	font-family: ZektonRegular;
	font-size: 16px;
	left: 0;
	top: 100px;
	text-transform: uppercase;
	color: #3A1C25;
}

.page_top .animtop .animtop-slides .slide04 .box3 {
	position: absolute;
	display: block;
	font-size: 12px;
	left: 0;
	top: 125px;
	width: 230px;
	color: #3A1C25;
}

.page_top .animtop .animtop-slides .slide04 .box4 {
	position: absolute;
	display: block;
	right: 75px;
	top: 0;
	width: 346px;
	height: 192px;
}



/* ******************************** menu ******************************** */

.page_top .menu ul {
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
}

.page_top .menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #8d355e;
	border-left: 1px solid #18050d;
}

.page_top .menu ul li a {
	color: #ffffff;
	font-family: ZektonRegular;
	font-size: 13px;
	height: 27px;
	padding: 12px 1.5em 0 1.5em;
	display: block;
}

.page_top .menu ul li a:hover {
	background-image: url("img/menu_active.png");
	text-decoration: none;
}

.page_top .menu ul li a.active {
	background-image: url("img/menu_active2.png");
}

@media print {
	.page_top .menu {
		/*display: none;*/
	}

	.page_top .menu ul li {
		border-right: 1px solid #000000;
		border-left: 0px;
	}

	.page_top .menu ul li a {
		padding: 0 1.0em 0 1.0em;
	}
}



/* ******************************** homepage navigace ******************************** */
.page_middle .homepage .nav {
	width: 439px;
	height: 240px;
	padding: 40px 25px 0 25px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

.page_middle .homepage .nav a {
	color: #ffffff;
}

.page_middle .homepage .nav.business {
	float: left;
	background-image: url("img/nav_business.png");
}

.page_middle .homepage .nav.public {
	float: right;
	background-image: url("img/nav_public.png");
}

.page_middle .homepage .nav h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 200%;
}

.page_middle .homepage .nav ul {
	margin: 1em 0 0 0;
	padding: 0 0 0 0.5em;
}

.page_middle .homepage .nav ul li {
	margin: 0;
	padding: 0 0 0 1.5em;
	list-style: none;
	background-image: url("img/odrazka.gif");
	background-position: left 6px;
	background-repeat: no-repeat;
	line-height: 20px;
	color: #ffffff;
}






.page_middle .homepage h1 {
	font-size: 12px;
	position: absolute;
}





/* ******************************** homepage navigace male ******************************** */

.page_middle .homepage .navsmall {
	width: 226px;
	height: 146px;
	background-image: url("img/box-gray.gif");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	color: #2e141c;
	float: left;
	margin: 1.5em 21px 0 0;
}

.page_middle .homepage .navsmallred {
	background-image: url("img/box-red.png");
	color: #ffffff;
}

.page_middle .homepage .navsmall h2 {
	margin: 13px 13px 5px 13px;
	color: #444444;
}

.page_middle .homepage .navsmall h2 a {
	color: #444444;
	display: block;
}

.page_middle .homepage .navsmallred h2 a {
	color: #ffffff;
}

.page_middle .homepage .navsmall p {
	/*margin: 5px 60px 0 13px;*/
	margin: 5px 13px 0 13px;
	color: #2e141c;
}

.page_middle .homepage .navsmall p a {
	color: #2e141c;
}

.page_middle .homepage .navsmallred p a {
	color: #ffffff;
}

.page_middle .homepage .navsmall p a:hover {
	text-decoration: none;
}
.page_middle .homepage .navsmall-last {
	float: right;
	margin-right: 12px;
}





/* ******************************** zapati ******************************** */

.page_bottom a {
	color: #ffffff;
}

.page_bottom .left {
	width: 200px;
	float: left;
	margin: 1em 40px 0 0;
}

.page_bottom .middle {
	width: 540px;
	float: left;
	margin: 1em 0 0 0;
}

.page_bottom .leftwide {
	width: 680px;
	float: left;
	margin: 0 40px 0 0;
}

.page_bottom .right {
	width: 165px;
	float: right;
	margin: 1em 0 0 0;
}

.page_bottom .footer {
	margin: 30px 0 10px 0;
	color: #E4CCCE;
}

.page_bottom .footer a {
	color: #E4CCCE;
}

.page_bottom .creation {
	margin: 10px 0 0 0;
	color: #66212A;
}

.page_bottom .creation a {
	color: #66212A;
}

.page_bottom .creation a:hover {
	text-decoration: none;
}

.page_bottom .left h2 {
	color: #ffffff;
	font-size: 17px;
	margin: 0 0 0.5em 0;
}

.page_bottom .left p strong {
	text-transform: uppercase;
}


.page_bottom .right .facebook a {
	text-indent: -1000%;
	font-size: 0;
	display: block;
	width: 150px;
	height: 30px;
	background-image: url("img/facebook.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

@media print {
	.page_bottom .left {
		width: auto;
		margin: 0;
		height: auto;
	}

	.page_bottom .middle {
		display: none;
	}

	.page_bottom .right {
		display: none;
	}

	.page_bottom .footer {
		display: none;
	}

	.page_bottom .creation {
		display: none;
	}
}



/* ******************************** zapati kontakt ******************************** */

.page_bottom .middle label {
	display: block;
	width: 90px;
	float: left;
	clear: both;
	margin: 5px 10px 0 0;
	text-align: right;
}

.page_bottom .middle label.label-text {
	margin: 12px 10px 0 0;
}

.page_bottom .middle .input {
	width: 420px;
	float: left;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 5px 3px 5px;
}

.page_bottom .middle .input input {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.page_bottom .middle .textarea {
	width: 420px;
	float: left;
	margin: 7px 0 7px 0;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px;
}

.page_bottom .middle .textarea textarea {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.page_bottom .middle .captchacont {
	clear: both;
	float: left;
	margin: 0 0 0 100px;
	width: 310px;
	height: 30px;
}

.page_bottom .middle .submit {
	float: left;
	width: 120px;
}

.page_bottom .middle .submit input {
	width: 100%;
	padding: 3px;
	margin: 0;
	border: 1px solid #795963;
	background-image: url("img/tlacitka.png");
	background-position: left top;
	background-repeat: repeat-x;
	color: #ffffff;
}

.page_bottom .middle .captchacont img {
	width: 90px;
	height: 23px;
	float: left;
	margin: 0 10px 0 0;
}

.page_bottom .middle .captchacont .captcha-input {
	width: 60px;
	float: left;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 5px 4px 5px;
	margin: 0 10px 0 0;
}

.page_bottom .middle .captchacont .captcha-input input {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.page_bottom .middle .captchacont .refresh-captcha {
	float: left;
	width: 100px;
}

.page_bottom .middle .captchacont .refresh-captcha input {
	width: 100%;
	padding: 3px;
	margin: 0;
	border: 1px solid #795963;
	background-image: url("img/tlacitka.png");
	background-position: right top;
	background-repeat: repeat-x;
	color: #ffffff;
}



/* ******************************** zapati menu ******************************** */

.page_bottom .menu {
	clear: both;
}

.page_bottom .menu ul {
	margin: 3em 0 0 0;
	padding: 0;
}

.page_bottom .menu ul li {
	padding: 0 0.5em 0 0.5em;
	margin: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #ffffff;
}

.page_bottom .menu ul li:FIRST-CHILD {
	border: 0;
	padding-left: 0;
}



/* *********************************** content *********************************** */

.content {
	min-height:280px;
}

.content h1 {
	padding: 0;
	margin: 0.67em 0;
	font-size: 2em;
}

.content h2 {
	padding: 0;
	margin: 0.83em 0;
	font-size: 1.5em;
}

.content h3 {
	padding: 0;
	margin: 1em 0;
	font-size: 1.17em;
}
.content ul li {
	margin: 0;
	padding: 0 0 0.2em 0;
	list-style: url(img/li1.gif);
}



/* *********************************** left *********************************** */


.content .left .submenu ul {
	margin: 2em 0 1.8em 0;
	padding: 0 0 0 1.4em;
}

.content .left .submenu ul li {
	margin: 0;
	padding: 0 0 0.6em 0;
	list-style: url(img/li.gif);
}

.content .left .submenu ul ul {
	margin: 0.4em 0 0.5em 0;
	padding: 0 0 0 1em;
}

.content .left .submenu ul li li {
	margin: 0;
	padding: 0 0 0.4em 0;
}
.content .left .submenu a.active {
	font-weight: bold;
	text-decoration:underline;
}






/* *********************************** galerie *********************************** */



.content .galerie {
	padding: 2em 0 1em 0;
}

.content .galerie .miniatura {
	float: left;
	width: 136px;
	height: 136px;
	margin: 0 7px 13px 6px;
	display: table;
	#position: relative;
	overflow: hidden;
	text-align: center;
}

.content .galerie .miniatura .centrovani {
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.content .galerie .miniatura .centrovani a {
	display: block;
}

.content .galerie .miniatura .centrovani a img {
	#position: relative;
	#top: -50%;
	#left: -50%;
	margin: 1px 0 0 0;
	border: 1px solid #666666;
}




/* ************************************** soubory ************************************** */




.content .soubory {
	/*clear:both;*/
	/*background-color:#CCCCCC;*/
}

.content .soubory h2 {
	font-size: 160%;
	/*margin: 0 0 0.5em 0;*/
}

.content .soubory .soubor {
	float:left;
	width:330px;
	min-height:55px;
	margin: 10px 10px 20px 0;
}

.content .soubory .soubor .soubor_ikona {
	float:left;
	width:60px;
	height:48px;
	padding:0 15px 0 0;
	text-align:right;
}

.content .soubory .soubor .soubor_texty {
	float:left;
	padding:0 10px 0 0;
	width: 240px;
}


.content .soubory .soubor .soubor_texty p {
	padding:0 0 2px 0;
	margin: 0;
}

.content .soubory .soubor_texty .velikost {
	color: #666666;
	font-size:0.9em;
}






/* ************************************** podclanky ************************************** */



.content .podclanky ul {
	margin: 0;
	padding: 0;
}

.content .podclanky ul li {
	list-style: none;
	float: left;
	width: 47%;
	height: 120px;
	overflow: hidden;
	margin: 1em 2% 1.0em 0;
	/*padding: 0.5em;*/
}

.content .podclanky ul li h3 {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0em 0 0.3em 0;
	font-size:105%;
}

.content .podclanky ul li .foto {
	float:left;
	padding: 0 0 0 0;
	margin: 0 13px 8px 0;
	font-size:0;
	width: 110px;
	height: 110px;
}

.content .podclanky ul li .foto img {
	/*border: 5px solid #E3DDC7;*/
}

.content .podclanky ul li.active:hover {
	cursor: pointer;
	background-color: #F5F2E9;
}

.content .podclanky ul li.active:hover a {
	text-decoration: underline;
}

.content .podclanky ul li a:hover {
	text-decoration: none;
}

.content .podclanky ul li a .nazev {
	color: #000000;
	display: block;
}

.content .podclanky ul li a:hover .nazev {
	text-decoration: underline;
}

.content .podclanky ul li a .popis {
	color: #909090;
	display: block;
}




/* ************************************** path ************************************** */

.path {
	font-size: 90%;
	color: #666666;
	height: 20px;
}

.path strong {
	float: left;
	margin: 0 0.5em 0 0;
}

.path ul {
	float: left;
	margin: 0;
	padding: 0;
}

.path ul li {
	list-style: none;
	float: left;
	margin: 0 1em 0 0;
	padding: 0 0 0 1.2em;
	background-image: url("img/path.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

.path ul li:FIRST-CHILD {
	background-image: none;
}

.path h1 {
	font-size: 12px;
	color: #B8385B;
}


@media print {
	.path h1 {
		font-size: 2em;
		color: #000000;
	}
}



/* ************************************** vyhledávání ************************************** */


.content .right .vyhledavani {
	margin:1em 0 1em 0;
}
.content .right .vyhledavani .nalezeno {
	margin:2em 0 1em 0;
}
.content .right .vyhledavani .nazev {
	font-weight:bold;
}
.content .right .vyhledavani .pravdepodobnost {
	display: none;

}




/* ******************************** zapati kontakt ******************************** */

.content .kontakt label {
	display: block;
	width: 90px;
	float: left;
	clear: both;
	margin: 5px 10px 0 0;
	text-align: right;
}

.content .kontakt label.label-text {
	margin: 12px 10px 0 0;
}

.content .kontakt .input {
	width: 420px;
	float: left;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 3px 5px 3px 5px;
}

.content .kontakt .input input {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.content .kontakt .textarea {
	width: 420px;
	float: left;
	margin: 7px 0 7px 0;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px;
}

.content .kontakt .textarea textarea {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.content .kontakt .captchacont {
	clear: both;
	float: left;
	margin: 0 0 0 100px;
	width: 300px;
	height: 30px;
}

.content .kontakt .submit {
	float: left;
	width: 130px;
}

.content .kontakt .submit input {
	width: 100%;
	padding: 3px;
	margin: 0;
	border: 1px solid #795963;
	background-image: url("img/tlacitka.png");
	background-position: left top;
	background-repeat: repeat-x;
	color: #ffffff;
}

.content .kontakt .captchacont img {
	width: 90px;
	height: 23px;
	float: left;
	margin: 0 10px 0 0;
}

.content .kontakt .captchacont .captcha-input {
	width: 60px;
	float: left;
	background-image: url("img/input.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 5px 4px 5px;
	margin: 0 10px 0 0;
}

.content .kontakt .captchacont .captcha-input input {
	width: 100%;
	border: 0;
	background: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.content .kontakt .captchacont .refresh-captcha {
	float: left;
	width: 100px;
}

.content .kontakt .captchacont .refresh-captcha input {
	width: 100%;
	padding: 3px;
	margin: 0;
	border: 1px solid #795963;
	background-image: url("img/tlacitka.png");
	background-position: right top;
	background-repeat: repeat-x;
	color: #ffffff;
}




.content .left {
	width: 250px;
	float: left;
}

.content .right {
	width: 683px;
	float: right;
}



.page_bottom .facebooklike {
	margin: 20px 0 0 0;
}





.knavigace {
	height: 1.8em;
	font-size: 1.4em;
	margin:0.5em 0 0 0;
}

.knavigace .kprev {
	float: left;
	width: 30%;
}

.knavigace .knext {
	float: right;
	width: 30%;
	text-align: right;
}

.knavigace .kindex {
	float: left;
	width: 39%;
	text-align: center;
}

.katalog {
	width: 980px;
	height: 781px;
	overflow: hidden;
	position: relative;
	border: 1px solid gray;
	background-color: #dddddd;

}

.katalog .kcont {
	width: 10000px;
	position: absolute;
}

.katalog .kcont .kseznam {
	background-color: #ffffff;
	background-image: none;
}

.katalog .kcont .kseznam ul {
	margin: 0;
	padding: 2em;
}

.katalog .kcont .kseznam ul li {
	2em 0 0.8em 2em
	padding: 0;
	list-style: none;
	text-align: center;
}

.katalog .kcont .kseznam ul li a {
	font-size: 1.6em;
}

.katalog .kcont div {
	float: left;
	width: 980px;
	height: 781px;
	background-image: url("img/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

.katalog .kpage {
	position: absolute;
	padding: 0.6em;
	background-color: #dddddd;
	right: 0;
	bottom: 0;
}



