* {
	margin: 0; 
	padding: 0;
	list-style: none;
}
img {
	border: 0 none;
}
html, body {
	height: 100%;
}
body {
	background: #EBEBEB url(images/bg.png) repeat-y left top;
	color: #000;
	font-size: x-small;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
}
html>body {
	font-size: small;
}

#alulit {
	min-height: 100%;
	height: 100%;
	width: 807px;
	position: relative;
	background: url(images/gfx.png) no-repeat right bottom;
}

body>#alulit {
 height: auto;
}

h4 {
	display: block;
	width: 100%;
	height: 168px;
	background: #FFF url(images/head.png) no-repeat;
}
h4 a {
	display: block;
	position: absolute;
	left: 52px;
	top: 13px;
	width: 322px;
	height: 111px;
	overflow: hidden;
}
h4 a span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/logo.png) no-repeat;
	cursor: pointer;
}
#jazyk {
	width: 595px;
	height: 57px;
	background: url(images/lang.png) no-repeat;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 90%;
}
#jazyk li {
	float: right;
	width: 54px;
	padding-left: 20px;
	

}

#jazyk li a {
	text-decoration: none;
	color: #000;
}
#jazyk li a:hover {
	font-weight: bold;
}
#jazyk li a strong {
	color: #E61900;
}
#menubg {
	float: right;
	width: 207px;
	background: #242B2A url(images/bgmenu.png) repeat-y left bottom;
	margin-bottom: 290px;
}
#menubg #menu {
	padding-bottom: 100px;
	background: transparent url(images/bgmenu2.png) no-repeat left bottom;

}
#menubg #menu li {
	margin-left: 18px;
	background: url(images/linka.gif) no-repeat left bottom;
	overflow: hidden;
}
#menubg #menu li a {
	text-decoration: none;
	color: #BCBCBC;
	display: block;
	width: 100%;
	padding: 7px 0 7px 25px;
}
#menubg #menu li a:hover {
	color: #D53E2B;
	display: block;
	width: 100%;
	height: 100%;
}
#menubg #menu li#active a {
	background: url(images/sipka.gif) no-repeat left center;
	font-weight: bold;
	color: #D53E2B;
}

#obsah {
	clear: left;
	width: 555px;
	padding: 0 0 45px 15px;
	text-align: justify;
	color: #423D3D;
}
#obsah h1 {
	color: #FFF;
	font-size: 130%;
	background: #979797 url(images/h2.png) no-repeat;
	padding-left: 50px;
	line-height: 31px;
	margin-bottom: 15px;
	margin-right: 5px;
}
#obsah h2 {
	font-size: 110%;
	color: #E61900;
	margin-left: 20px;
}
#obsah h3 {
	font-size: 110%;
	margin-left: 20px;
	color: #000;
}
#obsah p {
	margin: 0 10px 10px 20px;
}
#obsah ul, #obsah ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
#obsah ul, #obsah ol {
	margin-left: 40px;
	margin-bottom: 10px;
}
#obsah ul li {
	padding-left: 15px;
	background: url(images/odrazka.png) no-repeat left center;
}
#obsah a {
	color: #777122;
}
#obsah img {
	margin: 5px;
}


#foot {

	position: absolute;
	bottom: 0;
	width: 587px;
	height: 27px;
	text-align: center;
	font-size: 75%;
	background: #808080 url(images/foot.png) no-repeat left bottom;
	padding-top: 13px;
}
#foot span {
	color: #E61900;
}
#foot a {
	color: #FFF;
}
#foot a:hover {
	text-decoration: none;
}

#cleaner {
	clear:both;
	visibility:hidden;
}
