html {
	background-color: black;
}

body {
	background-color: black;
	background-image: url(../images/pozadie_uvod.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: auto;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

a img{
	border: none;
}

a:focus img{
	border: none;
}

a:hover img{
	border: none;
}

h2 {
	color: white;
	font-size: 25px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: white;
}

h3 a {
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover {
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}