/* CSS Document */

p,ul,li,div,table,h1,h2,h3 {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(img/bg-body.png);
	background-repeat: repeat-x;
	background-color: #FFECBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 752px;
	margin: 0 auto 0 auto;
	background-image:url(img/bg-content.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
#top {
	position: relative;
	width: 100%;
	height: 140px;
	background-image:url(img/bg-top.jpg);
	background-repeat: no-repeat;
}
#content {
	position: relative;
	width: 100%;
}
#footer {
	position: relative;
	width: 100%;
	height: 70px;
	background-image:url(img/bg-footer.jpg);
	background-repeat: no-repeat;
}
#footer-contact {
	padding: 0px 15px 10px 10px;
	text-align: right;
	color: #E98E02;
	font-size: 0.8em;
	line-height: 1.4em;
}
#footer-contact a {
	color: #E98E02;
}
#footer-contact a:hover {
	color:#003399;
}
#footer-vendee {
	position: absolute;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	top: 40px;
	left: 59px;
}
#footer-vendee a {
	color: #F9B71A;
	text-decoration: none;
}
#footer-vendee a:hover {
	color:#CC3300;
}
#content-navigation {
	position: relative;	
	float: left;
	width: 188px;
	margin: 5px 0 0 2px;
	_margin: 5px 0 0 1px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg-menu.jpg);
	background-position:bottom;
	padding-bottom:1px;
	font-size:15px;
}
#menu li {
	width: 100%;
	height: 36px;
	text-align: right;
}
#menu a {
	display: block;
	padding-top: 2px;
	height: 100%;
	background-image:url(img/bg-btn.jpg);
	background-repeat: no-repeat;
	color: #EAAA00;
	text-decoration: none;
}
#menu a:hover {
	background-position: -188px 0px;
	color: #FFFFFF;
}
#menu strong {
	display: block;
	padding: 8px;
}
#content-main {
	position: relative;
	margin: 10px 0 0 220px;
	width: 511px;

}
#content-main p {
	padding: 10px 0 10px 0;
	line-height: 1.4em;
}
#content-main h3 {
	margin-top: 1em;
	color: #1919B3;
}
h1.home-link {
	position: absolute;
	display: block;
	width: 147px;
	height: 83px;
	top: 61px;
	left: 24px;
}
h1.home-link a {
	display: block;
	width: 100%;
	height: 100%;
}
h1.home-link span {
	display: none;
}
.main-title {
	position: absolute;
	display: block;
	color: #B37D00;
	width: 267px;
	height: 62px;
	top: 70px;
	left: 217px;
	font-size: 1.9em;
}
.home-item {
	width: 220px;
	height: 215px;
	float: left;
	margin: 0px 27px 27px 0;
	text-align: center;
	border: 1px solid #B3B100;
	background-color: #FFFFBF;
}	
.home-item img {
	padding: 16px 0 8px 0;
	border: none;
}
.home-item h2 {
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	padding: 0 10px 0 10px;
}
.home-item h2 a {
	color: #B3B101;
}
.home-item h2 a:hover {
	color:#003399;
}
.managers {
}

.managers h3 {
}
.managers ul {
	position: relative;
	display: block;
	width: 484px;
	height: 242px;
	background-image:url(img/mapa-slovensko.gif);
	background-repeat: no-repeat;
}
.managers li {
	position: absolute;
	width: 8px;
	height: 8px;
}
.managers a {
	display: block;
	width: 100%;
	height: 100%;
}
.managers strong {
	display: none;
}
ul.listing {
	margin: 10px;
	padding: 10px;
	list-style-type: disc;
}
ul.listing li {
	margin-bottom: 6px;
}

.img-right {
	float: right;
	margin: 5px 0 5px 5px;
	border: 1px solid black;
}
.img-left {
	float: left;
	margin: 5px 10px 10px 0px;
	border: 1px solid black;
}
.cleaner {
	clear: both;
	visibility: hidden;
	height: 1px;
}

