/* CSS Document */
body {
  background-color: #FFFFFF;
  font-family: Arial, helvetica, sans-serif;
  text-align: center;
  font-style : normal;
  margin:10px;
  padding:0px;
  color: #000000;
}

#content {
  border: solid 1px black;
}

#content #content_head {
  background: transparent url("/layout/img/logoline.jpg") center top repeat-x;
  height: 240px;
  
} 

#content #content_menu {
  background-color: #006633;
  text-align: left;
  width: auto;
  height: 22px;

  
  font-size: 12px;
}

#content #content_center {
  background-color: #FFFFFF;
/*  width: auto;*/
  font-size: 11px;
  color: #000000;
  text-align: left;
}

#content #content_center #left {
  float: left;

  width: 75%;
  
  
}

#content #content_center #right {
  float: left;

  width: 23%;
  border-left: 1px solid gray;
}

.right a {
  color: #FFFFFF;
  text-decoration: none;
}

.right a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

#content #content_foot {
  background-color: #006633;
  width: auto;
  height: 22px;
  font-size: 10px;
  color: #FFFFFF;

clear: both;
}

img {
  border: none;
}

.popis {
  font-size: 10px;
  color: gray;
  padding: 10px 10px 10px 70px;
}

.podnadpis {
  font-size: 22px;
  color: #000000;
  padding: 10px 10px 10px 70px;
  
}
.txt {
  padding: 10px 10px 10px 70px;
  text-align: justify; 
}
table {
  
  font-size: 11px;
}
td {
  vertical-align: top;
  width: 350px;
}

a {
  color: #006633;
  text-decoration: underline;
  font-weight: bold;
  
}
a:hover {
  color: #006633;
  text-decoration: none;
  font-weight: bold;
}

.txt_right {
  padding: 10px 10px 10px 10px;
}

.contact {
  padding: 10px 0px 0px 0px;
}

.left {
  float:left;
  padding: 5px 0px 5px 20px;
  text-align: left;
  
}
.right {
  
  float: right;
  padding: 5px 20px 2px 5px;
  text-align: right;
}

.menu {
  padding: 0px 0px 2px 70px;
}
.odkaz {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  padding-right: 40px;
}
.odkaz:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

