/** Stafin, autor: Jakub Valenta **/

	@import url("basic.css");
	@import url("menu.css");
	@import url("modules.css");

#container {
	background: url('../images/container_bg.gif') top #f3f3f5 repeat-x;
	border-bottom: 1px solid #dbdce0;
}
#page {
	width: 950px;
	position: relative;
	margin: 0px auto 0px auto;
}

/*** TOP_BAR ***/

#top_bar {
	width: 950px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 10px;
}
#top_bar ul {
	display: block;
	height: 18px;
	float: right;
	font-size: 85%;
	padding-top: 2px;
}
#top_bar ul li {
	display: block;
	float: right;
	height: 15px;
	line-height: 15px;
	padding: 0px 10px 0px 10px;
	background: url('../images/divider.gif') right center no-repeat;
}
#top_bar ul li a {
	line-height: 15px;
	text-decoration: none;
	color: #878992;
}
#top_bar a:hover {
	text-decoration: underline;
}

/*** TOP ***/

#top {
	width: 950px;
	height: 151px;
	position: relative;
}
#top .logo {
	width: 257px;
	height: 52px;
	display: block;
	position: absolute;
	top: 69px;
	left: 5px;
}

/*** BANNER ***/

#banner {
	width: 693px;
	height: 183px;
	position: relative;
	padding: 4px 253px 4px 4px;
	font-size: 92%;
	border: 1px solid #dbdce0;
	background: url('../images/banner_bg.gif') top #f2f2f5 repeat-x;
}
#banner #navigation {
	height: 25px;
	padding: 5px 0px 0px 15px;
	margin-bottom: 15px;
	background: url('../images/navigation_bg.gif') repeat-x;
}
#banner #navigation li {
  display: block;
  float: left;
  padding: 0px 10px 0px 0px;
  margin: 0px 7px 0px 0px;
  background: url('../images/arrow3.gif') right center no-repeat;
}
#banner #navigation li.last {
  background: none;
}
#banner #navigation li a {
  color: #ffffff;
  text-decoration: none;
}
#banner #navigation li a:hover {
  text-decoration: underline;
}
#banner .decor {
	width: 249px;
	height: 183px;
	position: absolute;
	top: 4px;
	right: 4px;
	background: url('../images/banner_decor.jpg') no-repeat;
}
#banner ul.left {
	float: left;
	margin: 0px 0px 15px 15px;
	font-weight: bold;
}
#banner .slogan {
	float: right;
	font-size: 170%;
	font-weight: bold;
	font-style: italic;
}
#banner p {
	margin: 0px 0px 5px 15px;
}

#links {
	width: 950px;
	height: 45px;
	margin-top: 15px;
	padding-left: 5px;
}
#main {
  width: 950px;
	margin: 25px 0px 0px 0px;
	font-size: 92%;
}

/*** CONTENT ***/

#content {
	width: 690px;
	float: left;
	margin-bottom: 30px;
}
#main.detail #content {
  float: right;
}
#content .cols_wrapper {
  width: 690px;
  background: url('../images/cols_wrapper_bg.gif') left repeat-y;
}
#content .col {
	width: 285px;
	float: left;
	padding: 0px 50px 0px 10px;
}
#content .col.last {
  margin-left: 25px;
  padding-right: 25px;
}
#left {
  width: 240px;
  float: left;
  margin-right: 20px;
}
#right {
  width: 240px;
  float: left;
  margin-left: 20px;
}


/*** BOTTOM ***/

#bottom {
	width: 950px;
	margin: 20px auto 20px auto;
	font-size: 92%;
	background: url('../images/bottom_bg.gif') right repeat-y;
}
#bottom .kontakt {
	width: 688px;
	float: left;
	padding: 10px 20px 0px 0px;
}
#bottom p {
	margin: 0px 0px 12px 10px;
}
#bottom .certificate {
	width: 232px;
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: right;
}


/*** FOOTER ***/

#footer {
	width: 810px;
	height: 70px;
	position: relative;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-right: 140px;
	font-size: 85%;
	border-top: 1px solid #dbdce0;
}
#footer .divider {
	margin: 0px 8px 0px 8px;
}
#footer p {
  line-height: 20px;
	float: left;
	margin-left: 8px;
}
#footer p a {
	color: #dd0000;
}
#footer p a:hover {
	text-decoration: none;
}
#footer ul {
  width: 300px;
	display: block;
	height: 18px;
	float: right;
	font-size: 100%;
	padding-top: 2px;
}
#footer ul li {
	display: block;
	float: right;
	height: 15px;
	line-height: 15px;
	padding: 0px 10px 0px 10px;
	background: url('../images/divider.gif') right center no-repeat;
}
#footer ul li a {
	line-height: 15px;
	color: #dd0000;
}
#footer .logo {
	width: 118px;
	height: 13px;
	position: absolute;
	right: 8px;
	top: 24px;
}


.mini_box{
	padding: 5px 10px 30px;
	margin-bottom: 5px;
}

#drobky{
	font-size: 85%;
	padding: 8px 0 5px -10px;
	text-align: left;
	overflow: hidden;
	clear: left;
	position: absolute;
	top: 140px;
	right: -17px;
}
#drobky  li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 4px !important;
	background: url(../images/drobky.gif) no-repeat center right !important;

}
#drobky  li a:hover{
	text-decoration: none;
}
 #drobky li.posledni_drobek{
	background: none !important;
	padding-left: 5px;
}
