﻿*{margin: 0px; padding: 0px}

h1 {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1.9em; 
  font-weight: bold;
  color: #333333;
  padding-left: 5px;
  line-height: 1.6em
}
	
p {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 0.7em; 
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #ac0e22; 
  text-decoration: underline;
}

body {
  background: #000;
  font-family: Arial, Verdana,'Lucida Grande', Helvetica, sans-serif;
  text-align: center;
  color: #333333;
}


#hlavni-index {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
width: 800px;
height: 600px;
margin: 0 auto;
background-image: url(../images/index.jpg);
}

.hlavni_text p {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
margin-top: 10px;
margin-bottom: 10px;
}

img {
border: 0px;
}

#hlavni {
  background-color: #fff;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  width: 902px;
}

#hlavicka {
  background: url(../images/hlavicka.jpg);
  width: 902px;
  height: 200px;
}

#menu {
  list-style: none;
  width: 902px;
  height: 48px;
  background: transparent url(../images/menu.jpg);
}

#menu ul {
  list-style: none;
  margin-left: 51px;
}

#menu li {
  width: 200px;
  float: left;
  text-align: center;
}

#menu ul li a {
  display: block;
  line-height: 2.5em;
  padding: 8px 14px 8px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
}

#menu li a:hover {
  text-decoration: underline;
  color: #fff;
}

#obsah {
  float: left;
  background-image: url(../images/contentbgtop.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f3f3e7;
  width: 902px;
  margin-top: 20px;
  margin: auto;
}

#text {
  float: left;
  width: 870px;
  margin-left: 10px;
  margin-top: 30px;
  background-color: #fff;
  text-align: left;
  font-size: 0.9em;
  padding: 5px;
}

#text h1 {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
  font-weight: normal;
  color: #403f3b;
  padding-bottom: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-bottom: 1px solid #e5e6d6;
}

#text .red {
  color: #9a0c1c;
}

#text p { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000000;
  padding: 10px;
  text-align: justify;
}

#paticka {
  width: 902px;
  height: 50px;
  clear: both;
  background: url(../images/paticka.jpg) repeat-x;
  color: #666666;;
  padding-top: 15px;
}

#paticka p {
  font-size: 0.7em;
  padding-top: 24px;
  text-align: center;
}

#paticka a {
  font-size: 1em;
  text-decoration: none;
}

#paticka a:hover {
  text-decoration: underline;
  color: #fff;
  text-align: center;
}

.left {
  float: left;
  padding-right: 20px;
}
#text ul {
  padding-left: 50px;
}

.right {
  float: right;
  padding-left: 20px;
}

.clear {
    clear: both;
}