/* Simple CSS for Wolf CMS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: #fff;
  color: #000000;
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* links  */

a, a:visited {
  color: #696969;
  text-decoration: underline;
}
a:hover { color: #000000; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

/**.error { color: red; }
**/
/* page structure & layout */

#page {
  background: #fff;
  border-left: 0px solid #483E37;
  border-right: 0px solid #483E37;
  border-bottom: 0px solid #483E37;
  margin: 0 auto;
  text-align: left;
  width: 1050px;
}
#header {
  background: #fff;
  /* border-bottom: 3px solid #000000; /* #A28C6A;  #75A838; */   */
  height: 118px;
  position: relative;
  padding: 20px 0px 10px 0px;
}
#nav {
  bottom: 0;
  font-size: 1.3em;
  
  position: absolute;
  right: 25px;
}
/**#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
**//**#info {
  background: #76AAC9;
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4;
  font-size: 1.2em;
  line-height: 2.0em;
  position: relative;
  padding: 20px 230px 20px 30px;
}
**/#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 10px 15px 10px 15px;
  width: 860px;
}

#sidebar {
  color: #6B6B6B;
  float:left;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 20px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  width: 120px;
  border-right: 1px solid #DBDFE0;
}
#footer {
  border-top: 1px solid #DBDFE0;
  clear: both;
  color: #aaa;
  font-size: 1.1em;
  height: 70px;
}

/* header */

/**#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
**//**#header h1 a {
  color: #696969;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
**//**#header h1 a:hover {color: #000000;}
**//**#header h1 span {
  color: #000000;
  font-size: 18px;
}
**/
/* vyhrazeno pro slideshow */
#header h2  {
	  position: absolute; 
	  top: 20px; 
	  right: 40px;
	  color: black;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
		letter-spacing: 1px;  
		background: rgb(0, 0, 0); 
		background: rgba(0, 0, 0, 0); 
}


/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  background: #fff; /*  #A28C6A #91d045 #83bd3f; */
  color: #000000;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
   
}
#nav li a:hover,
#nav li a.current { 
	background: #fff; 
	font-weight: bold;
}

/* breadcrumb */

/**#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}
**/
/* info */

/**#info a {
  color: #E4EEF4;
}
**/
/* content */

#content h2 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}
/**#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
**//**#content h2 a:hover {
  color: #7C90A1;
}
**/#content h3 {
  background: none;

  font-size: 20px;
  font-weight: none;
  margin-bottom: 10px;
  float: none;
  padding: 15px 1px;
}
#content p {
  line-height: 1.5em;
  margin: 0 5px 5px 0;
  border-top: 0px solid #483E37;
  border-bottom: 0px solid #483E37;

}
/**#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
**//**#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
**//**#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}
**/

/* vyhrazeno pro slideshow */
#content h4  {
	  position: absolute; 
	  bottom: 15px; 
	  left: 16px;
	  width: 860px;
	  color: white;
    font-family: Helvetica, sans-serif;
    font-size: 25px;
		letter-spacing: 1px;  
		background: rgb(0, 0, 0); 
		background: rgba(0, 0, 0, 0.5); 
		padding: 5px 20px 5px 20px;
		margin:   20px 20px 20px 20px;

}

/**#content image { 
   position: relative; 
   width: 100%; /* for IE 6 *\/
	 border:  10px solid #999;   
}
**/
/* secondary content */

/**#sidebar h2, **/#sidebar h3 {
  color: #000000;
  font-size: 1.25em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
/**#sidebar p { margin: 0; }
**/#sidebar ul {
  margin: 7px 0 20px 1px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}
/*
 #sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }
*/

/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76A83A;
  border-left: 2px solid #76A83A;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;
  padding: 0 10px 0 10px;
}
hr/**, .hide**/ { display: none; }
/**.show { display: inline; }
**/
pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

/**.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
**//**.right {
  float: right;
  margin: .5em 0  6px 12px;
}
**//**.left {
  float: left;
  margin: .5em 12px 6px 0;
}
**/
/* comment */
/**.comment-form-body {
  width: 450px;
  margin-top: 6px;
}
**//* captcha image placement */
/**#comment-captcha {
  vertical-align:middle;
}
**/
/* Class for the "fancy_parent" function 
 * It gives a thick 1px grey border around image
*/
/**.link img { 
	border: 1px solid #999; 
	outline:none;
	padding:5px;
	margin:5px;
}
**/
/**.link img:hover {
	border:1px solid #ccc;
}
**/
/* Class for single image listing (fancy function) 
 * It gives a grey 1px border around image
*/
.photo { 
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #999; 
	display: block; 
	float: left; 
	
}

.photo:hover	{ border-color: #ccc; }



/* jQuery Cycle Plugin ------------------------------------------------- */
.pics {  

    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 5px;  
    border:  1px solid #999;  
    background-color:;  
    display: inline-block; 
    margin: 30px;

    top:  0; 
    left: 0;
}



/**#clanek{
	border-top: 1px solid #dfe3e4;
	padding: 5px 5px 5px 5px; 
}**/