﻿@charset "utf-8";
body {
	background: #000 url(background.jpg) no-repeat center 10px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#body {
	background: #E3C57C url(background-body.jpg) 0 25px;
	width: 951px;
	margin: 90px auto 0 auto;
	text-align: left;
	font-size: 99%;
}
hr.cleaner {
	visibility: hidden;
	clear: both;	
}

/* Vrchní lišta --------------------------------------------------------------------------------------*/
div#top {
	background: #15203A url(lista-background.gif);
	height: 26px;
}
div#top a {
	color: #EFCB05;
	text-decoration: none;
	float: right;
	line-height: 26px;
}
div#top div#top-content {
	width: 951px;
	margin: 0 auto;
	background: url(lista-pruh.jpg);
	height: 26px;
}

/* Stránka -------------------------------------------------------------------------------------------*/
#paper-top {
	background: url(background-head.jpg) no-repeat;
	position: relative;
	font-family: sans-serif;
}
#paper-bottom{
	background: url(background-footer.jpg) bottom no-repeat;
	position: relative;
	font-family: sans-serif;
	padding-bottom: 50px;
}
h1 {
	width: 395px; height: 30px;	
	position: relative;
	margin-left: 15px;
	font-size: 30px;
	text-align: center;
}
h1 span {
	width: 395px; height:156px;	
	position: absolute; left:0; top: -76px;
	background: url(logo.jpg);
}
ul#main-menu {
	list-style: none;	
	padding: 0 0 0 20px;
	width: 548px;
	line-height: 39px;
	float: left;
	position: absolute; left: 382px; top: -60px; &left: 343px; &top: -43px;
	background: black url(background-menu.jpg);
	font-size:14px;
}
ul#main-menu li {
	float: left;
	position: relative;
}
ul#main-menu li a {
	color: #EFCB05;
	text-decoration: none;
}
ul#main-menu li span {
	color: #EFCB05;
	margin: 0 10px;
}
ul#main-menu li ul{
	list-style: none;
	display: none;
	position: absolute; left: 0px; top: 39px;
	line-height: 20px;
	margin: 0;
	width: 130px;
	background: #122930;
	border: 1px solid Black;
	padding: 0;
}
ul#main-menu li ul a {
	color: #FDD513;
}
ul#main-menu li ul a:hover {
	text-decoration: underline;
}
ul#main-menu li:hover ul {
	display: block;
}
ul#main-menu li ul li {
	border-bottom: 1px black solid;
}
ul#main-menu ul li a {
	text-decoration: none;
	display: block;
	width: 110px;
	font-size: 90%;
	font-weight: bold;
	padding: 0px 10px;
}

/* Postraní panel ------------------------------------------------------------------------------------*/
#side {
	margin-top: 40px;
	width: 135px;
	float: left;
	margin-left: 50px;
}
#side ul {
	list-style: none;
	padding: 0; margin: 0;
	text-align: center;
}
#side ul li {
	color: #720000;
	border-top: 1px solid Black;
	font-weight: bold;	
	line-height: 20px;
	font-size:83%;
	width: 135px;
}
#side ul li.prvni {
	border: none;
}
#side ul li ul li {
	font-size: 95%;
	position: relative;
}
#side ul li ul li a {
	color: black;
	text-decoration: none;
	display: block;
	width: 135px;
	background: transparent;
}
#side ul li ul li a.noclick {
	cursor: default;
}
#side ul li ul li:hover a {
	background: #122930;
	color: #FDD513;
}
#side ul li ul li:hover ul {
	display: block;
}
#side ul li ul li ul{
	display: none;
	position: absolute; left: 130px; top: -2px;
	width: 180px;
	background: #122930;
	border: 1px solid Black;
}
#side ul li ul li ul li {
	width: 180px;
}
#side ul li ul li ul a {
	color: #FDD513;
	padding: 0 5px;
	width: 170px;
}
#side ul li ul li ul a:hover {
	text-decoration: underline;
}

/* Obsah ---------------------------------------------------------------------------------------------*/
#content {
	padding: 0 70px 70px 70px;
	margin-left: 150px;
	font-size: 75%;
}
#content a {
	color: black;
}
h2 {
	text-align: center;
	color: #790200;
	font-size: 26px;
	font-weight: normal;
	padding: 0 200px;
}
a.search {
	text-decoration: none;
}
a.search span {
	color: #790200;
	font-weight: bold;
}
hr {
	height: 1px; 
     color: #000; 
     background-color: #000; 
     border: 0px solid #000
}
form.search {
	text-align: center;	
}
textarea {
	width: 661px;
	height: 500px;
}

/* Patička -------------------------------------------------------------------------------------------*/
#foot {
	color: white;
	margin-top: 5px;
}