﻿/* -------------------------------------------
Soubor: autofolie.psd -> style.css
Autor PSD: ChciStránky.cz (info@chcistranky.cz, www.chcistranky.cz)
Autor CSS: ChciStránky.cz (info@chcistranky.cz, www.chcistranky.cz)
Datum: 12-2008
------------------------------------------- */

body {
  padding: 0;
  margin: 0;
  background: #2b6b2b url(bg_body.jpg) top center;
  font-family: 'Century Gothic', Verdana;
  font-size: 12px;
  color: #fff;
}

a {
  color: #fff;
}

a:hover {
  text-decoration: none;
}


#bar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #b8b8b8;
  background: #d8d8d8;
}

#bar p {
  padding: 3px 0 5px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #ce0000;
}

#bar p a {
  color: #4a4a4a;
}


#page {
  position: relative;
  width: 765px;
  margin: 20px auto;
}


#header {
  position: relative;
  width: 765px;
  height: 260px;
  background: url(bg_header.jpg) top center no-repeat;
}

#header h1 {
  padding: 0;
  margin: 0;
}

#header h1 a {
  display: block;
  width: 765px;
  height: 215px;
}

#header h2,
#header h1 a span {
  display: none;
}

#header ul {
  list-style: none;
  width: 755px;
  height: 45px;
  padding: 0;
  margin: 0 5px;
  background: url(bg_menu.gif) top center no-repeat;
}

#header ul li {
  float: left;
  padding: 0;
  margin: 0;
}

#header ul li a {
  float: left;
  display: block;
  padding: 15px 20px 14px;
  margin: 0;
  border-right: 1px solid #500000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#header ul li a:hover, #header ul li a.active {
  color: #eaf082;
}


#content {
  position: relative;
  float: left;
  padding: 0 0 0 15px;
}

.one {
    width: 735px;
}

.two {
  width: 485px;
}

#content h3 {
  padding: 20px 0 5px;
  margin: 0;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  font-size: 18px;
}

#content h4 {
  padding: 20px 0 0;
  margin: 0;
  font-size: 14px;
}

#content h3 a, #content h4 a {
  text-decoration: none;
}

#content h4 small {
  font-weight: normal;
}

#content p {
  padding: 5px 0;
  margin: 0;
  text-align: justify;
}

#content p.center {
  text-align: center;
}

#content p.gallery {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
}

#content p.gallery img {
  height: 90px;
  padding: 1px;
  margin: 5px;
  border: 1px solid #fff;
}


#sidebar{
  position: relative;
  float: right;
  width: 230px;
  padding: 0 15px 0 0;
}

#sidebar h5 {
  padding: 20px 0 5px;
  margin: 0;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  font-size: 18px;
}

#sidebar h6 {
  padding: 10px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}

#sidebar h6 a {
  text-decoration: none;
}

#sidebar p {
  padding: 0 0 20px;
  margin: 0;
  text-align: justify;
  font-size: 11px;
}

#sidebar p.right {
  padding: 10px 0 20px;
  text-align: right;
}


#footer{
  position: relative;
  clear: both;
  width: 715px;
  padding: 20px;
  margin: 20px 0;
  background: #101010;
}

#footer p {
  padding: 0;
  margin: 0;
}

#footer p.c {
  float: right;
  margin: -17px 0 0;
}
