/*layout*/
body {
   background: #d06d42;
   color: #616473;
}
body.editor,
#main-part, /*hlavni cast stranky*/
body.new-window /* pozadi v nove otevrenych oknech */
{
   background: #fff;
}
#envelope {
   background: url('../images/bg_left.gif');
   background-repeat: repeat-y;
}
#head-line {
   background-color: #a5b6a1;
}
#main-text {
   background: #fff;   
}
#left-menu {
   background: url('../images/bg_menu.gif');
}
.left-column-text {   
   margin-top: 0;
   background: url('../images/bg_menu_top.gif') top no-repeat;
}
#flags {
   background: url('../images/informace.gif') no-repeat;   
}
#copyright {
   background: #51586a;  /*url('../images/bg_copy.gif');*/
}
#copyright-text {
   color: #aeb2b8;
}
/*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 #e3eaed;
   background: #f7f7f7;
}
/* ramecek kolem formulare */
div.form-box {
   border: 1px solid #e3eaed;
   background: #f7f7f7;
}

/* style pro tabulku fotogalerie */
table.gallery td {
   border: 1px solid #e3eaed;
}
table.gallery .gal-text {
   /*color: black;*/
}
table.gallery td.gal-image-over a,
 table.gallery td.gal-image a {
/*   color: black;*/
}
table.gallery td.gal-image-over,
table.gallery td.gal-image a:hover {
   background: #e8eef1;
/*   color: black;*/
}
table.gallery td.gal-image {
   background: #f7f7f7;
}


/*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 #e3eaed;
   color: #616473;
}
tr.table-header {
   background-color: #e8eef1;
}
tr.table-header td {
   color: #616473;
}
tr.tr-odd {
   background-color: #fff;
}
tr.tr-even {
   background-color: #f7f7f7;
}

/*img.right,
img.left {
   border: 2px solid #e48a62;
}*/

/*konec stylu pro table editoru*/
/*konec stylu pro tabulky*/
/*vodorovna cara*/
hr {
   color: #959595;
   background: #959595;
}
/*nadpis prvni urovne*/
h1 {
   color: #d06d42;
}
/*zvyrazneny text, vkladany z editoru*/
.highlight {
   color: #cd734b;
}
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 #828996;
   background: #979b9f url('../images/li.gif') no-repeat; 
   background-position: 5px center;
}

ul.menu li a:hover {
   background-color: #e48a62;
}

/*styly pro formulare*/
input.text, 
input.field-normal, 
input.field-longer, 
input.field-long, 
input.field-short, 
select, 
textarea 
{
   border: 1px solid #828996;
}
input.button {
   border: 1px solid #828996;
   color: #fff;
   background-color: #e48a62;
}
.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: #e48a62;
}

/*styly pro odkazy*/
a:link,
a:visited,
a:active {
   color: #f57d2b;
}
a:hover {
   color: #f04900;
}
a.menu:link,
a.menu:visited,
a.menu:active {
   color: #fff;
}
a.menu:hover {
   color: #fff;
}
a.copyright:link,
a.copyright:visited,
a.copyright:active {
   color: #aeb2b8;
}
a.copyright:hover {
   color: #fff;
}
/*konec stylu pro odkazy*/

/*PHP AdLinks*/
#adlinks {
   text-decoration: none;
   color:#51586A;
}
#adlinks a{
   text-decoration: none;
   color:#51586A;
}
#adlinks a:hover{
   text-decoration: none;
   color:#51586A;
}
#adlinks a:visited{
   text-decoration: none;
   color:#51586A;
}