/* CSS layout: */

body {
    font-size: 100%;
}

a { 
    color: #db4b00;
}

.hidden {
    display: none;
}

img {
    border: 0;
}


div.cistic {
    clear: both;
}

div.cistic-right {
    clear: right;
}


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


/* LAYOUT */
#obal {
    width: 100%;
}

#leftsidebar {
    width: 100%;
}

#rightsidebar {
    display: none;
}


/* HLAVICKA */
#top {
    display: none;
}

#print_header {
    display: block !important;
    border-bottom: 2px solid #dededd;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-align: left;
}

#home {
    border: 0;
}

/*  KONEC HLAVICKY*/

/* KDE JSME */

#kde_jsme_none {
    display: none;
}

#kde_jsme {
    display: none;
}

/* KONEC - KDE JSME */

/* TELO */

#content {
    width: 100%;
}

#print_top {
    display: none;
}

/* KONEC TELA */

/* CLANEK */

#content .perex .p_text {
    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 {
    display: none;
}

#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: 20px 0 0 0;
    padding: 10px 10px 10px 10px;
    color: #e0e0e0;
    font-size: 80%;
    border-top: 2px solid #dededd;
}
/* KONEC PATICKY */


