html,body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
 
*	/*univerzalny selektor - bude sa aplikovat na vsetky prvky u ktorych je to mozne*/
{
	margin: 0px;
	padding: 0px;
}
 
#all {
	position: relative;
}
 
#centerbody {
	width: 990px;
	margin: 0px auto;
	position: relative;
}

#navigation {
	width: 970px;
	height: 50px;
	margin: 0px auto;
	top: 196px;
	position: relative;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 15px;
	font: bold 14px Arial;
	color: #FFF;
	text-decoration: none;
	background: url(navigation-separator.png) no-repeat right center;
} 
 
#navigation ul li a:hover {
	color:#363636;
	background: url(navigation-hover.png) repeat-x left top;
}
 
#navigation ul li#active a {
	color:#363636;
	background: url(navigation-hover.png) repeat-x left top;
}

#body_adapt {
	position: relative;
	width: 870px;
	background: url(bg.png) repeat-y;
	padding-top:80px;
	padding-bottom:70px;
	padding-left:60px;
	padding-right:60px;
	text-align:justify;
	line-height: 150%;
	font-size:16px;
}
 
#obj_top {     
	background: url(top.png) no-repeat top center;     
	width: 990px; 
	height: 246px;
	position: relative;
}

#obj_bottom { 
	background: url(bottom.png) no-repeat bottom left; 
	width: 990px;
	height: 20px;
	text-align: center;
	font-size:10px;
}
 
p.paticka {
	font-size:10px;
	color: #666666;
}

#slideshow {
    position:relative;
    width:866px;
    height:160px;
    padding:2px;    
	background-color: #989898;
}

#slideshow IMG {
    position:absolute;
    top:2;
    left:2;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

ul { 
font-weight: bold;
line-height: 190%;
padding-left:17px;
list-style: square;
}