/* CSS layout: */

body {
    margin: 0 auto;
    padding: 0;
    font: 76% Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p {
    margin: 0.5em 0;
}


h1 {
    font-size:150%;
    line-height: 1.25em;
    margin: 10px 0 10px 0 !importnat;
}

h2 { font-size:140% }
h3 { font-size:120% }
h4 { font-size:110% }

.error {
    margin: 0 0 20px 0;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ff7200;
    background: #f7f9f7;
    color: #fe0000;
}

form {
    margin: 0;
    padding: 0;
}

a, a:link, a:visited { 
    font-weight: bold;
    text-decoration: underline;
}

a:hover { 
    text-decoration: none;
} 

p {
    margin: .5em 0;
    /*text-indent: .8em;*/
}

.hidden {
    display: none;
}

img {
    border: 0;
}

#content ol, #content ul {
    margin: 1em 0 1em 1.5em;
    padding: 1em 0 1em 1.5em;
}

#content ul {list-style-type:square}

#content ul li, #content ol li {
    margin: 0;
    padding: 0 0 10px 0;
} 

hr {
    display:none
} 

fieldset {
    padding: 0 3px 6px 3px;
    margin: 0;
}

legend {
    font-weight: bold;
    padding: 0 5px 5px 5px;
    color: #111111;
}

div.cistic {
    clear: both;
}

div.cistic-right {
    clear: right;
}


table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    font-size:100%;
 }


/* LAYOUT */
#obal {
    margin: 0 auto 0 auto;
    width: 800px;
}

#leftsidebar {
    background-color: #ffc;
    color: #303030;
    width: 800px;
    border-left: 2px solid #ff2c00;
    border-right: 2px solid #ff2c00;
    border-bottom: 2px solid #ff2c00;
}

#rightsidebar {
    margin: 10px 0 10px 610px;
    _margin-left: 620px !important;
    padding: 0 0 0 0;
    border-left: 1px solid #ff2c00;
}


/* HLAVICKA */
#top {
    background: #ff2c00 url("../images/header.gif") no-repeat center top;
    color: #000;
    position: relative;
    height: 255px;
}

#home {
    border: 0;
}

#a_home {
    display: block;
    height: 96px;
    width: 485px;
    position: absolute;
    top: 118px;
    left: 0px;
}

#topmenu {
    position: absolute;
    top: 99px;
    left: 0px;
}

#topmenu ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
}

#topmenu ul li {
    display: block;
    float: left;
    height: 19px;
    background-color: #ff7200;
    color: #fff;
}

#topmenu ul li a {
    padding: 0px 7px 0 7px;
    height: 19px;
    display: block;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
    float: left;
    border-right: 2px solid #ff2c00;
    background-color: #ff7200;
}

#topmenu ul li a:hover {
    color: #3d210c;
    font-weight: bold;
    background-color: #ff7200;
}

/*  KONEC HLAVICKY*/

/* KDE JSME */

#kde_jsme_none {
    display: none;
}

#kde_jsme {
    padding: 0 0 0 10px;
    margin: 0;
    height: 21px;
    line-height: 20px;
    _line-height: 20px;
    background: #ff7200;
    border-bottom: 1px solid #ff2c00;
}

#kde_jsme a {
    padding: 0 17px 0 0;
    margin: 0 7px 0 0;
    color: #f7f9f7;
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.9em;
    background: url("../images/pointer-white.gif") no-repeat right center;
}

#kde_jsme a:hover {
    text-decoration: none;
    color: #f7f9f7;
}

#kde_jsme b {
    font-size: 0.9em;
}

/* KONEC - KDE JSME */

/* REKLAMA */

#reklama {
    text-align: center;
    padding: 10px 0 10px 0;
}

#reklama .baner {
    text-align: center;
    margin: 0 0 10px 0;
}

#reklama .baner .img {
    display: none;
    margin: 0 auto 0 auto;
}

/* KONEC - REKLEMA */

/* TELO */

#content {
    float: left;
    margin: 0 10px 0 10px;
    line-height: 1.6em;
    color: #111;
    width: 580px;
}

#content a {
    color: #ff7200;
}

#content a:hover {
    text-decoration: none;
    color: #afafaf;
}

#print_top {
    clear: both;
    text-align: right;
    padding: 0 10px 4px 0;
    color: #666;
}

#print_top a {
    color: #ff7200;
}

#print_top a:hover {
    color: #5f5f5f;
}

/* KONEC TELA */

/* FORMULAR */

#formular table {
    margin: 10px auto 10px auto;
}

#formular table td {
    vertical-align: top;
}

#formular table td.popis {
    text-align: right;
    padding-right: 10px;
}

#formular table td.popis_p {
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    color: #ff2c00;
}

/*
#formular table td.popis, td.popis_p  {
    background: silver;
}
*/

#formular table td.text span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

#formular table td.submit {
    text-align: center;
    padding: 20px 0 10px 0;
}

#formular table td.notice {
    padding: 10px;
}

/* KONEC - FORMULAR */

/* CLANEK */

#content .perex .p_text {
    background: #f7f9f7;
    text-align: justify;
    padding: 10px;
    margin: 0 0 2px 0;
}

#content .perex .p_text p {
    margin: 0;
    padding: 0;
    text-indent: 0 !important;
    
}

#content .perex div.p_odkaz {
    text-align: right;
}

#content .perex div.p_odkaz a {
    text-decoration: underline;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 20px 0 0;
    margin: 0 0 0 0;
    background: url(../images/pointer-square-red.gif) no-repeat right center;
}

#content .perex div.p_odkaz a:hover {
    text-decoration: none;
}

#content .cl_perex {
    padding: 10px;
    margin: 20px 0 0 0;
    text-align: justify;
    background: #f7f9f7;
}

#content .cl_servis {
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
    background: #f7f9f7;
    border: 1px solid #ff7200;
}

#content .cl_servis a {
    color: #ff7200;
}

#content .cl_servis a:hover {
    color: #5f5f5f;
}

#content .odkazy {
    text-align: left;
    margin: 0 5px 10px 5px;
}

.strankovani {
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
}

/* KONEC - CLANEK */

/* PATICKA */

#footer {
    clear: both;
    margin: 0;
    padding: 10px 10px 10px 10px;
    color: #e0e0e0;
    font-size: 90%;
    border-top: 2px solid #ff2c00;
    background: #ff2c00;
}

#footer a {
    color: #f3f3f3;
}

#footer a:hover {
    text-decoration: none;
    color: #afafaf;
}
/* KONEC PATICKY */


