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

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

#name_images {
width: 870px;
}

#left_image_name {
width: 290px;
float:left;
}

#center_image_name {
width: 275px;
padding-left:15px;
float:left;
}

#right_image_name {
width: 260px;
float:right;
padding-left:30px;
}

#body_images {
width: 870px;
height:260px;
clear:both;
}

#left_image_position {
width: 290px;
height:260px;
float:left;
}

#center_image_position {
width: 290px;
height:260px;
float:left;
text-align:center;
}

#right_image_position {
width: 290px;
height:260px;
float:right;
text-align:right;
}

img {
	border: 2px solid #aaaaaa;
}