/* Layout */

@font-face
{
    font-family: TCCEB;
    src: url('font/TCCEB.eot');
    src: local(TCCEB), url('font/TCCEB.ttf') format('opentype');
}

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #66656b;
 background: #ffffff;
 text-align: justify; 
}

#container {
 width: 1024px;
 margin: 0.5em auto;
 background-color: #d8c9a8;
}

#header {
 position: relative;
 background: #d8c9a8 url('images/header.jpg') no-repeat left top;
 height: 370px;
 width: 1024px;
 border-bottom: 1px solid #fff; 
}

#header .date, #header .visitors {
 display: block;
 position: absolute;
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #f8f4eb;
}

#header .date {
 top: 8px;
 left: 8px;
}

#header .visitors a {
 color: #f8f4eb;
 text-decoration: none;
}

#header .visitors {
 top: 8px;
 right: 8px;
}

#navigation {
 height: 61px;
 background: #ffffff url('images/layout/bg_nav.gif') repeat-x;
 text-align: center;
 padding-left: 3em;
}

#nav {
 margin: 0; padding: 0;
}

#nav li a, #nav li {
 list-style: none;
 float: left;
 position: relative;
}

#nav li a {
 text-decoration: none;
 letter-spacing: -1px;
 font-family: TCCEB, Impact, sans-serif;
 text-transform: uppercase;
 padding: 0.5em 0.5em;
 font-size: 25px;
 color: #353535;
}

#nav li a:hover {
 color: #ffbf00;
 background-color: #f8f4eb;
}

#nav li ul {
 margin: 0; padding: 0.5em;
 position: absolute;
 top: 100%;
 left: 0;
 display: none;
 background-color: #daccaf;
 border: 1px solid #e4d9c2;
 border-top: none;
}

#nav li:hover ul {
 display: block;
}

#nav li ul li a{
 font-size: 16px;
 text-align: left;
 padding: 0.1em 0.2em;
 width: 150px;
}

#nav li ul li a:hover {
 color: #ffbf00;
}

#middle {
 width: 100%;
}

#main, #main_top, #main_bottom {
 margin: 0 auto;
} 

#main { 
 padding: 10px 30px;
 min-height: 500px;
 width: 916px;
 background-color: #ffffff;
}

#main_top {
 margin-top: 15px;
 width: 976px;
 height: 8px;
 background: url('images/layout/main_top.gif') no-repeat;
}

#main_bottom {
 margin-bottom: 20px;
 width: 976px;
 height: 8px;
 background: url('images/layout/main_bottom.gif') no-repeat; 
}

#main h2 {
 font-family: TCCEB, Arial;
 font-size: 45px;
 color: #a79e7f;
 letter-spacing: -2px;
 border-bottom: 1px solid #939393;
 margin-bottom: 0.5em;
 line-height: 100%;
}

#main .insert {
 float: right;
 margin-top: -40px;
 font-weight: normal;
 font-size: 12px ;
}

#main p {
 margin-bottom: 0.5em;
 text-indent: 1em;
}

#footer {
 text-align: center;
 background-color: #363636;
 padding: 10px 30px;
}

#footer li {
 list-style-type: none;
 display: inline;
 padding: 0 0.5em;
}

#footer li a{
 color: #939393;
 text-decoration: none;
}

#footer li a:hover{
 color: #ffffff;
 text-decoration: underline;
}

#footer em {
 float: right;
 margin-top: -1em;
 margin-right: -1em;
}


/* Obsah */

#main a {
 color: blue;
 text-decoration: underline;
}

#main a:hover {
 color: #ffbf00;
}

#main {
 line-height: 140%;
}

#main p {
 text-indent: 0;
 margin: 1em 0;
}

#main ul {
 margin-left: 50px;
 list-style-type: disc;
}

#main em {
 font-weight: bold;
 text-style: italic;
}

img, a img, a img:hover {
padding: 10px 10px;
background-color: #ffffff;
border: 1px solid #939393;
}

a:hover img {
border: 1px solid #ffbf00;
}

.left {
 padding: 10px 10px;
 background-color: #ffffff;
 border: 1px solid #939393;
 float: left;
 margin: 1em;
 margin-left: 0; 
}

.right {
 padding: 10px 10px;
 background-color: #ffffff;
 border: 1px solid #939393;
 float: right;
 margin: 1em;
 margin-right: 0;
}

#main .row {
 margin: 0;
 margin-bottom: 20px;
 padding: 20px;
 background-color: #e8dfcc;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}

#main .colm1 {
 margin-right: 5%;
 float: left;
 display: inline-block;
 width: 25%;
}

#main .colm1 .akce {
 font-family:Arial, sans-serif; 
 text-transform: uppercase;
 font-size: 170%;
 font-weight: bold;
 border-bottom: 2px solid;
}

#main .colm2 {
 display: inline-block;
 width: 70%;
}

#main .colm2 img {
 float: right;
 margin-left: 20px;
}

#albums ul {
 list-style:none;
 margin: 0;
 padding:0;
}

#albums ul li a {
 text-indent: -9999px;
 margin: 20px 0px;
 display: block;
 width: 918px;
 height: 169px;
}

#albums ul li #fotogalerie_pout {
 background:url(images/fotogalerie/pout.jpg) top left no-repeat;
 background-position:0 -169px;
 height: 169px;
}

#albums ul li #fotogalerie_pout:hover {
 background-position:0 0;
 height: 169px;
}

#albums ul li #fotogalerie_priroda {
 background:url(images/fotogalerie/priroda.jpg) top left no-repeat;
 background-position:0 -166px;
 height: 166px;
}

#albums ul li #fotogalerie_priroda:hover {
 background-position:0 0;
 height: 166px;
}

#albums ul li #fotogalerie_spejchar {
 background:url(images/fotogalerie/spejchar.jpg) top left no-repeat;
 background-position:0 -166px;
 height: 166px;
}

#albums ul li #fotogalerie_spejchar:hover {
 background-position:0 0;
 height: 166px;
}

#albums ul li #fotogalerie_domy {
 background:url(images/fotogalerie/domy.jpg) top left no-repeat;
 background-position:0 -166px;
 height: 166px;
}

#albums ul li #fotogalerie_domy:hover {
 background-position:0 0;
 height: 166px;
}

#albums ul li #fotogalerie_akce {
 background:url(images/fotogalerie/akce.jpg) top left no-repeat;
 background-position:0 -166px;
 height: 166px;
}

#albums ul li #fotogalerie_akce:hover {
 background-position:0 0;
 height: 166px;
}

