@media screen {

.print_only {
	display: none
}

}

@media print {

#header,#menu,#submenu,#foot, .form,.buttons {display: none;}
h1,h2,h3,h4,h5,h6 {display: inline; color: Black;}
#wrapper,#content{border:0;}
}
@font-face {
    font-family: 'octin_stencil_freeregular';
    src: url('../fonts/octin_stencil_free-webfont.eot');
    src: url('../fonts/octin_stencil_free-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/octin_stencil_free-webfont.woff') format('woff'),
         url('../fonts/octin_stencil_free-webfont.ttf') format('truetype'),
         url('../fonts/octin_stencil_free-webfont.svg#octin_stencil_freeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amarillousafregular';
    src: url('../fonts/amarillo_usaf-webfont.eot');
    src: url('../fonts/amarillo_usaf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amarillo_usaf-webfont.woff') format('woff'),
         url('../fonts/amarillo_usaf-webfont.ttf') format('truetype'),
         url('../fonts/amarillo_usaf-webfont.svg#amarillousafregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
background-color: #313540;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #8F8F8F 0%, #313540 100%);


/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #8F8F8F 0%, #313540 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #8F8F8F 0%, #313540 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8F8F8F), color-stop(1, #313540));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #8F8F8F 0%, #313540 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #8F8F8F 0%, #313540 100%);
background-repeat: no-repeat;
}
body {
	font: 80%/1.5 Tahoma, sans-serif;
	/*color:white;*/
	margin: 0;
	background-color: #313540;

}

a{	color: #000099;}

a img{border:none;}
table{
	margin: auto;
	width: 90%;
}
table, td, th{
	border: 1px solid #ff9900;
	border-collapse: collapse;
}
th{
	background-color: #E8EFF6;
}
th, td{
	padding: 1px 3px;
}

#wrapper {
	background-color: white;
	margin:25px auto;
	width:1000px;
	/*height: 100%;*/
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
	}
#pg_body li {
	list-style:none;
}


#content{
	width:1000px;
	color:black;
	margin: 0 auto;
}
/*html>body #content{padding-top:1px;}*/
#content h1,h2,h3,h4,h5,h6{
	color:#BD4200;
	margin:0;
}
#content h4,h5,h6{
	font-size: 1.1em;
}


#header{
background: url(../images/bg-header.png) no-repeat center top; 
 width:1000px;
 height:200px;
 margin:0;
-moz-border-radius: 10px 10px 0px 0px;
 border-radius:10px 10px 0 0;
-webkit-border-radius: 0px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius:10px;	
}
#header h1{	
	float:left;
	display: block;
	width:145px;
	height:145px;
	margin:30px 0 0 20px;
	background-image: url(../images/logo-kpmjh.png);
	background-repeat:  no-repeat;
	background-position:center; 
	text-indent: -9999px;
}
#header h2{
	position:absolute;
	left: -9999px;
}
a#home{
	display: block;
/*	border:1px solid Yellow;*/
	background-image: url(../images/bg-header-h1.png);
	background-repeat:  no-repeat;
	background-position:top left; 
	width:224px;
	height:95px;
	text-indent: -9999px;
   float: left;
	margin:63px 0 0 10px;
}
a:hover#home{
background-position:top right;
}
/***********************************/
#col-left{	
	background-color: transparent;
	width:225px;
	margin:0 0 0 10px;
	padding: 0;
	float:left;
	}
	
#col-right{	
	width:755px;
	margin:0;
	padding:0 10px 0 0;
	float:right;
	/*border-right:1px solid #cccccc;*/	
	}
	#uvod-stred{width:560px;
	float:left;	
	}
/************************************************/	
#pg_body{
	margin:20px 30px 0;
	padding: 0 ;
}

#footer{
clear:both;
 width: 1000px;
 height:61px;
 margin:0 auto;
 padding: 0;
 color:#fff097;
 font-size: 11px;
 text-align: right;
 	/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, ellipse closest-side, #95966E 0%, #777858 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse closest-side, #95966E 0%, #777858 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse closest-side, #95966E 0%, #777858 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #95966E), color-stop(1, #777858));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse closest-side, #95966E 0%, #777858 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse closest-side at center, #95966E 0%, #777858 100%);

 -moz-border-radius: 0px 0px 10px 10px;
 border-radius:0 0 10px 10px;
