body {
  font-size: 95%;
  text-align: center;
  font-family: Calibri, verdana,sans-serif;
  background-color: #50001a;
}
.clear {
  clear: both;
}
#obal {
  width: 700px;
  margin: 0 auto;
}
#header {
  text-align: left;
  position: relative;
}
#header h1 {
  margin-bottom: 5px;
  font-size: 250%;
}
#header h1 a {
  color: #ffffff;
  text-decoration: none;
}
#menu{
  position: absolute;
  top: 1em;
  right: 0em;
  color: #ffffff;
}
#menu a {
  color: #CB0077;
}
#menu a.aktivni {
  color: #ffffff;
  text-decoration: none;
}
#content {
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  background:#FAFAFA none repeat scroll 0 0;
  border:1px solid #AAAAAA;
  padding: 20px;
  line-height: 150%;
  text-align: left;
}
#content h2 {
  margin: 0;
}
#content h3{
  margin: 0 0 0 10px;
  font-weight: normal;
}
#content p {
  margin-left: 10px;
}
#content a {
  color: #CB0077;
}
#content strong {
  color: #CB0077;
}
#content hr {
  border: 0px;
  border-top: 1px solid #CB0077;
}
#content ul, #content ol {
  margin: 5px 0;
}
#content ul li {
  list-style-type: circle;
}
#content table {
  margin: 15px 10px;
}
#content table th {
  color: #CB0077;
  text-align: left;
  padding-right: 10px;
}
#content img.portret {
  float: right;
  margin: 0 0 10px 10px;
}
#content form.mail {
  margin: 0;
}
#content form.mail input.text {
  width: 341px;
  border: 1px solid #CB0077;
}
#content form.mail textarea {
  border: 1px solid #CB0077;
}
#content div.fotka {
  float: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  text-align: center;
}
#content div.fotka:hover {
  border: 1px solid #CB0077;
}
#content div.fotka img {
  display: block;
  margin: 0 auto;
}

#content .fb { /*tlačítko sdílet na FACEBOOKu*/
  float: right;
}
#fb { /*FACEBOOK komentáře*/
  -moz-border-radius-bottomleft:0.5em;
  -moz-border-radius-bottomright:0.5em;
  -moz-border-radius-topleft:0.5em;
  -moz-border-radius-topright:0.5em;
  background:#FAFAFA none repeat scroll 0 0;
  border:1px solid #AAAAAA;
  padding: 20px;
  line-height: 150%;
  text-align: left;
  margin-top: 10px;
}
#footer {
  font-size: 90%;
  text-align: left;
  color: #ffffff;
  margin-left: 0.5em;
  margin-bottom: 30px;
}
#footer a {
  color: #CB0077;
}

a.ic_lista:hover{
  font-weight: normal !important;
}
