﻿body {
	background: #009aca;
	/*margin: 165px 0px 0px 0px; */  
	font: 14px Verdana;
	min-width: 960px;
}

h4, h5, h6 {
	text-align: center;
	color: #0a294b;
	font-family: Arial;
	text-shadow: 3px 3px 7px #666666;
}

h2 {
	font-size: 1.9em;	
	text-align: center;
  color: red;
}

h3 {
	text-align: center;
  margin: 1px;
  padding: 0px;
}

h1 {
  margin: 0px;
	font-size: 2em;
	font-weight: normal;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 1px #0a294b;
}

nav ul {
  padding: 5px;
	list-style-type: none;
  float: left;
  position: relative;   
  opacity: 0.8;
}

nav ul a {
	text-decoration:none;
  cursor: default;
}

nav ul li {
  margin: 0px 5px;
  position: relative; 
	float: left;
	font-size: 0.9em;
	height: auto;
  text-shadow: 3px 1px 1px blue;  
  padding: 5px;
  width: 145px;
	text-align: center;
}

nav ul li:hover ul li  {
	display: block;
  background: rgb(32,33,116);
	box-shadow: 1px 1px 5px black;
} 

nav ul ul {
position: absolute;
}

nav ul li ul li {
  display:none;
  width: 160px;
}  

nav a {
	color: white;
	text-decoration: none;
  cursor: default;
}

.centrovany  {
	text-align: center;
}

#odsazeni {
margin: 120px 0px 0px 0px;
}

#centrovac {
	margin: 0px auto;
	width: 960px;
}

.tabulka {
margin: 3px 0px;
padding: 10px;
border: double  4px ;
background: #B5CCD7;
width: 600px;
text-align: left;

}

header {
	height: 180px;
	position: relative;
	top: 0px;
  background: url('image/logo06.jpg') no-repeat;
  background-position: center top;
  
	width: 100%;
}

article {
	background: #009aca;
	padding: 0px 0px;
  margin:0px 5px;
  
}

article header {
	width: 300px;
  height: auto;
	float: left;  
	position: static;
	background: rgb(51,153,204);
  box-shadow: 2px 2px 7px #1c2228;
  margin: 10px 2px;
  padding: 5px;
}

article header td {
width: 180px;
height: auto;
}

article section {
	width: 610px;
  height: auto;
	float: left; 
	background: white;
	border: 2px solid #006797;
	box-shadow: 2px 2px 7px #1c2228;
	padding: 10px;
  margin: 10px 2px;
  color: black;
  }

footer {
	height: 140px;
  min-width: 900px;
	color: white;
    margin: 20px 0 0 30px;
}

footer a {
	color: 	#ffbb00;
	text-decoration: none;
}

.cistic {
	clear: both;
}

.vlevo {
	float: left;
}

.pozadi {
background: white;
}