-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius:10px;

 }
 #footer-left{
 	float: left;
 	display: inline-block;
 	height: 50px;
 	margin:20px 0 0 20px;
 }
 #footer-center{
 	float: left;
 	display: inline-block;
 	height: 50px;
 	margin: 20px auto 0;
 }
 #footer-right{
 	float: right;
 	display: block;
 	height: 50px;
 	margin:20px 20px 0 0;
 }
#footer span{
	margin:10px 50px 0 0;
	
}
#footer a{
	color:#ffec7b;
	text-decoration: underline;
}
#footer a:hover{
	color:#fffacd;
}
 
	
.hide{display: none;}
/****************************** FOTOGALERIE UVOD*********************************/
#galleryIntro{
	padding: 0.3em;
}

#galleryIntro div{
	float: left;
	display:block;
	margin:0.2em 0.5em;
   padding: 0.2em 0.5em;
	color: #ffef93!important;
	background-color: #7b7c5d;
	background-image: url(../images/bg_galleryintro.jpg);
	background-position: left top;
	/*border:  1px solid #F2B31E;*/
	text-align: justify;
	color: Black;
	cursor: pointer;
	min-height: 310px!important;
	_height:310px;
	min-width:210px!important; 
	width:210px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 6px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
}
#galleryIntro img{
	padding:3px;
	background-color: #c8c8b6;
	border: 1px solid #F7F7F7;
	margin: 2px auto;
	display: block;
}
#galleryIntro h4{
	font-size: 12px;
	font-style: normal;
	color: #ffd700;
	width: 210px;
	line-height: 16px;
	height: 16px;
		display: block;
	text-align: left;	
	overflow: hidden;
}
#galleryIntro h4:hover{
 overflow: auto;
 height: auto;
}
.nadpisDokumentu a {
	color:#bd4200 !important;
	text-decoration: none;
}
.nadpisDokumentu a:hover {
text-decoration: underline;
}
#galleryIntro h5{
	font-size: 11px;
	font-weight: normal!important;
	color: #ffffe0;
	background-color: transparent;
	text-align: left;
	max-height: 4rem;
	width:210px;
	overflow: hidden;
}
#galleryIntro p {
	font-size: small;
	color: #805122;
	background-color: transparent;
	text-align: left;
}
#galleryIntro ul{
	margin:3px 0;
	padding: 0;
	font-size:small;
	color: #fff097;
	background-color: transparent;
	width: 210px;
	}
#galleryIntro li{
	list-style: none;
	text-align: left!important;
}	

/******************************** FOTOGALERIE - ITEMS*********************/
#foto-pol{
	width:100%;
	padding:1em 0 0 1.5em;
	_padding:1em 0 0 0;
	margin:0 auto 2em;
}

.img-wrapper {
 /*background:url(/images/shadow.gif) no-repeat right bottom;*/
 float: left;
}

.img-outer {
  /*background:url(/images/bottom-left2.gif) no-repeat left bottom;*/
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-inner {
  /*background:url(/images/top-right2.gif) no-repeat top right;*/
  padding: 0 5px 5px 0;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-wrapper img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  display: block;
}
.fotogal_popiska{
	font-size: x-small;
	color:#ccc;
}
.cursor-hand{
	cursor: pointer;
}
.align-c{
 text-align: center;
}
.align-l{
 text-align: left;
}
.align-r{
 text-align: right;
}
.align-j{
 text-align: justify;
}	
.align-c li,.align-l li,.align-r li,.align-j li{
	list-style: url(../images/li-1.gif)!important;
}	
.img-l{
float: left;
margin: 1em 1em 5px 0;
	
}
.img-r{
float: right;
margin: 1em 0 1em 1em ;
}
.img-c{
	display: block;
	margin:auto;
	
}
.img-brd{
	border: 1px solid #bbb;
}
/***********************************/
#left{	
	width: 220px;
	margin: 0 0 0 0;
	padding: 0;
	clear:left;
	float:left;
	}
	
#right{	
	clear:right;
	width: 760px;
	margin: 0 15px 0 0;
	padding:0 0 0 10px;
	float:right;	
	}
html>body #right { padding: 0;
width: 760px; }	
#right li{
	list-style: url(../images/li-1.gif);
}

li.nolist  {
	list-style: none !important;
}

.dokument img {
	padding: 0 5px 0 0;
	
}
.odkaz{
	margin: 10px 0;
	padding:0 ;
	}
