body {
	background: url(img/top_line.gif) repeat-x center 0px  #9C8B63;
}

a {
	color: #A57D1D;
	text-decoration: none;
}

a:hover {
	color: #A57D1D;
	text-decoration: underline;
}

/* LAYOUT */

#container {
	width: 790px;
	margin: 0 auto;
	border-style: none;
	padding: 25px 0 0;
}

div.clear {
	clear: both; 
	display: block; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	line-height: 1px; 
	font-size: 10px;
}

div.top_title_bg {
	background: url(img/bg_top_title.png) no-repeat 0px 0px;
	width: 790px;
	height: 258px;
	margin: 0;
	padding: 0;
	border-style: none;
	position: relative;
}

div.top_title_bg .title {
	position: absolute;
	bottom: 0;
	width: 750px;
	height: 245px;
	margin: 0 auto;
	padding: 0;
	background: url(img/title.jpg) no-repeat;
	left: 20px;
}

div.masle {
	position: absolute;
	top: 11px;
	left: 16px;
	z-index: 50;
	display: block;
	width: 115px;
	height: 115px;
	margin: 0;
	padding: 0;
	background: url(img/masle.png) no-repeat 0px 0px;
}

div.t_menu {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	margin: 0;
	height: 30px;
	width: 750px;
	background: url(img/bg_trans_black.png) repeat-x 0px 0px;
}

div.t_menu a {
	float: left;
	color: #ffffff;
	margin-left: 1px;
	margin-right: 0;
	padding: 8px 15px 0;
	height: 17px;
	text-decoration: none;
	font: normal 0.8em Arial;
	display: block;
}

div.t_menu a:hover {
	color: #9c7d3d;
	border-bottom: 5px solid #9c7d3d;
	background: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

div.main_content {
	width: 790px;
	margin: 0;
	padding: 0;
	border-style: none;
	background: url(img/bg_main_content.png) repeat-y 0px 0px;
	min-height: 350px;
}

div.main_content .left {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 475px;
	padding: 0 0 0 20px;
}

div.main_content .right {
	float: right;
	margin-top: 0;
	width: 250px;
	margin-right: 0;
	padding: 0 20px 0 0;
}

div.left p {
	margin: 0;
	color: #4f4f4f;
	text-align: justify;
	padding: 15px 25px 10px 40px;
	font: 0.8em Tahoma;
}

div.left p span {
	color: #2e2e2e;
	padding-left: 15px;
}

div.right p {
	margin: 0;
	padding: 15px;
	font-size: 0.8em;
	color: #545454;
}

div.paticka {
	width: 790px;
	height: 63px;
	margin: 0;
	padding: 0;
	border-style: none;
	background: url(img/bg_content_paticka.png) no-repeat 0px 0px;
}

div.paticka p {
	margin: 0;
	text-align: right;
	padding-top: 47px;
	padding-right: 30px;
	color: #d8ccc3;
	font: 0.7em Tahoma, verdana;
}

div.paticka p a {
	color: #fff7fd;
	text-decoration: none;
}

div.paticka p a:hover {
	color: #fff7fd;
	text-decoration: underline;
}

a.logo {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 297px;
	height: 71px;
	top: 45px;
	right: 0;
	z-index: 50;
	background: url(img/logo.jpg) no-repeat 0px 0px;
}

a.logo span {
	display: none;
}

/* TITULKY */

h1 {
	color: #A57D1D;
	font: normal 1em Tahoma;
	display: block;
	padding-left: 15px;
	padding-bottom: 0;
	padding-top: 0;
	border-left: 40px solid #A57D1D;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: 0;
}

h2 {
	color: #A57D1D;
	font: normal 1em Tahoma;
	display: block;
	padding-left: 15px;
	padding-bottom: 0;
	padding-top: 0;
	border-left: 20px solid #A57D1D;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: 0;
}

/* SEZNAMY */

ul.klienti {
	width: 230px;
	padding: 0;
	list-style: none;
	margin: 5px 0 0;
}

ul.klienti li {
	margin: 0;
	padding: 0;
	display: block;
}

ul.klienti li a {
	margin: 0 0 1px;
	text-align: left;
	display: block;
	color: #525252;
	font: 0.8em Tahoma, Verdana;
	list-style: none;
	background: #e1e1e1 url(img/shift.gif) no-repeat 210px center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
}

ul.klienti li a:hover {
	background: #d8d8d8 url(img/shift.gif) no-repeat 210px center;
	text-decoration: none;
	color: #1c1c1c;
}

ul.klienti_off {
	width: 230px;
	padding: 0;
	list-style: none;
	margin: 5px 0 0;
}

ul.klienti_off li {
	margin: 0 0 1px;
	text-align: left;
	display: block;
	color: #525252;
	font: 0.8em Tahoma, Verdana;
	list-style: none;
	background: #e1e1e1 url(img/shift.gif) no-repeat 210px center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
}

ul.klienti_off li:hover {
	background: #d8d8d8 url(img/shift.gif) no-repeat 210px center;
	text-decoration: none;
	color: #1c1c1c;
}

ul.seznamy {
	padding: 10px;
	margin: 5px 25px 0 40px;
	border: 1px solid #e6e6e6;
	background: #f8f8f8;
}

ul.seznamy li {
	margin: 0;
	list-style: none none;
	color: #4f4f4f;
	font: 0.8em Tahoma, Verdana;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	background: url(img/list.gif) no-repeat 0px 4px;
}

/* FORM */

.pole {
	background: url(img/bg_form.gif) no-repeat 0px 0px;
	border: 1px solid #aa9874;
	width: 200px;
	margin: 5px 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #634a11;
}

.pole:hover {
	background: url(img/bg_form.gif) no-repeat 0px 0px;
	border: 1px solid #a57d1d;
}

.pole_txt {
	background: url(img/bg_form.gif) no-repeat 0px 0px;
	border: 1px solid #aa9874;
	width: 390px;
	padding: 5px;
	height: 150px;
	margin: 5px 0 10px;
	color: #634a11;
}

.pole_txt:hover {
	background: url(img/bg_form.gif) no-repeat 0px 0px;
	border: 1px solid #a57d1d;
}

div.reference {
	width: 445px;
	margin: 0;
	padding-left: 30px;
}

div.reference p {
	width: 470px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.reference p strong {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: #ededed url(img/shift.gif) 400px center no-repeat;
	margin: 25px 50px 5px 0;
	border-bottom: 1px solid #c2c2c2;
}

div.reference p img {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border: 1px solid #a57d1d;
	margin-top: 0;
}

div.reference p a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
