html, body		{
	font-size: 82%;
	margin:0; padding:0;
	color: black;
	text-align: left;
	background: #8F8F8F;
 }
 

 #main  {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 838px;
	background: url(../images/bg.gif) repeat-y;
	}
	
#left {
	margin-left: 6px;
	color: White;
	float: left;
	width: 223px;
}

html>body #left{
	margin-left: 13px;
}

#left_seznam {
	background: #F6F6F6;
	width: 223px;
}

#nadpis {
	background: url(../images/bg_seznam.gif);
	width: 223px;
	line-height: 26px;
	font-weight: bold;
}

#nadpis div a:link,  #nadpis div a:visited, #nadpis div a:hover {
	color: white;
}

#nadpis div {
	margin-left: 12px;
}

#left ul {
	list-style: none;
	margin: 5px 0px 5px 10px;;
	padding: 0px;
}

#left ul li {
	background: url(../images/sipka.gif) no-repeat;
	padding-left: 10px;
	background-position: 0px 2px;
}

#left ul li a {
	color: Black;
}

#adresa {
	margin-left: 7px;
	color: black;
	margin-top: 15px;
	padding-bottom: 10px;
	float: left;
}

#flag {
	float: left;
	margin-top: 15px; 
}

#flag img {
	margin-right: 5px;
}

#adresa a {
	color: Red;
}

#right {
	float: left;
	margin-left: 8px;
	color: Black;
	width: 575px;

}

#right_cont {
	margin-top: 10px;
}

.box {
	float: left;
	margin-right: 2px;
	margin-left: 3px;
	margin-top: 10px;
}

#slogan {
	margin: 15px 0px 0px 4px;
}

#top {
	background: url(../images/top_img.gif) no-repeat;
	width: 578px;
	height: 95px;
}

#top #slogan {
	text-align: center;
	display: block;
	margin-top: 15px;
}

html>body #top #slogan {
	margin-top:0px;
	padding-top: 15px;
}

#top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top ul li {
	display: block;
	float: left;
	background: url(../images/tlacitko_top.gif) no-repeat;
	line-height: 27px;
	width: 92px;
	text-align: center;
	margin: 30px 5px 0px 0px; 
}

#top ul li.last {
	margin-right: 0px;
}

#top ul li a {
	font-weight: bold;
	color: White;
}


#paticka {
	background: url(../images/paticka.gif) no-repeat;
	width: 838px;
	/*height: 28px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#paticka img {
	margin-top: 30px;
	margin-right: 10px;
}

.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.back {
	float: right;
}