/*
	COLORA
	pozadi-obsah-vlevo: e2e1d6;
	header-beyovo-tmava: 70755e;
	orange logo left: f1360b;
	seda nadpis: 979797;
	
*/

* {margin:0px;padding:0px;}

body {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #000 url('../img_des/bcgr.jpg') top repeat-x;
}
.clear{clear: both; height: 20px;}

#page {
	text-align: center;
}

#header {
	background-image: url('../img_des/head.jpg');
	width: 924px;
	height: 229px;
	margin: 0 auto;
}

#header #logoclick {
  position:relative; 
  top:140px; 
  left:20px; 
  z-index:5; 
  display:inline; 
  width:500px; 
  height:60px; 
  float:left; 
  clear:both; 
  z-index:10;
}

/* skryje text, ktery se ale nachazi na obrazku */
#header h1.headtext {
	visibility: hidden;
}

#header .findsec {
	padding-top: 160px;
	text-align: left;
	padding-left: 140px;
}

.button {
	width: 80px;
}

#menu_left {
	float: left;
	width: 229px;
	background: #000;
}

#menu_left .menu1 {
	width: 229px;
}

#menu_left .menu1 .head {
	width: 229px; height: 44px;
	background: #000 url('../img_des/menu_m1.jpg') top no-repeat;
}

#menu_left .menu1 .head .text {
	padding-left: 47px;
	padding-top: 21px;
	color: #fff;
	font-weight: bold;
}

#menu_left .menu1 .cnt {
	width: 229px;
	background: #000 url('../img_des/menu_m2.jpg') top repeat-y;
}

#menu_left .menu1 .text{
	color: #fff;
	padding-left: 44px;
}

#menu_left .menu1 .foot {
	width: 229px; height: 10px;
	background: #000 url('../img_des/menu_m3.jpg') top no-repeat;
}

.middle {
	float: left;
	width: 456px;
	background: #000;
}

.middle .head {
	width: 456px; height: 44px;
	background: #000 url('../img_des/cnt_1.jpg') top no-repeat;
}

.middle .head .text {
	padding-left: 14px;
	padding-top: 14px;
	color: #f6f6f6;
	font-weight: bold;
}
.middle .head .text h2 {
	color: #f4f4f4;
}

.middle .cnt {
	width: 456px; 
	background: #000 url('../img_des/cnt_2.jpg') top repeat-y;
}

.middle .foot {
	width: 456px; height: 10px;
	background: #000 url('../img_des/cnt_3.jpg') top no-repeat;
}

#menu_right {
	float: left;
	width: 198px;
	background: #000;
}

#menu_right .menu1 {
	width: 198px;
}

#menu_right .menu1 .head {
	width: 198px; height: 44px;
	background: #000 url('../img_des/r_1.jpg') top no-repeat;
}

#menu_right .menu1 .head .text {
	padding-left: 22px;
	padding-top: 21px;
	color: #fff;
	font-weight: bold;
}

#menu_right .menu1 .cnt {
	width: 198px;
	background: #000 url('../img_des/r_2.jpg') top repeat-y;
}

#menu_right .menu1 .cnt .text {
	padding: 0px;
	margin: 0 auto;
	text-align: center;

}

#menu_right .menu1 .text{
	color: #fff;
	padding-left: 0px;
}

#menu_right .menu1 .foot {
	width: 198px; height: 10px;
	background: #000 url('../img_des/r_3.jpg') top no-repeat;
}

#menu {
	height: 68px;
	width: 924px;
	background: #000 url('../img_des/menu_top.jpg') top no-repeat;
	margin: 0 auto;
}

#menu .text {
	padding-top: 21px;
	padding-left: 49px;
	font-weight: bold;
	text-align: center;
}

#menu .item {
	display: inline;
	font-family: sans-serif;
	text-align: center;
	color: #f4f4f4;
	padding-left: 4px;
	padding-right: 4px;
}

#menu .item a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f4f4f4;
	font-size: 12px;
	padding-left: 4px;
}

#content {
	background-color: #000;
	width: 924px;
	margin: 0 auto;
	color: #000;
	text-align: left;
}

.cnt .text {
	text-align: left;
	color: #fff;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	background-color: #000;
	background-image: url('../img_des/footer.jpg');
	width: 900px;
	height: 33px;
	margin: 0 auto;
}

#footer .text {
	text-align: center;
	color: #f4f4f4;
	padding-top: 10px;
}

#footer .text a {
	color: #f4f4f4;
	font-size: 10px;
}

.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
