html, body 
{ 
    height: 100%; 
} 
body {
	color: #444;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

#header
{
	position:relative;
	height: 130px;
	width:910px;
	display:block;
	background-image: url(../images/header-bg.jpg);
}

#page
{
    min-height: 100%; 
    height: auto !important; /*Cause footer to stick to bottom in IE 6*/
    height: 100%; 
    margin: 0 auto -39px; /*Allow for footer height*/
    vertical-align:bottom;
	width:910px;
	 background: url(../images/body-bg-wide.gif) repeat-y top;
}

#leftbar { float:left; position:absolute; display: block; width: 200px;  }
#rightbar { left:210px; position:relative; display: inline; width: 690px; display:block;font-size:12px;}
#rightbar h1 {
	margin-top:10px;
	font-size:26px;
	font-weight:normal;
}

#footer, #push
{
    height: 39px; /*Push must be same height as Footer */
	text-align:right;
	line-height:39px;
}

#footer_cnt {
	width:910px;
	margin:0 auto;
	background-image: url(../images/footer_bg.png);
}
#footer_cnt span {
	padding-right:10px;
}
div#logo { height: 171px; width: 54px; position: absolute; top: 32px; left: 18px; }
h1#logo { display: none; }
#logo a, #logo a:active, #logo a:visited {
	height: 54px;
	width: 171px;
	background: url(../images/logo.gif) no-repeat top;
	display: block;
}
a, a:active, a:visited { color: #8FA82C; text-decoration: underline; }
#menu {
	bottom:0;
	left:50%;
	position:absolute;
	margin-left: -295px;
	width: 750px;
}
#menu ul li { 
	float: left; display: inline; 
}
#menu ul li a, #menu ul li a:active, #menu ul li a:visited {
	display: block; 
	height: 26px; 
	width: 173px; 
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	text-decoration: none;
	line-height: 26px;
	background: url(../images/top_mn_bg.png) repeat-x;
	margin-right: 5px;	
}
#menu ul li a:hover, #menu ul li a.aktivna, #menu ul li a.aktivna:link, #menu ul li a.aktivna:visited, #menu ul li a.aktivna:hover {
	background: url(../images/top_mn_bg_over.png) repeat-x;
	color: #798C2D;
}

#langs {	
	position:relative;
	height: 39px;
	background-image: url(../images/cesta-bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	line-height: 39px;
	text-align:right;
}
#langs ul {
	margin:0;
	display:block;
	position:relative;
}
#langs ul li{	
	display:inline;	
	padding-right:8px;
	margin-left:8px;
	border-right:1px solid #8fa82c;
}
#langs ul li a {
	font-size:12px;
	text-decoration:none;
}
#langs ul li.end {
	border:none;
}
#leftbar h3 {
	display: block;
	color: white;
	background-image: url(../images/box-head.png);
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 10px 10px 0 10px;
	text-transform: uppercase;
	padding: 0 10px;
}
.sidebox {
	margin: 0 10px;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #ccc;
	background: url(../images/box-bg.gif);
	background-repeat: repeat-y;
	line-height: 130%;
}
.sidebox h4 { color: #8EA72C; font-size: 12px; font-weight: bold; margin: 0 0 4px 0; }
.sidebox h4 a { text-decoration:none; }
.sidebox ul { margin-bottom: 10px; padding-left:5px;margin-top:0px;}
.sidebox ul li {
	display: block;
	margin-left: 5px;
	padding-left: 5px;
	color: #444;
	padding:0;
	margin:0;
	line-height: 15px;
}
.sidebox .title {color: #222;}
.submenu ul { display: block; margin-bottom:5px; margin:0;  padding-bottom:10px;}
.submenu ul li a,.submenu ul li a:active,.submenu  ul li a:visited {
	display: block;
	padding-left: 10px;
	
	background: url(../images/arrow-green.gif) no-repeat left center;
	text-decoration: none;
	color: #444;
	line-height: 15px;
}
.submenu ul li {
list-style:none;
line-height:15px;
height:15px;
}

.submenu ul li a:hover { color: black; text-decoration: underline; }

#services {
	padding-top:10px;
	margin:0;
}
#services p{
	margin-left:5px;
	padding-top:0px;
	margin-top:0;
}
#services h3 {
	padding-bottom:10px;
	margin-bottom:0;
	color:#789d29;
	font-size:16px;
	margin-top:10px;
}
#services h4 {
	padding-bottom:5px;
	margin-bottom:0;
	color:#748921;
	font-size:14px;
	margin-top:10px;
}
#services  div {
	border: 1px solid #ccc;
	background-image: url(../images/midbox-white.png);	
	background-repeat: repeat-x;
	padding: 15px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 10px;
}
#list_odrazky ul,#services ul{
	list-style: url(../images/bullet.png);
	list-style-position: outside;
	margin:0;	
	padding-left: 20px;
}
#services ul li {
	padding:0;
	margin:0;
}
.submenu ul li.sub2{
	margin-left:15px;
}