.odkaz h3,.odkaz h4 {
	color:#571F00;
	margin-bottom: 0;
	margin-left: 0;
}
.odkaz h3{
	margin-top: 15px;
}
.odkaz h4{
	margin-bottom: 0;
	margin-left: 0;
}
.odkaz a{
	color:#571F00;
	text-decoration: underline;
}	
.odkaz ul{
	margin:3px 0;
}
html>body .odkaz ul{margin:0 0 0 -35px;}
.odkaz li{
	list-style: none;
}
.aktualita-header {
 width:95%;
}
.aktualita-header h4{
	display: inline;
	color: #5b6875;
}
.aktualita-body{
width:95%;
	/*padding-bottom: 1em;*/
	margin-bottom: 5px;
	/*border-bottom: dotted 1px #9C9C9C*/
}

.aktualita-img{
	float:left;
	background: #D9E9F2;
	border: solid 1px #9C9C9C;
	padding: 3px;
	cursor: pointer;
	margin: 0 1em 1em 0;
	
}
.aktualita-body li{
	list-style: url(../images/li-1.gif)!important;
	margin-left: 1em;
	_margin-left: 1.8em;
}
.aktualita-autor{
	display:block;
	height: 20px;
	width: 100%;
	float: right;
	color:#708090;
	margin:0 35px 0 0;
	font-size: 0.8em;
	text-align: right;
}
.aktualita-dokument{
	display:block;
	height: 20px;
	width: 50%;
	float: left;
	color:#506070;
	margin:0 35px 0 0;
	font-size: 0.95em;
	text-align: left;
}
.datum{
	font-family: "amarillousafregular";
	font-weight: normal;
	color: #ff0026;
	text-shadow:2px #506070;
	font-size:1.1em;
	margin:0 0 0 15px; 
	float: right;
}
.hr{
display: block;
margin:0 auto;
width:95%;
height:30px;
background-image: url(../images/hr.png);
background-position: top center;
background-repeat: repeat-x;
	
}
.clear{
	clear:both;
}
.small{
	font-size: 0.8em;
}

#jak-pomoci a.img{
float: left;
	display: block;
	background-image: url(../images/help_a.gif);
	width: 135px;
	height:28px;
	margin:2px 0 0 2px;
	font-size: 16px;
font-weight: bolder;
	text-align: left;
	text-decoration: none;
	}
	html>body #jak-pomoci a.img{margin:7px 0 0 2px;}
#jak-pomoci a.img:hover{
	background-image: url(../images/help_a_hover.gif);
	}
