/* CSS Document */
body {
  margin: 0;
  padding: 0;
   font-family: Verdana, 'Arial ce', 'arial', 'helvetica ce', 'helvetica', 'sans-serif';
  font-size: 12px;
  text-align: center;
  background: #c1c2c3;
  color: #000;
}

a {
  color: #c1c2c3; 
}

a:hover {
  color: #fff; 
}

#topodkaz {
    position: absolute;
   top: 0;
    display: block;

	/*background: url(../layout/ods-logo.jpg) top left no-repeat;*/
	margin-left: 7px;
}

#topodkaz a {
    height: 100px;
    width: 200px;
    display: block;
}

#topodkaz a span {
  display: none;
}

#page {
  margin: 0 auto;
  background: #fff url(../layout/header.jpg) no-repeat left top;
  width: 960px;
  padding-top: 140px;
  position: relative;
 
}

#levy {
  float: left;
  width: 210px;
  padding-left: 10px;
  text-align: left;
 
}

#search form {
  display: inline;
}
#search {
  position: absolute;
  top: 103px;
  right: 10px;
  width: 155px;
  height: 26px;
  margin-bottom: 10px;
  text-align: left;
  border: 1px solid #022070;
 
}
.search-input {
  
  margin: 0;
  padding-left: 3px;
  padding-right: 3px;
  width: 117px;
  line-height: 16px;
  height: 21px;
  border: 0px;
  
  font-weight: bold;
}
#search-btn {
margin: -20px 0 0 127px;
  width: 24px;
  height: 21px;
  background: url(../layout/search-btn.png) no-repeat;
  cursor: pointer;
  
}

#levy .spacer {
  padding-right: 20px;
}

#footer {
      margin: 0 auto;
	  margin-top: 20px;
  background: #fff url(../layout/pata.jpg) no-repeat left top;
  width: 960px;
  height: 30px;
}

#menu {
  position: absolute;
  top: 156px;
  left: 200px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  
}

#menu a {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#menu a:hover {
  color: #000;
  
}

#body {
      text-align: left;
      line-height: 150%;
      float: right;
      width: 720px;
      margin-right: 20px;
	  
}
.clanek img {
  margin: 10px;
}
#body h1,
#body h2,
#body h3,
#body p {
      margin: 0;
      padding-bottom: 15px;
}

#body h1 {
      color: #009cdb;
     	font-size: 140%;
		 font-weight: bold;
      padding-bottom: 5px;
      margin-bottom: 15px;
      text-align: left;
      border-bottom: 1px solid gray;
   
}

#body h2 {
      font-size: 15px;
      color: #fff;
}

#body h2.prilohy {
      font-size: 12px;
      padding-top: 15px;
}


#cop {
padding-top: 9px;
  color: #fff;
  font-size: 10px;
}

#cop a {    
  color: #fff;
}

#cop a:hover {
  color: #ADE1FF;
  
}

.menu_vert a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #FFFFFF;
  padding: 7px 10px;
}

.submenu_vert a {
  color: #fff;
  text-transform: none;
  text-align: right;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 170%;
  
  padding-top: 1px;
  padding-bottom: 1px;
}

.menu_vert a:hover {
text-decoration:underline;
}

.submenu_vert a:hover {
  text-decoration:underline;
}
.menu_main {
  padding: 5px;
  display: block;
  background: #009cdb;
  
}
.submenu_vert {
  display: none;
}

.priloha {
  display: block;
  background: url(../layout/arrow.png) no-repeat 0 2px;
  padding-left: 20px;
}

.priloha span {
  color: gray;
}

.myclear {
      display: table;
      width: 100%;
      _clear: both;
      font-size: 0;
      height: 1px;
      line-height: 0;
}
.galerie-tab table {
  width: 100%;
}
.galerie-tab td {
  text-align: center;
}
td.galerie-fotka {
  padding:5px;
}

input.vstup  {
  width: 250px;
  background: #f0f0f0;
  border: 1px solid gray;
}

textarea.vstup  {
  width: 500px;
  height: 100px;
  background: #f0f0f0;
  border: 1px solid gray;
}

.vzkaz{
  border: 1px solid gray;
  padding: 3px;
}
.zahlavi {
  background: gray url(../layout/bg_vzkaz.gif);
  font-size: 10px;
  color: white;
  padding: 1px;
}

.vzkaz .text {
  padding: 5px;  
}

.vzkaz .jmeno {
  font-weight: bold;
}

.cont_space {
        padding: 5px;
		font-size: 8px;
		color: #FFFFFF;
		padding-left: 30px;
		
}
.cont_space a {
        font-weight: lighter;
		color: #FFFFFF;
		
}