body {
	margin: 0;
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #919191;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #919191;
	SCROLLBAR-SHADOW-COLOR: #919191;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
}
td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.tab_nadpis {
  font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 40px;
}
h2 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}

.linked {
  border-bottom: #ffffff solid 2px;
}

#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: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

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.right {
	margin-left: 210px;
}
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;
}

#obsah {
	background: #626262 url(img/bg_inside.jpg) no-repeat top right;
	border: 1px solid #626262;
	padding: 26px;
	padding-bottom: 0px;
	position: relative;	/* kvuli absolutni pozici loga */
	height: 294px;
	overflow: auto;
	_overflow-x: hidden; 
}

#obsah ul {
	list-style: none;
	margin: 0;
}
#obsah li {
	margin-bottom: 10px;
	background: url(img/li_left.gif) no-repeat;
	padding: 3px 0px 0px 20px;
}
#obsah a {
	color: #ffffff;
	font-weight: bold;
}
#obsah a:hover {
	color: #0C184E;
}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
}

#bg_bottom {
	/*
	position: absolute;
	bottom: 31px;
	right: 0px;
	*/
	position: relative;
	top: -31px;
	right: 0px;
	text-align: right;
	z-index: -1;
}

#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;
}

.black {
	color: #000000;
}
input.button {
	border: none;
	background-color: #424242;
	color: #cccccc;
	height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
table.ram {
	border-collapse: collapse;
}
table.ram2,table.ram3 {
	border-collapse: collapse;
}
table.ram td {
	border: 1px solid #b9b9b9;
	color: #b9b9b9;
	padding: 3px 20px 3px 20px;
}
table.ram2 td {
	border: 1px solid #555555;
	color: #b9b9b9;
	padding: 3px 20px 3px 20px;
}
table.ram3 td {
	border: 1px solid #b9b9b9;
	color: #b9b9b9;
	padding: 3px 20px 3px 20px;
}	
hr.cleaner
{
  clear: both;
  visibility: hidden;
  height: 1px;
  margin:-1px 0 0 0;
  padding: 0;
  border: none;
}	