/* CSS Document */
* {
	font-family: Verdana;
}
body {
	background-color: #FFCC66;
	text-align: center;
}
h1 {
	background-image: url('../img/hlavicka.jpg');
	background-repeat: norepeat;
	width: 650px;
	height: 250px;
}
h1 span {
	visibility: hidden;
}
p {
	font-size: 11px;
}
img {
	border: none;
}
#all {
	margin: 0 auto;
	text-align: center;
	width: 650px;
}
a span {
	display: none;
}
a.odkaz {
	width: 200px;
	height: 100px;
	display: block;
}
table {
	margin: 0 auto;
}
tr.odkazy td a {
	background-color: #108D01;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	display: block;
	padding: 5px 0;
}
tr.odkazy td a:hover {
	background-color: #55B949;
}
tr.partneri td {
	background-color: #FF9900;
	font-size: 10px;
}
td {
	width: 33%;
	padding: 3px;
	text-align: center;
}
