body {
	background: url(../images/01_bg.gif) center top repeat-y;
	width: 100%;
	font-family: verdana, arial, helvetica, sans;
	font-size: x-small;
	color: #666;
	margin: 0;
	padding: 9% 0 0;
}
a {
	color: #777;
}
a:hover {
	color: black;
}
h1 {
	display: none;
	overflow: auto;
}
h2 {
	margin: 0;
	padding: 20px 0 0 60px;
	font-size: small;
	color: #008d55;
	text-align: left;
}
p {
	padding: 8px 0 0 60px;
	width: 330px;
}
#main {
	width: 750px;
	margin: 0 auto;
}
#head_logo {
	background: url(../images/01_logo.gif);
	width: 347px;
	height: 138px;
	float: left;
}
#head_photo {
	background: url(../images/01_photo.jpg);
	width: 403px;
	height: 138px;
	float: right;
}
#line {
	background: url(../images/01_footer.gif);
	width: 750px;
	height: 15px;
	clear: both;
}
#content {
	width: 480px;
	float: left;
}
#nav {
	float: left;
	margin-top: 30px;
}
#footer {
	clear: both;
	padding-top: 80px;
	font-size: 9px;
}
span.footer_left  {
	width: 395px;
	float: left;
	padding: 0 0 0 90px;
}
span.footer_rignt  {
	width: 250px;
}



/*vertikalne menu pre uvodnu vstupnu stranku*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px; /* Width of Menu Items */
}
ul li {
	position: relative;
	text-align: left;
}
ul li.main {
	text-align: right;
}
li ul {
	position: absolute;
	left: 109px; 
	top: 0;
	display: none;
	width: 110px;
	padding-left: 50px;
}
ul li a {
	display: block;
	float: none;
	text-decoration: none;
	color: #777;
	background: transparent; /* IE6 Bug */
	padding: 3px 0;
}/*a v celom menu*/

/*Hack. IE Requirement*/
* html ul li { 
	float: left; 
	height: 1%; 
}
* html ul li a { 
	height: 1%; 
}
li:hover ul, li.over ul { 
	display: block; 
} 
/*koniec vertikalneho menu*/