#jak-pomoci span{
		margin:10px 0 0 0;
		padding:10px 0 0 35px;
		line-height:25px;
	}
	hr.bg{
	
	border:1px solid white;
	margin:auto;
	width: 705px;
	height: 17px;
	background: url(../images/bg_hr.jpg) no-repeat;
	
		
	}
	hr.sub{
	border:0 white;
	margin: auto;
	width: 507px;
	height: 17px;
	background: url(../images/bg_hr_subsect.jpg);
	
	}	
	.blue-block{
	display: block;
	background-color: #E8EFF6;
	/*border: 1px solid #bbb;*/
	padding:4px;	
	}
	.pseudotitle{
	font-weight: bold;
	color:#571F00;
		
	}
	.zu ul{
	margin:3px 5px;
}
html>body .zu ul{margin-left: -35px;}
#detail{
	text-align: center;
	color:#360;
	font-size: small;
	display:block;
	margin: 3em auto;
}
#detail img{
	border: 1px solid #dedede;
	padding:4px;
	background-color: #f1f1f1;
	cursor: pointer;
}
#detail h3{
	font-size: medium;
	font-weight: 600;
}
#QueryWasEmpty{
	width:80%;
	margin:2em auto;
	padding: 15px;
	border: 1px solid #DB9D80;
	color:#954D2A;
	background-color: transparent;
	background-image: url(../images/bg_galleryintro_img.jpg);
	background-repeat: repeat;
	background-position: top left;
}
#QueryWasEmpty li{
	list-style-image: url(../images/bullet.gif);
}
#QueryWasEmpty a{
	color:#8B0000;
	text-decoration: underline;
}
#QueryWasEmpty a:hover{
	color: #420000;
}
.reqLbl,.required{
	color: red!important;
}  
/********************* FORMS*********************/
form{
	width: 80%!important;
	margin: 4px auto 4px auto;

	
}
fieldset { 
	margin:0.5em auto;
	border:1px solid #808059;
	background-color: #dbdfe3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px #8696a5;
	-webkit-box-shadow: 0 0 3px #8696a5;
	box-shadow: 0 0 3px #8696a5;
	padding: 5px;
}
fieldset * {
font-size:14px;
line-height: 16px;
color: Black;
}
legend{
	padding:1px 5px;
	color:#696969 !important;
	background-color: #dcdcdc;
	border: 1px solid #778899;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
label {
   color: #48525c;
   display:block;
  	float:left;
	width:25%!important;
	margin:.5em;
	padding-top:0.2em;
	vertical-align:text-bottom;
  	text-align:right;
  	font-weight:normal;
  
}
label.error{
	float:right!important;;
	color:red!important;
	display: none;
}
input[type='text'],input[type='email'],select{ 
font-style: italic;
	margin:0.5em auto;
	border:1px solid #808059;
	background-color: #a6b0b9!important;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:inset 0 0 -3px #8696a5;
	-webkit-box-shadow:inset 0 0 -3px #8696a5;
	box-shadow:inset 0 -0 -3px #8696a5;
	padding: 5px;
}
input[placeholder], [placeholder], *[placeholder] {
    color: #b20000 !important;
}
input:focus, input[type='email']:focus,select:focus,textarea:focus{
background-color:white !important;
color:black!important;
}
input:valid, input[type='email']:valid,select:valid,textarea:valid{
	-moz-border-radius: 2px;
	border-radius: 2px;
 	outline: solid green 1px;
 	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 255, 0, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 255, 0, 1);
	box-shadow:         0px 0px 5px 0px rgba(0, 255, 0, 1);
}
input:invalid, input[type='email']:invalid,select:invalid,textarea:invalid {
	-moz-border-radius: 2px;
	border-radius: 2px;
 	outline: solid red 1px; 
 	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(255, 0, 0, 1);
	box-shadow:         0px 0px 5px 0px rgba(255, 0, 0, 1);
}
form img {
	/*padding-top:10px;*/
	margin-top:6px;
}
label.rqLbl {color:#dc143c!important;}
/*************************** Validace ****************************/

/*.error{
	color: #f00!important;
	margin:0 auto;
	font-style: italic;
}*/
/*************************** / Validace *************************/

.err-message {background-color: #f9bbc7;}

.ok-message {background-color: #D1E4B5;}

[class$="-message"] {
 background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-left: 40px;
    position: relative;
    padding-bottom: 3rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3rem;
    margin-bottom: 2rem;
    text-align:center!important;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */  
}
[class$="-message"]  h3{
	color:black!important;
}
.btn{
	background-color: #333;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.35);
   color: #FFFFFF;
   padding:3px;
   border: 3px solid #f9f9f9;
}
/*******************END FORMS********************/
.alert{
	font-size: 18px;
	font-weight: normal;
	width: 60%;
	text-align:center;
	display: block;
	padding:0.8em;
	margin: 1em auto;
	background-color: #FFD700;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 6px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
	color: Red;
	text-shadow: 0 1px 0 #64727F;
}
#spoluprace {
width:180px;
height:180px;
background-color: White;
/*margin-top: 300px;*/
margin-left:10px;
display:block;
text-align: center;
border:none;
padding: 0 3px

}
#spoluprace img{
display:block;
text-align: center;
margin:0 auto;
border: none;
}
#spoluprace h3{
	margin:0.2em auto;
}
/*********************** guestbook****************************/


#kn_body{
display: block;
width:100%;
margin: 20px auto 0;
padding: 0.5em;
background-color:transparent;
}
ul.kn *{margin:0;padding:0;}
	
