body {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
}
.texture_top {
	background-image: url("texture.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 41px;
	width: 100%;
}
.texture_bottom {
	background-image: url("texture_bottom.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;
	width: 100%;
}
#table {
	width: 1040px;
}
.logo {
	background-image: url("logo.jpg");
	background-repeat: no-repeat;
	width: 402px;
	height: 225px;
}
.popis {
	background-image: url("popis.jpg");
	background-repeat: no-repeat;
	width: 538px;
	height: 225px;
} 
#adresovani {
	height: 400px;
	text-align: center;
	color: #6A6A6A;
}
#bottom_odkazy {
	color: #6A6A6A;
}
#bottom_odkazy a {
	color: #6A6A6A;
	text-decoration: none;
}
#bottom_odkazy a:hover {
	color: #000000;
	text-decoration: none;
}
#podpis {
	padding-top: 15px;
}
#podpis a {
	color: #6A6A6A;
	text-decoration: none;
	font-weight: bolder;
}
