/* CSS definující barvy pro jednotlivé prvy */

html { background: #cde0c6 url("../images/scheme-green/back-html.gif") 50% 0; } /* kvuli &@\€ł reklamnimu prouzku, jinak 50% 0 */
body { background: url("../images/scheme-green/back-body.gif") 50% 0 repeat-x; } /* to stejne, 50% 0 */

h1 span { background: url("../images/scheme-green/logo.gif") no-repeat; }
#header { background: url("../images/scheme-green/back-header.gif") 0 40px no-repeat; }
#header em, h1 a:link, h1 a:visited, #leftCol h3 { color: #539f38; }

#main-menu { background: #83ba70 url("../images/scheme-green/back-body.gif") 50% 0; }
#footer { background: #83ba70 url("../images/scheme-green/back-footer.gif"); }

.side-menu a:link, .side-menu a:hover, .side-menu a:visited { background-image: url("../images/scheme-green/back-li.gif"); }
.side-menu a:hover, .side-menu a.active:link, .side-menu a.active:visited { background-color: #cde0c6; }
.side-menu li { border-bottom-color: #8cbf7a; }

th, tr:hover { background-color: #8cbf7a; }
table, th, td { border-color: #539f38; }

