html {
    background:#fff url(footer-bg-green.png) no-repeat bottom center;
}

body {
    background:transparent url(header-bg-green.png) no-repeat top center;
}

.topnews-box {
    background:#e7edd3 url(boxarrow.png) no-repeat left 30px;
}

div.no-date { /* eg section iverview*/
    background:#e7edd3 url(boxarrow.png) no-repeat left 15px;
}
#searchwrapper input[type="submit"]:hover, input[type="submit"]:hover {
    background:#89a618 url(arrow-white.png) no-repeat center center;
}

.list-table th, input.submit-button:hover {
    background-color:#89a618;
}

h1, a:hover, a:active, #book-page h2, .text-color, hr, #main-navigation ul li.expanded, #main-navigation ul li.expanded a, span.newsdate  {
    color:#89a618;
}
.block-heading { /*headline at left side*/
    color:#89a618;
}
#book-page h2, .header-sub, .list-table th, .list-table td {
    border-bottom:1px solid #89a618;
}
caption {
    border-bottom:2px solid #89a618;
}
#main-navigation, #main-navigation ul, .topnews-box {
    border-bottom:3px solid #89a618;
}
.toc ul li ul {
    border-left:4px solid #89a618;
}



