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

body {
	text-align: center;
	color: #858585;
	font: 13px Tahoma, sans-serif;
	background:url('../img_des/header_bcgr.jpg') 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: #9fbe53;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/** HEADER */

#page {
	margin: 0 auto;
}

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

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

#header #logo h1 a {
	display: none;
}

#header #logo #logoclick {
  position:relative; 
  top:0px; 
  left:0px; 
  display:inline; 
  width:775px; 
  height:93px; 
  float:left; 
  z-index:10;
}

#podheader {
	background:url('../img_des/podheader.jpg') 0 0 no-repeat;
	width: 775px; height: 195px;
	margin: 0 auto;
}

/** MENU */

#menu {
	padding-left: 10px;
	
}

#menu ul {
	padding-top: 3px;
}

#menu ul li{
background: url('../img_des/snup.jpg') right 0 no-repeat;
}
#menu ul li.last{
background: none;
}
#menu ul li a{ 
	display: block;
	text-align:left; 
	text-decoration: none;
	font: 13px Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
	background: url('../img_des/menu_item.jpg') 0 0px no-repeat;
 }
 
#menu ul li a:hover{ 
	text-decoration: underline;
	/*color: #4eb4f2;*/
}

/** CONTNET */

#main1 {
	margin:0; padding:0;
}
#main2 {
	margin:0; padding:0;
	background: #fff;
}
#left {
	float:left;
	width: 241px;
	margin:0; padding:0;
}
#middle {
	margin-left: 241px;
	background: white;
	background-color: #fff;
	min-height: 650px;
}
.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
		
#content {
  width: 775px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 0;
}

#content #middle .obsah {
	padding: 12px;
	background-color: #fff;
}

#content #middle p {
	padding-left: 10px;
}

#content h2, #content h3 {

	color: #242418;
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial Bold", "Arial CE", arial;
}

#content #middle h2.h2-style1 {
	background-color: #0f1417;
	color: #fff;
	height: 29px;
	width: 534px;
	_width: 530px;
	font-size: 14px;
	text-transform: normal;
}

#content #middle h2.h2-style1 .obs {
	padding-left: 16px;
	padding-top: 6px;
}

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

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

#content #cnt-left h2 {
	padding-bottom: 10px;
}

/** CONTENT LEFT MENU */

#content #left {
	
}

#content #left .obsah {
	background-color: #e8e7e2;
	margin-right: 1px;
}

#content #left h2 {
	background-color: #0f1417;
	color: #fff;
	height: 29px;
	width: 240px;
	font-size: 14px;
	text-transform: normal;
	margin-top: 6px;
}

#content #left h2 .obs {
	padding-left: 16px;
	padding-top: 6px;
	background-color: #0f1417;
}

#content #left .obs {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	background-color: #e8e7e2;
}

#content #left .obs-clanky {
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
}

#left .img-link {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 12px;
}

#left .img-link a img {
	border: none;
}

/** FOTTER */

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

#footer .stred {
	width: 775px;
	height: 40px;
	margin: 0 auto;
}

#footer p {
	font-size: 11px;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	color: #929292;
	text-transform: uppercase;
}

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

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

