body{
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	background-color: White;
	margin: 0;
	padding: 0;
	color: #474747;
	/* background: url(/img/bg_pattern.jpg); */
	background: #666;
}
#all{
	margin: 0px auto;
	width: 760px;
	height: auto;
	/*background:#fff url(../img/allbg.jpg) repeat-y; */
	background: #fff;
	border: 4px solid #000;
}

#all #header{
	background-image: url(/img/ideozlocin.jpg);
	width: 760px;
	height: 236px;float: left;
	position: relative;
}

#all #header #menu{
	position: absolute;
	bottom: 0;
}

#all #header #menu ul{
	list-style-type: none;
	margin-left: 58px;
	padding: 0;
	text-align: left;
	color: #fff;
	font-family: Century Gothic;
	color: #fff;
	font-size: 14px;
}

#all #header #menu ul li {
	float: left;
	height: 24px;
}

#all #header #menu ul li.novinky {
	width: 81px;
	margin-right: 76px;
}

#all #header #menu ul li.texty {
	width: 49px;
	margin-right: 72px;
}

#all #header #menu ul li.distro {
	width: 60px;
	margin-right: 76px;
}

#all #header #menu ul li.kontakt {
	width: 76px;
	margin-right: 77px;
}

#all #header #menu ul li.english {
	width: 71px;
}

#all #header #menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#all #container{
	padding: 0px 15px 20px 15px;
}
#all #container #left {
	width: 489px;
	float: left;
	border-right: 1px solid #c9c9c9;
	padding: 0 20px 0 0;
	text-align: justify;
	margin: 20px 0 20px 0;
}
#all #container #left a, #all #container #right a{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#all #container #left a:hover, #all #container #right a:hover{
	text-decoration: none;
}
#all #container #right #akts a {
	font-weight:normal;
	font-size:11px;
	text-decoration: none;
}
#all #container #right #akts {
	padding:10px 0px 15px 0px;
}
#all #container #right #akts a:hover {
	font-weight:normal;
	font-size:11px;
	text-decoration: underline;
}
#all #container #right {
	margin: 20px 0 0 0;
	width: 200px;
	padding: 0 0 0 20px;
	float: left;
	text-align: left;
}

#all #container #right h4 {
	font-size: 15px;
	font-family: Georgia;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}

#all #container #right p{
	margin: 5px 0 7px 0;
}
#all #globr{
	width: 100%;
	height: 142px;
	background: #fff;
	clear: both;
	color: #fff;
	line-height: 177px;
	text-align: center;
	position: relative;
	background-position:bottom center;
	background-repeat:no-repeat;
	border-top:1px solid black;
}
#all #footer{
	width: 100%;
	height: 44px;
	background: #343434;
	border-top: 2px solid #326E32;
	clear: both;
	color: #fff;
	line-height: 44px;
	text-align: center;
	position: relative;
}

#all #footer a {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
	cursor:default;
}

#all #footer #corner{
	width: 150px;
	height: 37px;
	background-image: url(/img/footer_pattern.jpg);
	position: absolute;
	bottom: 3px;
	left: 2px;
}

#all #container #left .article {
	background: url(/img/article_bg.gif) bottom left repeat-x;
	margin: 0 0 25px 0;
	position: relative;
}
#all #container #left .article img{
	border: 3px solid #326E32;
}

#all #container #left .article h1 {
	margin: 0 0 15px 0;
	padding: 0 0 3px 5px;
	font-family: Georgia;
	font-size: 20px;
	border-bottom: 1px solid #343434;
	border-left: 7px solid #326E32;
	font-weight: bold;
}

#all #container #left .article h2 {
	font-size: 17px;
}
#all #container #left .article h3 {
	font-size: 15px;
}
#all #container #left .article h4 {
	font-size: 13px;
}
#all #container #left .article h5 {
	font-size: 12px;
}
#all #container #left .article p{
	clear: left;
	margin: 0;
	padding: 0 0 15px 10px;
}
#all #container #left .article .article_foot{
	padding: 10px 0 0 0;
	font-family: Georgia;
}
.fr{
	float: right;
}

.clear, .cleaner {
	clear: both;
}