html,body {
	font-family:Verdana, Geneva, 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;
}

h1 {
	font: Arial,​Helvetica,​sans-serif;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 20px;
}
 
#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:434px;
	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;
}

.body_image{
	position:relative;
	width:870px;
	height:137px;
}

img {
	border: 2px solid #aaaaaa;
}

.horizontal_image {
	position:relative;
	width:145px;
	height:104px;
	padding-top:33px;
	float:left;
	text-align:center;
}

.vertical_image {
	position:relative;
	width:145px;
	height:137px;
	float:left;
	text-align:center;
}