/*
	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: url('../img_des/bcgr.gif') top repeat;
}
.clear{clear: both; height: 20px;}

#page {
	text-align: center;
}

#header {
	padding-top: 30px;
	width: 775px;
	height: 40px;
	margin: 0 auto;
}

#header #logoclick {
  position:relative; 
  top:22px; 
  left:20px; 
  z-index:5; 
  display:inline; 
  width:500px; 
  height:60px; 
  float:left; 
  clear:both; 
  z-index:10;
}

#header h1.headtext {
	color: #fff;
}

#header h1 a {
	color: #fff;
}

#header .findsec {
	padding-top: 160px;
	text-align: left;
	padding-left: 140px;
}

.button {
	width: 80px;
}

#menu {
	background-image: url('../img_des/menu.gif');
	width: 775px;
	height: 56px;
	margin: 0 auto;
}

#menu .text {
	padding-top: 20px;
	font-weight: bold;
}

#menu .item {
	font-family: sans-serif;
	text-align: center;
	color: #ffffff;
	padding-top: 4px;
	padding-right: 5px;
	display: inline;
}

#menu .item a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	padding-left: 4px;
}

#content {
	background-color: none;
	width: 820px;
	margin: 0 auto;
	color: #272727;
	text-align: left;
	padding-top: 20px;
}

#content .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
}

#content .left {
	float: left;
	background-color: #e2e1d6;
	width: 300px; height: 452px;
	background-image: url('../img_des/left.jpg');
	border: 6px solid #fff;
}

#content .right {
	float: right;
	width: 488px;
}

#content .right .head{
	width: 488px; height: 48px;
	background-image: url('../img_des/cnt_1.gif');
}

#content .right .head h2{
	padding-left: 15px;
	padding-top: 15px;
}

#content .right .cnt{
	width: 488px;
	background: url('../img_des/cnt_2.gif') top repeat-y;
}

#content .right .foot{
	width: 488px; height: 10px;
	background-color: none;
	background: url('../img_des/cnt_3.gif') top no-repeat;
}

#content .right .cnt .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 7px;
	color: #fff;
}

#footer {
	background-image: url('../img_des/menu.gif');
	width: 775px; height: 56px;
	margin: 0 auto;
	margin-top: 15px;
}

#footer .text {
	color: #fff;
	padding-top: 20px;
}

#footer .text a {
	color: #fff;
	font-size: 10px;
}

.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
