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

body {
	text-align: center;
	color: #000;
	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: #243247;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

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

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

#header .nadpis-nahore {
	text-indent: -10000px;
}

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


#logoclick {
  position:relative; 
  top:30px; 
  left:70px; 
  display:inline; 
  width:300px; 
  height:70px; 
  float:left; 
  z-index:10;
}

/** MENU */

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

#menu ul {

}

#menu ul li{
	padding-left: 10px;
	float: left;
	display: block;
}

#menu ul li a{ 
	float: left;
	display: block;
	text-align:left; 
	text-decoration: none;
	font: 13px Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	list-style: none;
	background: url('../img_des/menu_sticker.gif') 0 13px no-repeat;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
 }
 
#menu ul li a:hover{ 
	color: #bbd93f;
}

#menu ul li a.odkaz-menu {
	
}

#menu ul li.first {
	
}

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

#menu ul li.but-static {
	background-image: none;
	/*background-color: #a11b07;*/
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding-left: 25px;
}

#content {
	color: #000;
}

#main1 {
		margin:0; padding:0;
		}
	#main2 {
		margin:0; padding:0;
		}
	#left {
		float:left;
		width:0x;
		margin:0; padding:0;
		text-align: left;
		}
	#right {
		float:right;
		width: 233px;
		margin:0; padding:0;
		text-align: left;
		background: #818a8f url("../img_des/bcgr_sidebar.gif") 0 0 repeat-y;
		}
#right .column-in {
	background: url("../img_des/sidebar_top.gif") 0 0 no-repeat;
	padding: 0 25px;
	padding-top: 70px;
}
		
	#middle {
		margin: 0 233px 0 0;
		background: none;
		text-align: left;
		color: #000;
		}
	.column-in {
		margin:0; padding: 0px;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
		
/** LEFT */

#left .menu-head {
	width: 186px; height: 46px;
	background: url('../img_des/menu_left_header.gif') 0px 0px no-repeat;
	font-size: 80%;
	text-weight: normal;
	color: #000;
	padding-top: 12px;
	text-align: center;
}

/** RIGHT */
#right .menu-head {
	background: url('../img_des/menu_right_header.gif') 0px 0px no-repeat;
	font-size: 80%;
	color: #000;
	padding-top: 12px;
	text-align: center;
}
      
/** middle */

#middle .obsah {
	text-align: justify;
	padding: 0 20px;
	color: #000;
}

#middle h2.h2-style1{
	color: #9c9c9c;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 12px;
	padding-left: 10px;
}

#middle h2 {
	color: #97ca01;
	text-transform: uppercase;
	font-size: 17px;
	
	font-weight: bold;
	margin-bottom: 6px;
	padding-top: 8px;
}

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

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

#middle h2.h2-style1 .first{
	color: #97ca01;
}

#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;
}

#left .obs-clanky {
	padding-left: 20px;
	padding-top: 4px;

	font-size: 13px;

}

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

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

/* END SIDEBAR */

/** FOTTER */

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

#footer .stred {
	width: 500px;
	padding-top: 10px;
	padding-left: 10px;
}

#footer p {
	display: block;
	font-size: 11px;
	text-align: left;
	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;
}

