body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
#header {
	width: 600px;
	height: 170px;
	margin: 0 auto;
}
/* Logo */
#logo {
	float: right;
	margin: 50px 0 0 0;
}
/* Gallery */
#gallery {
	clear: both;
	width: 550px;
	margin: 0 auto;
}
#leve-photo {
	margin: 0;
	width: 180px;
	height: 397px;
	border-right: 1px #FFFFFF solid;
	float: left;
}
#leve-photo  a {
	width: 180px;
	height: 397px;
	background: url(../images/kol_1.jpg) 0 -397px no-repeat;
	float: left;
	border-right: 1px #FFFFFF solid;
}
#leve-photo  a:hover {
	background-position: 0px 0px;
	float: left;
	border-right: 1px #FFFFFF solid;
}
#leve-photo p a {
	background: none;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
#prostredni-photo {
	margin: 0;
	width: 180px;
	height: 397px;
	border-right: 1px #FFFFFF solid;
	float: left;
}
#prostredni-photo  a {
	width: 180px;
	height: 397px;
	background: url(../images/kol_2.jpg) 0 -397px no-repeat;
	float: left;
	border-right: 1px #FFFFFF solid;
}
#prostredni-photo  a:hover {
	background-position: 0px 0px;
	float: left;
	border-right: 1px #FFFFFF solid;
}
#prostredni-photo p a {
	background: none;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
#prave-photo {
	margin: 0;
	width: 180px;
	height: 397px;
	border-right: 1px #FFFFFF solid;
	float: left;
}
#prave-photo  a {
	width: 180px;
	height: 397px;
	background: url(../images/kol_3.jpg) 0 -397px no-repeat;
	float: left;
	border-right: 1px #FFFFFF solid;
}
#prave-photo  a:hover {
	background-position: 0px 0px;
	float: left;
	border-right: 1px #FFFFFF solid;
}
#menu-dolni {
	clear: both;
	width: 550px;
	margin: 0 auto;
	text-align: center;
}
#menu-dolni-leve {
	margin-top: 10px;
	width: 180px;
	float: left;
}
#menu-dolni-prostredni {
	margin-top: 10px;
	float: left;
	width: 180px;
}
#menu-dolni-prave {
	margin-top: 10px;
	float: left;
	width: 180px;
}
#menu-dolni a {
	text-decoration: none;
}
/* Video */
#container {
	min-width: 720px;
	min-height: 660px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#container-horizontal {
	text-align: left;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
}
#container-in {
	position: absolute;
	top: -330px;
	left: -360px;
	width: 720px;
	height: 660px;
	overflow: auto;
	background: #E9E9E9;
}
#stahuj {
	text-align: center;
	margin: 15px;
}
/* Footer */
#footer {
	margin-top: 30px;
	clear: both;
	padding: 40px;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #C4C4C4;
}
