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

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

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

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

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

a:hover {
	text-decoration: none;
}

/** HEADER */

#page {
	margin: 0 auto;
	width: 928px;
	background: url('../img_des/page_bcgr2.jpg') 0 0 repeat-y;
}

#header {
	width: 775px; height: 337px;
	margin: 0 auto;
	text-align: left;
	background: url('../img_des/header.jpg') 0 0 no-repeat;
}

#header .header-vymena {
	position: relative;
	left: 340px;
	padding-top: 86px;
	width: 500px;
}

#header .header-vymena a{
	color: #63c017;
}

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

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

#header h1 a {
	display: none;
}

#header #logoclick {
  position:relative; 
  top:20px; 
  left:180px; 
  display:inline; 
  width:330px; 
  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;
}

/** MENU */

#menu {
	

}

#menu ul {
	padding-left: 4px;
	padding-top: 10px;
}

#menu ul li{
	height: 20px;
	background: url('../img_des/point_menu.gif') 8px 7px 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: #d8241c;
}

#menu ul li a.odkaz-menu {
	padding-left: 25px;
	padding-top: 4px;
	height: 14px;
}

#menu ul li.first {
	
}

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

#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: 775px;
      /*margin:1em auto;*/
      margin: 0 auto;
      text-align: left;
background-color: #fff;
      }
   #sidebar {
      float: right;
      width: 258px;
      margin:0; padding:0;
			background: #e8e9d7 url('../img_des/sticker_top.gif') 0 0 repeat-x;
      }
   #sidebar-content {
      margin:0; 
      font-size: 70%;
      }
   #main {
      margin:0 258px 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: 15px;
	background: url('../img_des/podheader.jpg') left top no-repeat;
}

#main-content h2.h2-style1{
	color: #868e5d;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-left: 8px;
}

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

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

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

#main-content h2.h2-style1 .first{
	color: #191919;
}

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

/** SIDEBAR */

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

}

#sidebar-content .head-menu1 h2 {
	color: #000;
	font-size: 16px;
	background-color: #868e5d;
	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: 20px;
}

/* END SIDEBAR */

/** FOTTER */

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

#footer .stred {
	width: 750px;
	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;
}

