
* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	color: #858585;
	font: 13px Tahoma, sans-serif;
	
	background: #fff;
}

div, p, h1, h2, ul, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}

.clear {clear: both; margin: 0px}

a {
	color: #1893ba;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#page {
	margin: 0 auto;
	width: 930px;
}

#header {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}



#header-bottom {
	height: 167px;
	background: url('../img_des/header_bcgr_all.gif') 0 0 repeat-x;
}

#logo {
	width: 930px; height: 95px;
	background: url('../img_des/logo.jpg') 0 0 no-repeat;
}



#logo #logoclick {
  position:relative; 
  top:25px; 
  left:50px; 
  display:inline; 
  width:360px; 
  height:50px; 
  float:left; 
  z-index:10;
}

#logoclick2 {
  position:relative; 
  top:0px; 
  left:186px; 
  display:inline; 
  width:258px; 
  height:337px; 
  float:left; 
  z-index:10;
}

#podheader {
	width: 930px; height: 316px;
	background: url('../img_des/podheader.jpg') left top no-repeat;
}

#podheader .text {
	padding-left: 410px;
	padding-right: 64px;
	padding-top: 20px;
	text-align: left;
}

/** MENU */

#menu {
	width: 930px; height: 64px;
	background: url('../img_des/menu.jpg') 0px 0px no-repeat;

}

#menu ul {
	padding-left: 70px;
	padding-top: 14px;
}

#menu ul li{
	height: 34px;
	float: left;
	_width: 170px;
	background: url('../img_des/menu_stick.jpg') 0px 0px no-repeat;
}

#menu ul li a{ 
	display: block;
	text-align:left; 
	text-decoration: none;
	font: 14px Arial, sans-serif;
	color: #696969;
	font-weight: bold;
	list-style: none;
	text-transform: uppercase;
 }
 
#menu ul li a:hover{ 
	color: #dd1522;
}

#menu ul li a.odkaz-menu {
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 10px;
	height: 22px;
}

#menu ul li.first {
	
}

#menu ul li.selected a{
	color: #dd1522;
}

#menu ul li.but-static {
	background-image: none;
	margin-top: 16px;
	margin-bottom: 2px;
	background-color: #6fc52b;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 3px 0px;
	padding-left: 9px;
}

 #content {
      width: 930px;
      /*margin:1em auto;*/
      margin: 0 auto;
      text-align: left;
		background: url('../img_des/content_bcgr.jpg') 0 0 repeat-y;
      }
   #sidebar {
      float: right;
      width: 300px;
      margin:0; padding:0;
      }
   #sidebar-content {
      margin:0; 
      font-size: 70%;
      }
   #main {
      margin:0 300px 0 0; padding:0;
      
      }
   #main-content {
      /*margin:0; padding: 0.5em 1em;*/
      font-size: 100%;
      
      }
   .cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }
      
/** MAIN */

#main-content .obsah {
	padding: 15px;
	padding-top: 0px;
	padding-left: 60px;
	text-align: justify;
}

#main-content h1.h1-style1{
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-left: 8px;
}

#main-content h2 {
	color: #191919;
	text-transform: uppercase;
	font-size: 20px;
	
	font-weight: bold;
	margin-bottom: 6px;
	padding-left: 8px;
}

#main-content h3, #main-content h4 {
	font-size: 14px;
	background: none;
	padding-left: 0px;
	text-transform: none;
}

#main-content h4 {
	font-size: 13px;
}

#main-content h1.h1-style1 .first{
	color: #63990c;
}

#main-content p {
	margin-left: 10px;
}
      
/* END MAIN */

/** SIDEBAR */

#sidebar-content .head-menu1 {
	height: 40px;
	padding-top: 5px;

}

#sidebar-content .head-menu1 h2 {
	color: #000;
	font-size: 16px;
	background-color: #fff;
	width: 240px;
	padding: 5px 0;
	padding-left: 10px;
}

#sidebar-content .obs-clanky {
	padding-left: 12px;
	padding-top: 4px;

	font-size: 13px;
	background: url('../img_des/menu_obs.gif') 0 0 no-repeat;
}

#sidebar-content .obs-clanky img {
	padding-right: 3px;
}

#sidebar-content .obs-clanky p {
	padding-right: 60px;
}

/* END SIDEBAR */

/** FOTTER */

#footer {
	width: 930px;
	height: 55px;
	background: url('../img_des/footer.jpg') 0 0 repeat-x;
	margin: 0 auto;
	text-align: center;
}

#footer .stred {
	width: 810px;
	margin: 0 auto;
	padding-top: 14px;
}

#footer p {
	display: block;
	font-size: 11px;
	text-align: left;
	color: #3e3d3a;
	text-transform: uppercase;
}

#footer p a {
	color: #0e0e0e;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

#footer p a:hover {
	text-decoration: underline;
}