ul.kn li{
font-size:1em;
	color: #F0F0F0;
	list-style: none;
		padding: 0.2em;
	/*border-top:1px solid #DEDEDE;*/
	/*border-bottom:1px solid #DEDEDE;*/
	width: 90%;
	overflow: auto;
}
ul.kn li div{
	text-align: justify;
	padding: 0.5em!important;
	font-size:1.2em;
	line-height: 1.2em;
	color: Black;
	border:1px solid #dcdcdc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:3px auto 6px!important;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #dededeFFF 0%, #E0E0E0 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E0E0E0));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
}
ul.kn a{
	color: #4c4c00;
}
ul.kn a:hover{
	color: #282800;
}
.datum{
	font-family: "amarillousafregular";
	font-weight: bold;
	color: #708090;
}
.kn-button{
padding: 0.2em 0.5em;
	border:none;
	color:#fff;
	text-align:center;
	font-size: 14px;
font-weight: bold;
background-color: #dc143c;
margin:auto;
display: inline;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #f00 0%, #dc143c 100%);


/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #f00 0%, #dc143c 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #f00 0%, #dc143c 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f00), color-stop(1, #dc143c));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #f00 0%, #dc143c 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #f00 0%, #dc143c 100%);
background-repeat: no-repeat;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;	
}
.kn-button:hover{
color: #ffd700;
	background-image: -ms-linear-gradient(top, #f40000 0%, #c31235 100%);


/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #f40000 0%, #c31235 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #f40000 0%, #c31235 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c31235), color-stop(1, #dc143c));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #f40000 0%, #c31235 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #f40000 0%, #c31235 100%);
}
/************ end-guestbook*******************************/
/********************** clanky*****************************/
article{
	border:1px solid #dcdcdc;
	background-color: #f2f2f2;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	margin:3px auto 6px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #dededeFFF 0%, #E0E0E0 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E0E0E0));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
}
.clanekHilite{
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E0DC74 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E0DC74 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0DC74 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E0DC74));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E0DC74 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0DC74 100%);
}

.clanky-header {
 width:100%;
 display: inline-block;
}
.clanky-header h4{
	display: inline;
	margin-bottom: 3px;
}
.clanky-body{
   height:auto;
	width:90%;
	/*padding-bottom: 1em;*/
	margin-bottom: 5px;
	/*border-bottom: dotted 1px #9C9C9C*/

}	
.clanky-body-inner{
		height:150px;
		overflow:hidden;
}
.span-clanky-btn{
	text-align: right;
padding:0 3px;
	font-size: 11px!important;
	color: #fff;
	background-color: #aaa;
	border: 1px solid #777;
	cursor: pointer;
	line-height: 18px;
	float: right;
	display: inline-block;
	-moz-border-radius: 4px;
	border-radius: 4px;
-moz-box-shadow: inset 0 0 2px #888;
-webkit-box-shadow: inset 0 0 2px#888;
box-shadow: inner 0 0 2px #888;
}
.span-clanky-btn:hover{
color: #343434;
background-color: #d5d5d5;
	border: 1px solid #666;
}
a.clanky-img{
	float:left;
	cursor: pointer;
	margin: 0 1em .5em 0;
	border-radius: 50%;
	height:130px;
	width:130px;
	border: 5px #dedede;
	background-size:cover; 
}
.clanky-body li{
	list-style: url(../images/li-1.gif)!important;
	margin-left: 1em;
	_margin-left: 1.8em;
}
.clanky-gallery a{
	/*display:inline-block;*/
	line-height: 20px;
	/*width: 50%;*/
	float: right;
	color:#708090;
	margin:0 15px 0 0;
	font-size: 0.85em;
	text-align: right;
	text-decoration:none!important;
}
clanky-gallery a:hover{
	text-decoration:underline!important;
}
.clanky-gallery a .icon-gallery{
	font-size: 16px;
	color:#b22222;
	font-style: italic;
	
}
.clanky-dokument{
	/*display:inline-block;*/
	line-height: 20px;
	width: 50%;
	float: left;
	color:#506070;
	margin:0 15px 0 0;
	font-size: 0.85em;
	text-align: left;
}
.clanky-footer{
	margin:0 auto;
	width: 100%;
   display: inline-block;
}
    /********************** /clanky ***************************/
    /********************** paginator*******************/
ul.pages
{
list-style:none;
display: block;
overflow: hidden;
padding:10px;
text-align:center;
margin-left: auto;
margin-right: auto;
width:400px;
background-color:#3a3427;
 
}
ul.pages li{
float: left;
cursor: pointer;
padding:3px;
margin:1px;
background-color: #27baf2;
color:white;
font-weight: bold;
border:1px solid #1f8ab5;
}
ul.pages li.active{
 
background-color:#1f8ab5;
color:black;
}
.search-background1 {
		display: none;
		font-size: 13px;
		font-weight: bold;
		height:100%;
		position: fixed;
		text-align: center;
		opacity:0.5;filter: alpha(opacity=50) ;
		text-decoration: none;
		width: 100%;
		
	}
	
.search-background1 {
		background-color: #3a3427;
		color:#FFFFFF;
		text-shadow: #fff 0px 0px 20px;
		}

.search-background1 label{	
position:fixed;
top:45%;
left:45%;
	
}