/*layout*/
body {
   background-color: #0C3900;
   color: #0C3900;
}
#main-part, /*hlavni cast stranky*/
body.new-window /* pozadi v nove otevrenych oknech */
{
   background: #ffffff;
}

#main-part {
   background: url('../images/bg_main.gif');
}
#head-line {
   background-color: #a5b6a1;
}
#main-text {
   background: url('../images/main_top.jpg') top no-repeat;   
}
.left-column-text {   
   margin-top: 0;
   background: url('../images/bg_menu_top.gif') top no-repeat;
}

.action-current {
   background: url('../images/bg_akce.gif');
}

#copyright {
   background: url('../images/bg_copy.jpg');
}
#copyright-text {
   color: #C7E5B7;
}

#home-1 {
   background: url('../images/main_1.gif');
}
#home-2 {
   background: url('../images/main_2.gif');
}
#home-3 {
   background: url('../images/main_3.gif');
}
#home-4 {
   background: url('../images/main_4.gif');
}
.akce-year {
   background: url('../images/bg_rok.gif');
}
.cur-akce {
   background: url('../images/bg_cur.gif');   
}
.akce-new {
   background: url('../images/akce_future.gif') top left no-repeat;   
}

/*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 #99C364;
   color: #0C3900;
}
tr.table-header {
   background-color: #FBE26C;
}
tr.table-header td {
   color: #0C3900;
}
tr.tr-odd {
   background-color: #ffffff;
}
tr.tr-even {
   background-color: #FAFFDD;
}
/*konec stylu pro table editoru*/
/*konec stylu pro tabulky*/
/*vodorovna cara*/
hr {
   color: #99C364;
   background: #99C364;
}
/*nadpis prvni urovne*/
h1 {
   color: #0C3900;
}
/*zvyrazneny text, vkladany z editoru*/
.highlight {
   color: #FA5700;
}
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-mail,
input.field-short, 
select, 
textarea 
{
   border: 1px solid #99C364;
}
input.button {
   border: 1px solid #99C364;
   color: #5F7E88;
   background-color: #6DCDEE;
}
.form-required {
   color: #FF6102;
}
/*konec stylu pro formulare*/
/*styly pro odkazy*/
a {
   color: #339800;
}
a:hover {
   color: #72CB00;
}
a.menu:link {
   color: #0C3900;
}
a.menu:visited {
   color: #0C3900;
}
a.menu:hover {
   color: #339800;
}
a.menu:active {
   color: #0C3900;
}
a.copyright:link {
   color: #C7E5B7;
}
a.copyright:visited {
   color: #C7E5B7;
}
a.copyright:hover {
   color: #FB6E00;
}
a.copyright:active {
   color: #C7E5B7;
}
div.a-akce a,
a.main-news-title, 
a.news-title {
   color: #ff6700;
}
div.a-akce a:hover,
a.main-news-title:hover,
a.news-title:hover {
   color: #339800;
}
/*konec stylu pro odkazy*/