body  {   
  background: #333333;
  margin: 115px 0px 0px 0px;
  font: 16px Arial;
  min-width: 960px;
  color: #333333;
}

header {
  background: #333333; 
  width: 100%;
  height: 115px;
  position: fixed;
  top: 0px; 
}

#logo {
  background: url('obrazky/logo.png') no-repeat;  
  width: 250px;
  height: 250px;
  float: left;
  margin: 7px 0px 0px 20px;
}

#greenline {  
  color: white;
  float: right;
  margin: 0px 0px 0px 20px;
}

#logo h1 {
  margin: 14px 0px 0px 10px;
}

article {   
  background: url('obrazky/uvodni_sluzby_2.jpg') no-repeat;
 /* background: white;        */
 /* background: #eeeeee; */
  padding: 30px 0px;
  height: 1020px;   
}

article header  {
  background: none;         
  width: 0px;
  float: left;
  position: static;
}

article section  {   
  width: 960px;
  float: left;
  background: white;
  /*border: 2px solid #333333;         */
 box-shadow: 2px 2px 7px #1c2228; 
 padding: 20px;  
  /*color: white;       */
}

.cistic {   
  clear: both;
}

h1 {   
  font-size: 2em;
  font-weight: normal;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 1px #0a294b;
}

h2 {   
  font-size: 1.7em;
}

h3 {
	text-align: center;
	color: #3bd13b;
  font-family: arial;
  text-shadow: 3px 3px 7px  #777777;
}

h4 {
	font-size: 1.2em;
  text-align: left;
	color: #3bd13b;
  font-family: arial;
  /*text-shadow: 3px 3px 7px  #666666;  */
}

h5 {
  font-size: 1em;
	text-align: center;
	color: #000000;
  font-family: arial;
  /*text-shadow: 3px 3px 7px  #666666;  */
}

h6 {
	text-align: center;
	color: #0a294b;
  font-family: arial;
  text-shadow: 3px 3px 7px  #666666;
}

hr {   
  height: 2px;
  background-color: #3bd13b; 
  border-width: 0px;
}

.centrovany  {   
  text-align: center;
}

.vlevo  {   
  float:left;
}

nav ul  {   
  margin: 0px;
  list-style-type: none;
  float: right;
}

nav ul li  {   
  float: left;
  padding: 0px 5px;
 /* margin: 40px 1px;      */
 /* font-size: 15px;   */
 /* height: 30px;      */
/*  line-height: 2em;   */
  margin: 26px 1px;
  font-size: 15px;
  height: 30px;
  line-height: 2em;
}

nav a  {   
  color: white;
  text-decoration: none;
}

nav ul li:hover, .aktivni  {   
  background: #3bd13b;   
  box-shadow: 0px 0px 3px black;
}

footer  {   
  height: 40px;
  color: white;
  margin: 20px 0 0 30px;
  background: #333333;
}

footer a  {   
  color: white;
  text-decoration: none;
}

#centrovac  {   
  margin: 0px auto;
  width: 960px;
}

#nabidka td  {   
  width: 33%;
  padding: 10px;
  vertical-align: top;
  /*border: 1px solid gray;       */
}

#nabidka  {   
  border-collapse: collapse;
} 

#popis  {   
  border-collapse: collapse;
} 

#popis td  {   
  /*width: 20%;   */
  padding: 10px;
  vertical-align: top;
  /*border: 1px solid gray;       */
}