:root {
    --main-dunkel: #6d9ad3;
    --textarea-bg: #fff;
    --bold: #e3980d;
    --link: #373052;
    --h2: #206fb0;
    --navi-schrift: #f6efea;
    --table-bg: #B2CFD8;
    --table-hover: #bcd3f0;
    --background: #e4eff5;
}

/* Layout Divs */

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

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

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

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