@charset "utf-8";
/* CSS Document */
/*
body {
	margin: 0px;
	background-color: #000000;
}
*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	color: #ffffff;
	background-color: #000000;
}

a {
	color: #c5a73e;
}
a:hover {
	color: #ffffff;
}
div {
	text-align: left;
}
img {
	border: none;
}
div.main {
	width: 780px;
	background-image: url(img/frame/eland_23.jpg);
	background-repeat: repeat-y;
}
div.header {
	height: 150px;
}
div.menu_1 {
	height: 19px;
}
div.menu_2 {
	height: 17px;
}
div.title {
	height: 48px;
}
div.footer {
	height: 15px;
	background-image: url(img/frame/eland_22.jpg);
}
div.content {
	background-image: url(img/frame/h_eland_19.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 751px;
	height: auto;

	/*	padding obsahu	*/	
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
	text-align: justify;
	
}
* html div.content {
	height: 751px;
}
a.virtualny-sprievodca-odklik {
	font-weight: bold;
	color: #c5a73e;
}
/*	dodatok	*/
div.content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px;

}
div.content h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	margin: 3px 1px 1px;
	color: #c5a73e;
}
div.content h3 {
	font-size: 12px;
	font-weight: bolder;
	margin: 3px 1px 1px;
}
#picture{
	background-color: #1E492D;
	border: 14px solid #1E492D;
}	

