﻿/* CSS Document */
HTML {
  height: 100%;
	background-color: #E1E1E1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em; color: #202022;
	font-weight: normal;
}

body {
  text-align: center; /*vycentrovanie pre IE*/
}

div#all {
  width: 1000px; 
  text-align: left;
  margin: 0 auto;
}


#container {
	position: relative;
  width: 1000px;
	margin: 0px auto 0px auto;
	background-color: #D59A24;
	padding: 25px 0px 25px 0px;
	/*-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;*/
}

#header {
	width: 100%;
	height: 140px;
	/*font: 14px Georgia;*/
	background: url('/design/hlavicka.jpg') no-repeat;
	/*padding: 0px 0px 10px 0px;*/
	position: relative;
	top: -15px;
}
#header #logo {
	margin: 0px 20px 20px 25px;
}

#main {
	background: #ffffff;
	width: 100%;
	min-height: 100px;
	background: url('../design/bg.gif') repeat-y;
}

/*******************HORIZONT. PREDEL**************************/

#horizontalLine {
	background: url('../design/horizontal_line.gif') repeat-x;
	color: #ffffff;
	height: 22px;
	text-align: right;
	padding: 0px 20px 0px 0px;
}

/*******************PRAVY PANEL**************************/
#extra {
  text-align: left; 
	float: right;
	color: #590000;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	width: 165px;
	height: 100%;
}

#extra p {
  font-size: 110%;
}

#extra UL {
  font-size: 85%;
	font-weight: normal;
	margin: 0px;
	padding: 5px 20px 20px 20px;
	text-align: left;
	color: #575757
}
#extra UL LI {
	text-transform: none;
	font-size: 109%;
	line-height: 110%;
	margin: 10px 0px 0px 0px;
}
#extra IMG {
	margin-top: -3px;
	padding: 0px;
}
#extra IMG.extra {
	margin: 15px 0px;
}


/*******************NAVIGACE**************************/
#navigace {
  float: left;
  background: url('../design/bg_menu.gif') repeat-y;
  height: 100%;
}
UL#menu {
  width: 172px;
  margin: 0px;
	padding: 25px 20px;
  font-size: 1em;
	color: #590000;
	
}
UL#menu LI {
	list-style-type: none;
	text-transform: uppercase;
	width: 172px;
	border-top: 1px solid #b4b0a3;
	font-weight: bold;
}
UL#menu LI#first {
	border-top: 0px solid #b4b0a3;
}
UL#menu LI A {
	color: #590000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 0px;
}
UL#menu LI A:hover {
	color: #740000;
}
#oteviraci_doba {
  padding: 25px 20px;
  color: #590000;
	
	text-decoration: none;
}
#oteviraci_doba #nadpis {
  display: block;
  font-weight: bold;
}
#oteviraci_doba .radek {
  margin: 0px 0px 0px 22px;
}



/******************* HLAVNI OBSAH**************************/
#content {
	float: left;
	width: 581px;
	margin: 0px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
}
.break	{
	clear:both;
	font-size:1px;
	height:1px;
	margin-top:-1px;
}
#alert {
  color: red;
  border: 1px solid red;
  
}
/******************* NOVINKY**************************/
#novinky li{
  border-bottom: black 1px solid;
  margin: 10px 0px 0px 0px;
  padding: 10px 0px;
}
#novinky li#last{
  border-bottom: white 0px solid;
}
#novinky h4 {
  margin: 0px 0px 0px 0px;
  font-size: 1.2em;
}

/******************* PATICKA**************************/
#footer {
	clear: both;
	background: #5e5e5e;
	font-size: 84%;
	color: rgb(192,192,192);
	text-align: center;
}
#footer a {
  color: rgb(192,192,192);
}
footer a:hover {
	color: #ff5a00;
	text-decoration: underline;
}
/******************* FOTO**************************/
#foto {
  border-collapse: collapse; 
  text-align:center;
}
#foto tr td {
  height: 220px;
}
/******************* OSTATNI**************************/
.stred {
  text-align: center;
}
IMG {
	border: none;
}
a {
	text-decoration: none;
	color: #4b4b4b;
}
a:hover {
	color: #ff5a00;
	text-decoration: underline;
}
/*
#extra A {
	text-decoration: none;
	color: #4b4b4b;
}
#extra A:hover {
	color: #ff5a00;
	text-decoration: underline;
}
a:link, a:visited {text-decoration: none}
a:hover {text-decoration: underline}
*/