/* ====== POZADI STRÁNEK ZA ŠABLONOU ====== */ 
body { background: url("/obrazek/3/pozadi2-png") repeat-x scroll 0 0 #8BA100;}


/* ====== OBRÁZEK A VÝŠKA MOTIVU====== */ 
#theme {
    background: url("/obrazek/3/uvod-jpg/") no-repeat scroll 0 0 transparent;
    height: 192px;
}

/* ====== POSUNUTÍ MENU A HLAVNÍHO OBSAHU  ====== */ 
#menu { margin-top: -35px;}
#container.theme #rcolumn { padding-top: 215px;}

/* ====== FORMATOVANI NADPISU A PISMA NA STRÁNKÁCH ====== */ 

h1 {
    color: #222222;
    font-size: 1.5em;
}

#content h2 {
    border-bottom: 1px dotted #44840A;
    border-top: 1px dotted #44840A;
    color: #44840A;
    font-weight: normal;
    margin-bottom: 0.7em;
}

#content p, #content ul, #content ol, #content table, #content blockquote, #content cite, #content q {
    font-family: georgia,palatino;
    font-size: 120%;
}

#content p  {
   text-align: justify;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: georgia,palatino;
}

#content b, #content strong {
    font-size: 98%;
    font-weight: bold;
}

a {
    color: #3399FF;
}

/* ====== POZICOVANI REKLAMY MIMO ŠABLONU ====== */ 

#c4 { padding-bottom: 8px; }
#footer { position: static; }

#reklama-leva {
    height: 600px;
    left: -85px;
    position: absolute;
    top: 192px;
    width: 120px;
}

#reklama-prava {
    height: 600px;
    right: -85px;
    position: absolute;
    top: 192px;
    width: 120px;
}

