/* Hlavni */
body {
  background-color: #303030;
  background-color: #162ec9;
  background-color: #88f; 
  /*background-image: url(../img/bg.jpg);             */
  /*background-image: url(../img/duha-m.jpg);         */
  background-size: 100%;
  background-attachment: fixed;
  font: 12px 'Lucida Grande', Arial, sans-serif;
  }

/* Hlavicka */
.hlavicka {
  height: 160px;
  margin: 5px auto;
  width:  960px;
}

/* Body */
.body {
  min-height: 340px;
  /*height: 700px;       */
  margin: -1px auto;
  width:  920px;
	border: 1px solid #222;
	background-color: #efefef;
	box-shadow: 0 1px 1px #777;
  text-align: left;
  padding: 5px 20px 5px 20px;
}

.body h1 {
  border-bottom: 2px solid lightgray; 
  padding-bottom: .3em
}
  
div .odsadit-50 {
  padding-left: 50px;
}

.body table {
  border-style: solid;
  border-width: 1px;
  border-spacing: 0px;
  border-color: dimgray;
  border-radius: 5px;
  margin: 0px;
  padding: 0px;
}
            
.body table tr th {
  border-style: solid;
  border-width: 1px;
  border-spacing: 0px;
  border-color: dimgray;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  background-color: #999;
	text-decoration: none;
}

.body table tr td {
  border-style: solid;
  border-width: 1px;
  border-spacing: 0px;
  border-color: dimgray;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  text-align: left;            
}

.body table tr td a:link, .body table tr td a:visited, .body table tr td a:active, .body table tr td a:hover {
  text-decoration: none;
  color: #0186ba; 
}

.body table tbody tr td a:hover {
  text-decoration: none;
  color: #fafafa; 
}

.body table tbody tr:hover {
  text-decoration: none;
  background-color: #0186ba; 
}

.body table tbody tr:hover a {
  text-decoration: none;
  color: #fafafa; 
}

.body table img {
  vertical-align: middle;
}

.body table div {
  text-align: center;
}

/* Footer */
.footer {
  height: 20px;
  margin: 5px auto;
  width:  980px;
	border: 1px solid #222;
  padding-top: 5px;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	box-shadow: 0 1px 1px #777;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
	color: #999;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
  text-align: center;
}
 
/* Menu */

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	width: 980px;
	margin: 0px auto;
	border: 1px solid #222;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	box-shadow: 0 1px 1px #777;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
}

#menu:before, #menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}

#menu li {
	float: left;
	border-right: 1px solid #222;
	box-shadow: 1px 0px 0px #444;
	position: relative;
}

#menu a {
	float: left;
	padding: 12px 30px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
	color: #fafafa;
}

*html #menu li a:hover {
	color: #fafafa;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;    
	background: #444;	
	background: linear-gradient(#444, #111);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	transition: all .2s ease-in-out;  
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
	box-shadow: none;    
}

#menu ul a {    
	padding: 10px;
	width: 130px;
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-color: #0186ba;
	background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 	
}



/* slideshow */
.left { width: 500px;  float: left; padding: 0px 0px 50px 10px; overflow: hidden; position: absolute; }
.sidebar { width: 230px;  float: right; padding: 0px 50px 50px 0px; overflow: hidden; }
.sidebar .widget { max-width: 230px; }
.sidebar .widget h3 { width: 100%; background-color: #66a3ff; color: #fff; border-radius: 0px 15px 15px 0px; margin: 20px 0px 20px -10px; padding: 5px; }
.sidebar .widget ul { list-style-type: none; margin-left: -15px; }
.sidebar .widget ul li { border-bottom: 1px solid #d3d3d3; margin-top: 4px; height: 20px; color: #ee872a; }
.sidebar .widget ul li:hover { border-bottom: 1px solid #0066ff; }
.sidebar .widget ul li:before { content: "?"; margin-right: 5px; color: #d3d3d3; }
.sidebar .widget ul li:hover:before { color: #0066ff; }
.sidebar .widget ol { list-style-type: none; }
.sidebar .widget ol li { margin-left: -15px; color: blue; position: relative; padding-left: 20px; border: none; font-size: small; }
.sidebar .widget ol li:hover { border: none; }
.sidebar .widget ol li:before { content: "-"; color: #d3d3d3; margin-bottom: -8px; margin-left: -5px; }
/* widget Prezentace */
#slideshow { box-shadow: 10px 15px 18px #191919; -webkit-box-shadow: 10px 15px 18px #191919; -moz-box-shadow: 10px 15px 18px #191919; }
