body {font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;}

/* vrchní část hlavičky */
#header {display: none;}

/* začištění float z hlavičky */
.cleaner {clear: both;}

/* kontejnery stránky */
#bg-body-top {}
#bg-body-bottom {}


/* zobrazení vlastních dat */
#main-data {width: 1000px; margin: auto; padding: 0px; background: transparent url(.././images/bg-main-middle.png) repeat-y center top;}
#main-data #col-left {display: none;}

/* pravý sloupec */
#main-data #col-right {display: none;}

/* prostřední sloupec */
#main-data #col-middle {}

.modul {}
.search {display: none;}


/* MODUL */
/* jednoduchý dokument sdoc.php - sdoc.html */
.mod-sdoc {margin: 0px 0px 10px 0px;}
.mod-sdoc h1 {text-transform: uppercase; color: #333; padding: 25px 0px 0px 15px; margin: 0px; font-weight: bold;}
.mod-sdoc .podnadpis {color: #333; padding: 5px 0px 8px 0px; margin: 15px 0px 0px 0px; background-color: #F0F0F0; font-weight: bold;}
.mod-sdoc .podnadpis .text {padding: 0px 0px 0px 10px; margin: 0px; width:450px; float: left;}
.mod-sdoc .podnadpis .datum {padding: 0px 0px 0px 0px; margin: 0px; text-align:center;}
.mod-sdoc .datetime {color: #777; padding: 5px 0px 8px 10px; margin: 5px 0px 0px 0px; border-bottom: 1px solid #eee;}
.mod-sdoc .datetime span {color: #333;}
.mod-sdoc .text {color: #000; padding: 10px 10px 15px 10px; margin: 0px;}
.mod-sdoc .text h2,
.mod-sdoc .text h3,
.mod-sdoc .text h4 {color: #000; margin: 0px 0px 8px 0px; padding: 0px;}
.mod-sdoc .text h1,
.mod-sdoc .text h2 {text-transform: uppercase;}
.mod-sdoc .text h2 {text-transform: none;}
.mod-sdoc .text ul {margin: 10px 0px 10px 0px; padding: 0px 0px 0px 20px;}
.mod-sdoc .text ul li {list-style: square outside url();}
.mod-sdoc .more {background: transparent url(.././images/more-button.png) no-repeat left top; display: block; float: right; width: 76px; height: 26px; text-align: center; margin: 0px 10px 0px 0px; padding: 6px 0px 0px 0px; text-decoration: none; color: #000; overflow: hidden;}


/* hledání */
.mod-search {}
.mod-search {margin: 10px 15px 20px 15px;}
.mod-search .nadpis {font-weight: bold; color: #000;}
.mod-search .nadpis span {color: #777;}
.mod-search .nadpis a {font-weight: bold; color: #000; text-decoration: none;}
.mod-search .popis a {font-weight: normal; color: #000; text-decoration: none;}

/* patka stránky*/
#footer {height: 120px; text-align: center;}
#footer .inside {width: 1000px; margin: auto; padding: 30px 0px 0px 0px; text-align: center; color: #fff; background: url(.././images/bg-main-bottom.png) no-repeat center top;}
#footer .inside a {color: #ccc;}


/**/
.align-right {text-align: right;}
.red{color: red;}