/*layout*/
body {
   background-color: #869D69;
   color: #59624E;
}
#main-part, /*hlavni cast stranky*/
body.new-window /* pozadi v nove otevrenych oknech */
{
   background: #dff2da;
}
#envelope {
   background: url('../images/bg_full.gif');
   background-repeat: repeat-y;
}
#head-line {
   background: url('../images/bg_top_line.gif') left no-repeat;
}
#left-menu {
   background: url('../images/menu_bgnd.gif');
}
#form-title {
   background: url('../images/form_top.gif');
}
#form-content {
   color: white;
}
#form-bg {
   background: url('../images/bg_right_form.gif');   
}
#copyright {
   background: url('../images/bg_copy.gif');
}
#copyright-text {
   color: #D0DCBF;
}
/*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 #6D795F;
   background: #dff2da;
}

/*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 #CBDAB5;
   color: #59624E;
}
tr.table-header {
   background-color: #EDF7E0;
}
tr.table-header td {
   color: #59624E;
}
tr.tr-odd {
   background-color: white;
}
tr.tr-even {
   background-color: white;
}
/*konec stylu pro table editoru*/
/*konec stylu pro tabulky*/
/*vodorovna cara*/
hr {
   color: #CBDAB5;
   background: #CBDAB5;
}
/*nadpis prvni urovne*/
h1 {
   color: #59624E;
}
/*zvyrazneny text, vkladany z editoru*/
.highlight {
   color: #609218;
}
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 
{
   background: #ADC48C;
   border: 1px solid #6D795F;
}
input.button {
   border: 1px solid #000000;
   color: #43635F;
   background-color: #74FADC;
}
.form-required {
   color: white;
}
/*konec stylu pro formulare*/
/*styly pro odkazy*/
a:link {
   color: #910309;
}
a:visited {
   color: #910309;
}
a:hover {
   color: #588D04;
}
a:active {
   color: #910309;
}
a.menu:link {
   color: white;
}
a.menu:visited {
   color: white;
}
a.menu:hover {
   color: #e1e9d5;
}
a.menu:active {
   color: white;
}
a.copyright:link {
   color: #D0DCBF;
}
a.copyright:visited {
   color: #D0DCBF;
}
a.copyright:hover {
   color: #3B3B3B;
}
a.copyright:active {
   color: #D0DCBF;
}
/*konec stylu pro odkazy*/