body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #E2E3E4;
	font-family: Arial, Tahoma, "Lucida Grande CE", lucida, sans-serif;
	color: #000000;
	font-size: 0.8em;
}

#center {
	width: 870px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
}

#ohraniceni {
   background-color: White;
   border: 1px solid #1F2122;
   float: left;
   width: 870px;
	margin-top: 20px;
	margin-bottom: 20px;
}     
        
#main {
	width: 870px;
	height: auto;
	text-align: left;
	padding: 0px;
	background-color: #F5F5F5;
	background-image: url(../images/main_back.gif);
	background-repeat: repeat-y;
	float: left;
	position: relative;
}

#head {
	float: left;
	width: 870px;
	height: 63px;
	text-align: left;
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	background-color: #61696B;
	color: white;
	display: inline;
}

#link {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	display: inline;
	line-height: 130%;
}

#menu {
	width: 870px;
	height: auto;
	float: left;
	background-image: url(../images/menu.gif);
   background-repeat: repeat-x;
	background-color: #202126;
	line-height: 280%;
	color: #737372;
	border-bottom: 3px solid #7A8080;
}

#odsazeni_menu {
	padding: 0px 10px;
}

#left {
	width: 870px;
	background-image: url(../images/left_menu.gif);
	background-repeat: repeat-y;
	height: auto;
	float: left;
}

#left_menu {
	width: 145px;
	float: left;
}

#odsazeni_menu {
	padding: 10px;
	line-height: 180%;
}

#content {
	width: 725px;
	height: auto;
	float: left;
	font-size: 1em;
	text-align: left;
	display: inline;
}

#odsazeni {
	padding: 10px 20px 10px 20px;
	float: left;
}

#footer {
	text-align: center;
	height: 65px;
	width: 870px;
	float: left;
	color: White;
	background-color: #61696B;
	line-height: 500%;
	border-top: 3px solid #FF722D;
	display: inline;
}  

a {
	font-size: 1em;
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size: 1em;
	color: #FF722D;
	text-decoration: none;
	font-weight: bold;
}

a.link_top {
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.85em;
}

a.link_top:hover {
	color: White;
	text-decoration: underline;
	font-weight: normal;
	font-size: 0.85em;
}

#menu a, #menu a:hover {
	margin: 0px 5px;
}

#left_menu a, #left_menu a:hover {
	color: black;
}

#content a {
	color: #BD3E00;
	text-decoration: underline;
	font-weight: normal;
}

#content a:hover {
	color: #5E1F00;
	text-decoration: none;
	font-weight: normal;
	background-color: #F5DBC3;
}

a.active, a:hover {
	font-size: 1em;
	color: #FF722D;
	text-decoration: none;
	font-weight: bold;
}

a.footer {
	font-size: 1em;
	color: #FF722D;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:hover {
	font-size: 1em;
	color: #FF722D;
	text-decoration: none;
	font-weight: bold;
}

a.fotky img {
	border: 1px solid #DBDBDB;
	margin: 10px;
}

a.fotky:hover img {
	border: 1px solid #FFE600;
	margin: 10px;
}

h1 span#nazev {
	color: #FF722D;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: white;
	margin: 20px 0px 0px 30px;
}

h2 {
	font-size: 1.5em;
	color: black;
	margin: 10px 430px 10px 0px;
	padding: 0px 10px;
	border-bottom: 2px solid #FF722D;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: Black;
	margin: 25px 0px 5px 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: justify;
	text-indent: 2em;
	line-height: 150%;
	margin-left: 0px;
	margin-right: 0px;
}

p.bez_odrazeni {
	text-indent: 0em;
}

p.s_odrazenim {
	text-indent: 0em;
	margin-left: 20px;
}

.searchbox {
	width: 140px;
	/*_height: 18px; */
	border: 1px solid #61696B;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	margin: 2px 0px;
	vertical-align: middle;
}

.button {
	width: 110px;
	height: 18px;
	border: solid 1px #61696B;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	margin: 2px 0px;
	background-color: #C7C7C7;
	vertical-align: middle;
}

table {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid silver;
	max-width: 
}

table#prihlaseni {
	font-weight: bold;
	margin: 20px auto;
}

table#prihlaseni td.left {
	text-align: right;
}

th {
	background-color: #C7C7C7;
	padding: 0.3em 0.6em;
}

td {
	background-color:  #EDEDED;
	padding: 0.3em 0.6em;
}

.even td {
	background-color:  #FFE1D0;
}

span.chyba{
	font-weight: bold;
	color: Maroon;
}

span.varovani {
	font-weight: bold;
	color: black;	
}

.oznameni {
	padding: 2px 10px;
}
	
ul {
	margin: 0px;
	padding: 0px;
}

#odsazeni_menu li  {
	list-style: none;
	margin-left: 0px;
}

#odsazeni_menu li.druha_uroven {
	list-style: none;
	margin-left: 25px;
}





.obsah_submenu {
  background-color: #F5F5F5;
  float: left;
  width: 662px;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  padding: 5px;
}

#adminmenu {
	background-color: #C7C7C7;
	border-bottom: 1px solid #FF722D;
	margin: 0;
	padding: .6em .2em .1em 2em;
}

#adminmenu a {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px 0px 5px;
	border-bottom: none;
}

#adminmenu a:hover, #adminmenu a.current {
	color: #000;
	background-color: transparent;
}

#adminmenu li, #submenu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}

#adminmenu a.current {
	background-color: #202126;
	border-right: 1px solid #FF722D;
	border-left: 1px solid #FF722D;
	border-top: 1px solid #FF722D;
	border-bottom: 1px solid #202126;
	color: #fff;
	padding-bottom: 0.5em;
	font-weight: bold;
	text-decoration: none;
}

#adminmenu a.current:hover {
	background-color: #202126;
	font-weight: bold;
	border-right: 1px solid #FF722D;
	border-left: 1px solid #FF722D;
	border-top: 1px solid #FF722D;
	color: #fff;
	padding-bottom: 0.5em;
}

#odsazeni_soubory {
	margin: 10px 0px;
}

.soubor {
	width: 120px;
	height: auto;
	float: left;
	margin: 0px 2px;
	background-color: #FF722D;
	font-size: 1em;
	text-align: center;
	border: 1px solid #FF722D;
}

.soubor_obrazek {
	height: auto;
	width: 120px;
	float: left;
	cursor: pointer;
}


.soubor_akce {
	height: auto;
	width: 120px;
	float: left;
	font-size: 0.9em;
	text-align: left;
}

.soubor_akce .button {
	margin: 2px 5px;
	font-size: 1em;
}

.rada_souboru {
	width: 632px;
	height: auto;
	float: left;
	margin: 2px 15px;
	display: inline;
}

.soubor_akce button {
	width: 100px;
}

.error {
    color:red; padding-left: 5px; font-weight:bold
}
