/* CSS Document */
body {
	margin: 180px auto auto 0;
	background: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	background-attachment: scroll;
	font-family: Comic Sans MS, sans-serif;
	color: #efbf41;
	text-shadow: black 3px 3px 2px;
	font-size: 1.1em;
}
a:link, a:focus, a:visited, a:active {
	text-decoration: none;
	color: #DAA520;
}
a:hover {
	text-decoration: underline;
	color: #DAA520;
}
#menu {
	margin: 0px;
	text-align: center;
	text-shadow: none;
}
#menu h3{
margin:0px;
padding:0px;
font-size: 1.1em;
font-weight:normal;
}
#menu a {
	display: block;
	padding: 10px 10px;
	border: 0px solid white;
}
#menu a:link, #menu a:focus, #menu a:visited {
	text-decoration: none;
	color: #efbf41;
	background: transparent url(img/tlac_idle.png) no-repeat center center;
}
#menu a:hover {
	background: transparent url(img/tlac_hover.png) no-repeat center center;
	text-decoration: none;
	color: #efbf41;
}
#menu a:active {
	background: transparent url(img/tlac_down.png) no-repeat center center;
	text-decoration: none;
	color: #efbf41;
}
img {
	margin: 0px;
	padding: 0px;
}
table {
border-spacing:10px;
}
td {
	padding:0px;
	margin: 0px;
	height: 90px;
	vertical-align: top;
}
.povolani {
	float: right;
	padding: 5px;
}
#text{
width:910px;
height:600px;
background: transparent no-repeat url(img/text.png);
} 
#obsah{
width:865px;
margin: 8px;
padding: 10px; 
overflow: auto; 
height: 565px; 
text-align:justify;
}
#obsah h2{
text-align:center;
margin-top:50px;
}
.pocitadlo a {
 color:black;
 font-size:0.8em;
}
.pocitadlo a:link, .pocitadlo a:focus, .pocitadlo a:visited {
	text-decoration: none;
	 color:black;
}
.pocitadlo a:hover {
	text-decoration: none;
	 color:black;
}
.pocitadlo a:active {
	text-decoration: none;
	 color:black;
}
#poplatek td{
height:auto;
}
