* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Verdana', Arial, Courier, sans-serif; 
	background: #ededed url('pozadi.jpg') 0% 0% repeat-x;
	color: #000;
	text-align: center;
	min-width: 900px;
}

.cleaner {
  clear: both;
}

#white {
  width: 50%;
  height: 350px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 50%;
}

#main {
  position: absolute;
  width: 900px;
  margin: 30px 0 0 -450px;
  left: 50%;
	text-align: left;
	min-height: 100%;
	height: 100%;
	background: #fff;
}

body>#main {
 	height: auto;
}

#logo {
  width: 900px;
  height: 90px;
  background: #f2f2f2;
}

h1 {
  height: 90px;
  width: 271px;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}

h1 a{
  height: 90px;
  width: 271px;
  color: #0000ff;
  cursor: pointer;
}

h1 span {
  height: 90px;
  width: 271px;
  color: #0000ff;
  background: transparent url('logo.jpg') 0% 0% no-repeat;
  float: left;
  z-index: 2;
  position: absolute;
}

#roh {
  width: 900px;
  height: 10px;
  background: #ededed url('roh.jpg') 100% 0% no-repeat;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#menu {
  width: 871px;
  height: 45px;
  background: #fff;
  border-bottom: 5px solid #0000ff;
  _border-bottom: none;
  margin: 0;
  padding: 0;
}

#menu ul {
  width: 900px;
  height: 50px;
  font-family: 'Tahoma', Arial, Courier, sans-serif;
  font-size: 0.9em;
  list-style: none;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000;
}

#menu ul li{
  height: 45px;
  float: left;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li a{
  height: 45px;
  float: left;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #000;
  border-bottom: 5px solid #0000ff;
  background: transparent url('deleni.jpg') 100% 0% no-repeat;
}

#menu ul li a.active{
  color: #0000ff;
  border-bottom: 5px solid #000;
}

#menu ul li a:hover{
  color: #0000ff;
  border-bottom: 5px solid #000;
}

#menu ul li.posledni {
  background: none;
}

#menu ul li.posledni a{
  height: 45px;
  text-align: left;
}

#head {
  width: 900px;
  height: 200px;
  background: #fff url('header.jpg') 0% 0% no-repeat;
}

#obsah {
  width: 900px;
  padding: 0 0 110px 0;
  background: #fff url('obsah_pozadi.jpg') 0% 0% repeat-y;
}

#left {
  width: 590px;
  float: left;
  padding: 10px 0 0 0;
}

#left p a {
  color: #0000ff;
}

#left p a:hover {
  color: #000;
}

#left h2 {
  text-align: left;
  padding: 10px 20px 0px 25px;
  color: #0000ff;
  font-size: 1.25em;
  font-weight: lighter;
  margin: 0;
}

#left h3 {
  text-align: left;
  padding: 5px 20px 0 25px;
  color: #0000ff;
  font-size: 0.9em;
  margin: 0;
  font-style: italic;
  font-weight: lighter;
}

#left h4, #left h5, #left h6 {
  padding: 5px 20px 0 25px;
  text-align: left;
  margin: 0;
  color: #0000ff;
}

#left h3 a, #left h4 a, #left h5 a, #left h6 a {
  text-decoration: none;
  color: #0000ff;
}

#left img {
  padding: 5px 5px 5px 5px;
}

#left p {
  text-align: justify;
  padding: 2px 20px 10px 25px;
  margin: 0;
  color: #000;
  font-size: 0.75em;
  line-height: 15px;
}

#left p.gallery {
  text-align: center;
}

#left p.gallery img {
  height: 110px;
  padding: 1px;
  margin: 5px;
  border: 1px solid #0000ff;
}

#left blockquote {
  text-align: justify;
  padding-left: 10px;
  line-height: 18px;
  color: #000;
  font-style: italic;
  border-left: 5px solid #0000ff;
  margin: 0 25px 5px 40px;
}

#left blockquote p{
  padding: 2px 0px 2px 0px;
  line-height: 18px;
}

#left ul {
  text-align: left;
  padding-left: 75px;
  line-height: 18px;
  color: #000;
  font-size: 0.75em;
  list-style: url('odrazka.jpg');
  margin:0 0 10px 0;
}

#right {
  width: 305px;
  background: #ededed;
  padding: 10px 0 10px 0;
  float: right;
  margin: 0;
}

#right h4{
  font-weight: lighter;
  color: #000;
  text-align: left;
  padding: 10px 25px 0 25px;
  margin: 0;  
  font-size: 1.20em;
}

#right h2, #right h3, #right h5, #right h6 {
  color: #000;
  text-align: left;
  padding: 5px 25px 0 25px;
}

#right img, #right ul {
   padding: 5px 5px 5px 5px;
}

#right p {
  color: #000;
  padding: 15px 50px 0 25px;
  margin: 0;  
  font-size: 0.65em;
  text-align: justify;
  line-height: 14px;
}

#right p a {
  color: #0000ff;
}

#right p a:hover {
  color: #000;
}

#footer {
  width: 900px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000ff;
	text-align: center;
} 

#footer p{
  padding: 10px 20px;
  line-height: 20px;
  color: #fff;
  font-size: 0.65em;
  text-align: left;
}

#footer p.c{
  float: right;
  line-height: 20px;
  padding: 0;
  margin: -30px 20px 0;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: none;
}


#bar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #b8b8b8;
  background: #d8d8d8;
  font-family: 'Century Gothic', Verdana;
  font-size: 12px;
}

#bar p {
  padding: 5px 0 7px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #ce0000;
}

#bar p a {
  color: #4a4a4a;
}