@charset "utf-8";
body {
	background-image: url(pics/body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#container {
	width: 834px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;

}
#logo {
	background-image: url(pics/logo.jpg);
	width: 834px;
	height: 90px;
	float: left;
}
#head {
	background-image: url(pics/head.jpg);
	width: 834px;
	height: 188px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	float: left;
}
#menu {
	width: 800px;
	height: 53px;
	background-image: url(pics/menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	display: block;
	font-size: 110%;
}
.odstavec {
	background-image: url(pics/p.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 11px;
	width: 100%;
	clear: both;
}
.popis-foto {
	display: block;
	vertical-align: middle;
	line-height: 110px;
}


#page {
	background-image: url(pics/page.jpg);
	width: 754px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 130%;
	height: 53px;
	float: left;
	width: auto;
	line-height: 53px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a:hover {
	text-decoration: underline;
	background-image: url(pics/menu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu-odd {
	background-image: url(pics/menu-odd.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 1px;
	height: 53px;
	float: left;

}
#page h1 {
	color: #c02f00;
	font-size: 160%;
}

#menu-left {
	display: block;
	width: 17px;
	height: 53px;
	float: left;

}
#lang {
	display: block;
	float: right;

}
#lang a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 70%;
	height: 53px;
	float: left;
	width: auto;
	line-height: 53px;
	padding-right: 5px;
	padding-left: 5px;
}
#page img {
	text-decoration: none;
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}
.small {
	font-size: 70%;
}
#page  a:hover {
	text-decoration: underline;
	color: #C82C03;
}

#page  a {
	text-decoration: none;
	color: #000000;
}
.icons {
	display: block;
	height: 30px;
	line-height: 30px;

}
#container #page .icons img {
	border: none;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#page h2 {
	font-size: 130%;
}
#mapa {
	text-decoration: none;
	float: right;
}
#footer {
	background-image: url(pics/footer.jpg);
	width: 800px;
	height: 68px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.copy {
	font-size: 70%;
}
.cleaner {
	width: 100%;
	height: 1px;
	clear: both;
}
