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;
height:340px;
background: url(bg.png) repeat-y;
padding-top:80px;
padding-bottom:70px;
padding-left:60px;
padding-right:60px;
text-align:justify;
line-height: 150%;
}

#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;
}

#left {
width: 335px;
float:left;
font-weight:bold;
}

#right {
width: 535px;
float:right;
}