@import url("menu.css");
@import url("vlastni.css");

body {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  background-color: #fff;
}

#topBanner {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 182px;
  background-image: url('../images/top.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #eee;
  border: 0px;
  z-index: 1;
  clear: both;
}

#topBanner h1 {
  margin: 10px 0px 0px 25px;
}

#topBanner h1 a {
  display: block;
  width: 120px;
  height: 105px;
  text-align: center;
}

#topBanner h1 span {
  display: none;
}

#content {
  position: absolute;
  top: 182px;
  left: 50%;
  margin-left: -500px;
  border: 0px;
  width: 1000px;
  height: auto;
  z-index: 3;
  clear: both;
  font-size: 0.8em;
  background-color: #fff;
}

#fullPage {
  width: 960px;
  height: auto;
  padding: 0px 20px 0px 20px;
  clear: both;
}

#bottomBanner {
  margin-top: 10px;
  padding: 3px 30px 0px 60px;
  font-size: 0.85em;
  color: #fff;
  width: 930px;
  height: 19px;
  clear: both;
  background-image: url('../images/bottom.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}

#bottomBanner a {
  color: #fff;
}

#bottom2Banner {
  padding: 5px 40px 10px 0px;
  font-size: 0.85em;
  color: #666;
  width: 960px;
  height: auto;
  text-align: right;
  clear: both;
}

a {
  color: #F73235;
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0 3px 0 8px;
  clear: both;
}
	
ul li {
  position: relative;
	left: 5px;
}

.prazdny {
  width: 100%;
  height: 16px;
  clear: both;
}

.prazdny2 {
  width: 100%;
  height: 1px;
  clear: both;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

form {
  margin: 0;
  padding: 0;
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#menu {
}

#menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#menu ul li {
  border: 0px solid #000;
  padding: 0;
  margin: 0;
  left: 0;
  background-color: #bbb;
}

#menu ul li a {
  padding: 5px;
  border-bottom: 1px solid #fff;
  display: block;
  color: #000;
  text-decoration: none;
}

#menu ul li a:hover {
  background-color: #666;
  color: #fff;
}

#menu ul li a.selected {
  background-color: #666;
  color: #fff;
}

h1 {
  margin: 0;
  padding: 8px 0 15px 0;
  font-weight: bold;
  font-size: 2.0em;
}

h2 {
  margin: 0;
  padding: 8px 0 12px 0;
  font-weight: bold;
  font-size: 1.7em;
}

h3 {
  margin: 0;
  padding: 0px 0 3px 0;
  font-weight: bold;
  font-size: 1.3em;
  color: #F73235;
}

h4 {
  margin: 0;
  padding: 8px 0 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}

.obrazek {
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
}

.text {
  padding: 10px;
  clear: both;
}
 
