body {
	width: 100%;
	background: url('../images/background.jpg') center repeat-y;
	text-align: center;	
	margin: 0px;
	padding: 0px; 	
}
div {
	color: #D6A936;
	font-family: helvetica, tahoma, verdana;
}
#container {
	margin: auto;
	width: 941px;
	padding: 0px;
}
#header {	
	position: relative;
	text-align: left;
	height: 460px;
	background: url('../images/header.jpg') center no-repeat;
}
#footer {
	height: 106px;
	background: url('../images/footer.jpg') center no-repeat;
}
#menu {
	height: 30px;
	width: 95%;
	position: absolute;
	top: 393px;
	padding-left: 20px;
}
#menu table {
	width: 100%;
	text-align: center;
}
#menu a {
	text-decoration: none;
	color: #D6A936;
	font-size: 16px;
	font-weight: bolder;
}
#menu a:hover {
	color: white;
}
#main {
	font-size: 20px;
	color: yellow;
	padding: 10px;
}
img.mapa {
	border: none;
}
span.lastupdate {
	font-size: 14px;
}
a {
	color: #FFFFD6;
	text-decoration: none;
}
a.mail {
	color: red;
	text-decoration: none;
}
a.mail:hover {
	text-decoration: underline;
}
#main table {
	text-align: left;
	margin: auto;
	font-size: 16px;
}
td.header {
	text-align: center;
	color: red;
	font: 20px;
	font-weight: bold;
}
#main table a{
	color: yellow;
	text-decoration: none;
}
#main table a:hover{
	text-decoration: underline;
}
#main td {
	padding: 5px;
}
#logo {
	position: absolute;
	top: 62px;
	left: 250px;
	width: 430px;
	height: 300px;
	cursor: pointer;
}
#galerka img {
	border: 2px solid #D6A936;
}
#galerka img:hover {
	border: 2px solid white;
}
#main a {
	text-decoration: none;
}
#kniha {
	width: 55%;
	height: 500px;
}
#historie {
	text-align: justify;
}

