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

body {
	text-align: center;
	color: #858585;
	font: 13px Tahoma, sans-serif;
	background: #fff url('../img_des/page_bcgr.gif') 0 0 repeat-x;
}

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

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

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

a:hover {
	text-decoration: none;
}

/** HEADER */

#page {
	margin: 0 auto;
	
}

#header {
	width: 775px;
	height: 79px;
	margin: 0 auto;
	background: url('../img_des/header.gif') 0 0 no-repeat;
}

#header .header-vymena {
	position: relative;
	left: 8px;
	top: 48px;
}

#header .header-vymena a {
	color: #3288b0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}

#logo {

}

#logo h1 a {
	display: none;
}

#logo #logoclick {
  position:relative; 
  top:0px; 
  left:456px; 
  display:inline; 
  width:267px; 
  height:79px; 
  _height:49px; 
  float:left; 
  z-index:10;
}

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

/** MENU */

#menu {
	padding-left: 5px;
	padding-bottom: 20px;
	background: url('../img_des/menu_bcgr.gif') left top no-repeat;
}

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

#menu ul li{
width: 255px; height: 42px;
background: url('../img_des/menu_stick.gif') left top no-repeat;
}

#menu ul li a{ 
  width: 185px; height: 29px;
	display: block;
	text-align:left; 
	text-decoration: none;
	font: 14px Arial, sans-serif;
	color: #767879;
	font-weight: bold;
	list-style: none;
	padding-left: 70px;
	padding-top: 13px;
 }
 
#menu ul li a:hover{ 
	color: #ff8200;
}

#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: url('../img_des/right-bot.gif') right bottom no-repeat;
      }
   #sidebar {
      float: right;
      width: 326px;
      margin:0; padding:0;
      
      }
   #sidebar-content {
      margin:0; 
      font-size: 70%;
      }
   #main {
      margin:0 326px 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 #podheader {
	width: 449px; height: 288px;
	background: url('../img_des/podheader.jpg') 0 0 no-repeat;
	_float: right;
}

#main-content .obsah {
	padding: 15px;
	padding-top: 0px;
}

#main-content h2.h2-style1{
	color: #597384;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 5px solid #FF8200;
	font-weight: bold;
	margin-bottom: 6px;
}

#main-content h2 {
	color: #597384;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 5px solid #FF8200;
	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{
	
}

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

/** SIDEBAR */

#sidebar-content .head-menu1 {
	width: 255px;
	height: 40px;
	background-color: #597384;
	margin-left: 10px;
}

#sidebar-content .head-menu1 h2 {
	padding-left: 14px;
	padding-top: 11px;
	color: #fff;
	font-size: 15px;
}


#sidebar-content .head-menu2 {
	width: 255px;
	height: 40px;
	background-color: #ff8200;
	margin-left: 10px;
}

#sidebar-content .head-menu2 h2 {
	padding-left: 14px;
	padding-top: 11px;
	color: #fff;
	font-size: 15px;
}

#sidebar-content .obs-clanky {
	padding-left: 16px;
	padding-top: 4px;
	width: 235px;
	font-size: 13px;
}

/* END SIDEBAR */

/** FOTTER */

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

#footer .stred {

	width: 775px;
	background: url('../img_des/footer.gif') 0 0 repeat-x;
	height: 69px;
	margin: 0 auto;
}

#footer .stred p {
	float: left;
	width: 425px;
	display: block;
	font-size: 11px;
	text-align: right;
	padding-top: 26px;
	color: #fefefe;
	text-transform: uppercase;
}

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

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

