@charset "utf-8";
/* CSS Document */



.horni_text {
	top: auto;
	bottom: auto;
	margin-top: -10px;
	margin-bottom:auto;
	margin-right: auto;
	margin-left: auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	color:#FFF;
}

.logo {
	height: 80px;
	width: 800px;
	margin-top: -6px;
	margin-bottom: auto;
	left: auto;
	right: auto;
	text-align:center;
}

body {
	background-image: url(../obrazy/horni_pozadi.png);
	background-repeat: repeat-x;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}