/*layout*/
body {
   background-color: #BBDFFF;
   color: #49647C;
}
#main-part, /*hlavni cast stranky*/
body.new-window /* pozadi v nove otevrenych oknech */
{
   background: white;
}
#center {
   background: url('../images/shadow_bg.gif') center top repeat-y;
}
#center2 {
   background: url('../images/shadow_bottom.gif') bottom center no-repeat;
}
#center3 {
   background: url('../images/shadow_top.gif') top center no-repeat;
}

#envelope {
   background: url('../images/bg_left.gif');
   background-repeat: repeat-y;
}
#head-line {
   background-color: #a5b6a1;
}
#left-menu {
   font-weight: bold;
   background: url('../images/bg_menu.gif');
}
.left-column-text {   
   margin-top: 0;
}

#copyright {
   background: #3c8edb;
}
#copyright-text {
   color: #9FC1E0;
}

/*konec stylu pro layout* ********************************************/
/* základní styly nadpisy a odkazy**********************************************/
.action-result {
   color: red;
}
/*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 #666758;
   color: #666758;
}
tr.table-header {
   background-color: #1C3D5B;
}
tr.table-header td {
   color: #004A63;
}
tr.tr-odd {
   background-color: #B2D7F0;
}
tr.tr-even {
   background-color: white;
}
/*konec stylu pro table editoru*/
/*konec stylu pro tabulky*/
/*vodorovna cara*/
hr {
   color: black;
   background: black;
}
/*nadpis prvni urovne*/
h1 {
   color: #1C3D5B;
}
/*zvyrazneny text, vkladany z editoru*/
.highlight {
   color: #CF202B;
}
ul li {
   list-style-image: url('../images/li.gif');
}

/*styly pro formulare*/
input.text, 
input.field-normal, 
input.field-longer, 
input.field-long, 
input.field-short, 
select, 
textarea 
{
   border: 1px solid #1C3D5B;
}
input.button {
   border: 1px solid #000000;
   color: white;
   background-color: #1C3D5B;
}
.form-required {
   color: red;
}
/*konec stylu pro formulare*/
/*styly pro odkazy*/
a:link {
   color: #0C5EaB;
}
a:visited {
   color: #0C5EaB;
}
a:hover {
   color: #000000;
}
a:active {
   color: #0C5EaB;
}
a.menu:link {
   color: #1C3D5B;
}
a.menu:visited {
   color: #1C3D5B;
}
a.menu:hover {
   color: #000000;
}
a.menu:active {
   color: #1C3D5B;
}
a.copyright:link {
   color: #9FC1E0;
}
a.copyright:visited {
   color: #9FC1E0;
}
a.copyright:hover {
   color: #644201;
}
a.copyright:active {
   color: #9FC1E0;
}
/*konec stylu pro odkazy*/