/*layout*/
body {
   background: #e8f6cd url('../images/bg_body.gif') top repeat-x;
   color: #4f5944;
}
#center {
   background: url('../images/body.gif') center top no-repeat;  
}
body.editor,
#main-part, /*hlavni cast stranky*/
body.new-window /* pozadi v nove otevrenych oknech */
{
   background: #ffffff;
}
#envelope {
   background: url('../images/bg_left.gif');
   background-repeat: repeat-y;
}
#head {
   background: url('../images/top.jpg') no-repeat;   
}

#head-line {
   background-color: #a5b6a1;
}
#main-text {
   background: url('../images/main_top.jpg') top no-repeat;   
}
#left-menu {
   background: url('../images/bg_menu.gif');
}
.left-column-text {   
   margin-top: 0;
   background: url('../images/bg_menu_top.gif') top no-repeat;
}

#copyright {
   background: url('../images/bg_copy.gif');
}
#copyright-text {
   color: #fff;
}
/*konec stylu pro layout* ********************************************/
/* základní styly nadpisy a odkazy**********************************************/
.action-result {
   color: red;
}
/* DIV ramecek pro text v editoru */
div.editor-text {
   border: 1px solid #c4cab8;
   background: #f6fde7;
}
/* ramecek kolem formulare */
div.form-box {
   border: 1px solid #c4cab8;
   background: #f6fde7;
}

/* style pro tabulku fotogalerie */
table.gallery td {
   border: 1px solid #c4cab8;
}
table.gallery .gal-text {
   color: #4f5944;
}
table.gallery td.gal-image-over a,
 table.gallery td.gal-image a {
   color: #4f5944;
}
table.gallery td.gal-image-over,
table.gallery td.gal-image a:hover {
   background: #e8f6cd;
   color: #4f5944;
}
table.gallery td.gal-image {
   background: #f6fde7;
}


/*styly pro tabulky***********************************************************/
/*styl pro tabulku vkladanou  wysiwyg editorem*/
/*tabulka z wysiwyg editoru*/
table.dynamic {
   background-color: #FFFFFF;
   border: none;
}
/*tabulka z wysiwyg editoru*/
table.dynamic td {
   border: 1px solid #cfd4c5;
   color: #4f5944;
}
tr.table-header {
   background-color: #e8f6cd;
}
tr.table-header td {
   color: #4f5944;
}
tr.tr-odd {
   background-color: #fff;
}
tr.tr-even {
   background-color: #f6fde7;
}
/*konec stylu pro table editoru*/
/*konec stylu pro tabulky*/
/*vodorovna cara*/
hr {
   color: #c4cab8;
   background: #c4cab8;
}
/*nadpis prvni urovne*/
h1 {
   color: #dd951d;
}
/*zvyrazneny text, vkladany z editoru*/
.highlight {
   color: #748a41;
}
ul li {
   list-style-image: url('../images/li.gif');
}
ul.menu li {
   padding: 0;
   margin: 0;
   list-style: none;
   list-style-image: none;
}

ul.menu li a {
   border-bottom: 1px solid #c4cab8;
   background: #e8f6cd url('../images/li.gif') no-repeat; 
   background-position: 5px center;
}

ul.menu li a:hover {
   background-color: #b0bc9a;
}

/*styly pro formulare*/
input.text, 
input.field-normal, 
input.field-longer, 
input.field-long, 
input.field-short, 
select, 
textarea 
{
   border: 1px solid #afb4a5;
}
input.button {
   border: 1px solid #cfd4c5;
   color: #4f5944;
   background-color: #e8f6cd;
}
.form-required {
   color: #FF6102;
}
/*konec stylu pro formulare*/
/* flash */
body.editor div.flash-right,
body.editor div.flash-left,
body.editor div.flash-center {
   border: 1px dashed blue;
   background: #eee url('../../../../../administrace/images/flash_small.gif');
}
body.editor div.flash-stream,
body.editor div.flash-youtube {
   border: 1px dashed blue;
   background: #eee url('../../../../../administrace/images/flash.gif') no-repeat center;
}

.date-sel-div .date-year-over,
.date-sel-div .close-button-over,
.date-sel-div .date-direct-over,
.date-sel-div .date-over {
   background: #e8f6cd;
}

/*styly pro odkazy*/
a:link,
a:visited,
a:active {
   color: #f5ab36;
}
a:hover {
   color: #f38e21;
}
a.menu:link,
a.menu:visited,
a.menu:active {
   color: #4f5944;
}
a.menu:hover {
   color: #fff;
}
a.copyright:link,
a.copyright:visited,
a.copyright:active {
   color: #fff;
}
a.copyright:hover {
   color: #4f5944;
}
/*konec stylu pro odkazy*/
