:root {
    --main-dunkel: #73ae80;
    --textarea-bg: #f2faf4;
    --bold: #ad4027;
    --link: #373052;
    --h2: #336633;
    --navi-schrift: #336633;
    --table-bg: #B2CFD8;
    --table-hover: #aad8b4;
    --background: #f6fae8;
}

/* Layout Divs */

#header2 {
    background-image: url('../images/layout/green/header.png');
}

/* Head and Navigation*/
#tablenavi {
    background: url('../images/layout/green/navi.png') transparent no-repeat;
}

/* Headline Styles */
h1 {
    background: url('../images/layout/green/h1.png') transparent no-repeat;
}

/* Polarlicht */
#polarlicht {
    background-image: url('../images/layout/green/polarlicht.png');
}