#main
{
  width:990px;
  min-height:600px;
  margin-left:auto;
  margin-right:auto;
  background-color:#abc9f8;

}
#text
{
  width:741px;
  background-color:#ffffff;
  min-height:535px;
  margin-left:209px;
  padding:20px;
  font-family: tahoma;
  font-size: 8pt;
}

#navigace
{
  width:194px;  
  float:left;
}

div#menu a {
  display: block;
  text-align: left;
  width: 174px;
  height: 28px;
  background: #ffffff;
  font-weight: normal;
  font-size: 10pt;
  font-family: Tahoma;
  text-decoration:none;
  color: #98aac9;
  line-height: 28px;
  padding-left:10px;
}

div#menu ul {
  float: left;
  width: 194px;
  text-align: left;
  list-style: none;
  margin: -1px 0 0 0; 
  padding: 0px;
}

div#menu li {
  width: 194px;
  background: #7e95bb;
  margin: 1px 0px;
}

div#menu li:hover {
  background: #272e3a;
}

div#menu a:hover {
  text-decoration: none;
  color: #272e3a;
}
body
{
  background-color:#abc9f8;
}
img.odkaz
{
  border:0;
}
h1 {
  color: #272e3a;
  font-size: 14pt;
  font-weight: normal;
}
h2 {
  color: #272e3a;
  font-size: 14pt;
  font-weight: bold;
}

h3 {
  color: #7e95bb;
  font-size: 11pt;
  font-weight: 600;
}
div#text a {
  font-weight: 600;
  text-align: left;
  font-size: 8pt;
  text-decoration: underline;
  color: #7e95bb;
  margin-top:10px;
}
div#text a:hover {
  text-decoration: none;
  color: #272e3a;
}
.imgth {
  float: right;
  border: 1px solid;
  margin-left: 30px;
}