@charset "utf-8";

body {
	background: #e1e1c5;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 150%;
	color: #212c07;
	width: 782px;
	margin: 0 auto;
}

#main {
	background: #fbfbf4;
}

#left {
	width: 203px;
	float: left;
	padding-left: 1px;
}

#left #logo {
	float: left;
	margin: 35px 0 23px 32px;

}

/* MENU */
#left #submenu {
	float: left;
	clear: both;
}

#left #submenu ul, #left #submenu li {
	width: 203px;
	padding: 0;
}
#left #submenu li  {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}

#left #submenu a {
	background: #6f7263 url('../img_des/menu.gif') left bottom no-repeat;
	padding: 8px 0;
	font-family: Myriad Pro;
	width: 203px;
	float: left;
	color: #FFF;
	margin: 0;
	text-decoration: none;
}

#left #submenu a:hover {
	background: #b7b9b1 url('../img_des/menu.gif') left bottom no-repeat;
}

#left #submenu a span {
	font-size: 13px;
	float: right;
	background: url('../img_des/menuli.gif') 175px 7px no-repeat;
	padding-right: 35px;
	width: 160px;
	cursor: pointer;
}

#left .articles {
	clear: both;
	padding: 20px 20px 0 20px;
}

#left .articles h2 {
	color: #cd3408;
	font-size: 17px;
}

#left #fav {
	clear: both;
	padding: 20px;
	background: #e4eccc;
	margin-bottom: 1px;
}

#left #terms {
	clear: both;
	padding: 20px;
	background: #e4eccc;
	margin-bottom: 1px;
}

#left #terms ul {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#left #terms li {
	list-style: none;
	background: url('../img_des/termli.gif') 0px 8px no-repeat;
	padding-left: 10px;
	margin-left: 8px;
}

#left #terms a {
	color: #4f4f4f;
	text-decoration: none;
}

#left #terms a:hover {
	text-decoration: underline;
}

#right {
	width: 576px;
	float: right;
	padding-right: 1px;
}

/* HLEDANI */
#right #search {
	float: left;
	width: 280px;
	padding: 11px 11px 11px 280px;
}

#right #search label {
	float: left;
	padding-top: 3px;
	color: #383830;
	font-size: 18px;
	font-family: Myriad Pro;
	padding-right: 10px;
}

#right #search #keyword {
	background: #dbecb3;
	border: 0;
	font-size: 11px;
	width: 100px;
	padding: 4px 5px;
}

#right #search #go {
	border: 0;
	background: #699303;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 10px;
	height: 22px;
}

/* HLAVICKA */
#right #header {
	float: left;
	clear: both;
	width: 576px;
	height: 238px;
	background: #abc700 url('../img_des/header.jpg') no-repeat;
	margin-bottom: 1px;
}

#right #compare {
	float: left;
	clear: both;
	margin-bottom: 1px;
}

/* OBSAH */
#right #content {
	float: left;
	clear: both;
	width: 526px;
	background: #eeeee4 url('../img_des/content.jpg') bottom no-repeat;
	border-bottom: #d1d1c9 solid 1px;
	padding: 22px 25px;
}

#right #content img {
	border: #83622f solid 1px;
}

#right #content ul {
	margin: 0;
	padding: 0;
}

#right #content li {
	list-style: none;
	background: url('../img_des/contentli.gif') 0px 8px no-repeat;
	padding-left: 13px;
	margin-left: 3px;
	line-height: 20px;
}

#right #content p {
	padding: 6px 0;
}


/* NOVINKY */
#right #news {
	float: left;
	clear: both;
	width: 526px;
	background: #eeeee4;
	padding: 20px 25px;
}

#right #news #inside {
	background: #a1c549;
	width: 500px;
	padding: 13px;
}

/* PATICKA */
#footer{
	background: #525d68;
	clear: both;
	text-align: center;
	padding: 15px 0;
	line-height: 8px;
	font-size: 10px;
	color: #939687;
}

 #footer .links {
	color: #FFF;text-align: center;
}

#footer a {
	color: #FFF;
	font-weight: bold;
	padding: 0 3px;
	text-decoration: none;text-align: center;
}

#cleaner {
	height: 0;
	font-size: 0;
	clear: both;
}
/* FOOTER */


 

* {
  margin:0;
}