body {
	margin: 0;
	background-color: #000000;
	text-align: center;
}

#film {
	position: relative;
	background-color: #b9b9b9;
	text-align: center;
}

#hlavicka {
	background: url(img/bg_top.jpg) repeat-x;
	height: 99px;
	border-top: 1px solid #cccccc;
}

#container {
	width: 776px;
	margin: auto;
	position: relative;

/*
	width: 865px;
	margin: auto;
	position: relative;
*/
}

#flash {
	position: absolute;
	left: 460px;
	top: 40px;
	/*z-index: 80;*/
}

#rightbar {
	/*float: right;*/
	position: absolute;
	top: 0;
	left: 776px;
}

ul#menu {
	list-style: none;
	margin: 0;
	background-color: #424242;
	text-align: left;
	padding-left: 26px;
	border-bottom: 2px solid #ffffff;
}
ul#menu li {
	display: inline;
	background: url(img/odr_menu.gif) no-repeat;
	padding-left: 13px;
	margin-right: 28px;
}
ul#menu li a {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 29px;
}
ul#menu li a:hover {
	color: #eeeeee;
}

.motiv {
	float: left;
	border-bottom: 2px solid #ffffff;
}


#paticka {
	background: url(img/bg_bottom.jpg) repeat-x;
	height: 100px;
	line-height: 75px;
	color: #808080;
	font-family: Arial, sans-serif;
	font-size: 11px;
	clear: both;
	border-bottom: 1px solid #cccccc;
}
#paticka a {
	color: #808080;
}
#paticka a:hover {
	color: #ffffff;
}