BODY {
    margin: 10;
    background-color: #F2F0E6;
}

.top
{
    background-image: url(bilder/bg_blue.jpg);
    background-repeat: no-repeat;
}

.topright
{
    background-image: url(bilder/bg_right_blue.jpg);
    background-repeat: no-repeat;
}

.chart
{
    background-image: url(bilder/chart_bg.jpg);
    background-repeat: repeat-x;
}

.black1
{
    font-family : Arial,Helvetica;
    font-size : 11px;
    color : #000000;
}
.black2
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : #000000;
}
.black3
{
    font-family : Arial,Helvetica;
    font-size : 14px;
    color : #000000;
}
.black4
{
    font-family : Arial,Helvetica;
    font-size : 16px;
    color : #000000;
}
.black5
{
    font-family : Arial,Helvetica;
    font-size : 24px;
    color : #000000;
}
.gray1
{
    font-family : Arial,Helvetica;
    font-size : 11px;
    color : #787878;
}
.gray2
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : #787878;
}
.gray3
{
    font-family : Arial,Helvetica;
    font-size : 14px;
    color : #787878;
}
.gray4
{
    font-family : Arial,Helvetica;
    font-size : 16px;
    color : #787878;
}
.gray5
{
    font-family : Arial,Helvetica;
    font-size : 24px;
    color : #787878;
}

.white1
{
    font-family : Arial,Helvetica;
    font-size : 11px;
    color : white;
}
.white2
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : white;
}
.white3
{

    font-size : 14px;
    color : white;
}
.white4
{
    font-family : Arial,Helvetica;
    font-size : 16px;
    color : white;
}
.white5
{
    font-family : Arial,Helvetica;
    font-size : 24px;
    color : white;
}

.blue1
{
    font-family : Arial,Helvetica;
    font-size : 11px;
    color : #24418C;
}
.blue2
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : #24418C;
}
.blue3
{
    font-family : Arial,Helvetica;
    font-size : 14px;
    color : #24418C;
}
.blue4
{
    font-family : Arial,Helvetica;
    font-size : 16px;
    color : #24418C;
}
.blue5
{
    font-family : Arial,Helvetica;
    font-size : 24px;
    color : #24418C;
}

.red1
{
    font-family : Arial,Helvetica;
    font-size : 11px;
    color : #B80000;
}
.red2
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : #B80000;
}
.red3
{
    font-family : Arial,Helvetica;
    font-size : 14px;
    color : #B80000;
}
.red4
{
    font-family : Arial,Helvetica;
    font-size : 16px;
    color : #B80000;
}
.red5
{
    font-family : Arial,Helvetica;
    font-size : 24px;
    color : #B80000;
}

.yellow1
{
    font-family : Arial,Helvetica;
    font-size : 11px;
    color : #FFF200;
}
.yellow2
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : #FFF200;
}
.yellow3
{
    font-family : Arial,Helvetica;
    font-size : 14px;
    color : #FFF200;
}
.yellow4
{
    font-family : Arial,Helvetica;
    font-size : 16px;
    color : #FFF200;
}
.yellow5
{
    font-family : Arial,Helvetica;
    font-size : 24px;
    color : #FFF200;
}

.infobox
{
    font-family : Arial,Helvetica;
    font-size : 11px;
    color : #000000;
    POSITION: static;
    BACKGROUND-COLOR: #F3E95A;
    MARGIN: 2px 0px 0px 0px;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 4px;
}

A:link
{
    text-decoration : underline;
}
A:visited
{
    text-decoration : underline;
}
A:hover
{
    text-decoration : underline;
}

A.nav:link
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : black;
    text-decoration : none;
}
A.nav:visited
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : black;
    text-decoration : none;
}
A.nav:hover
{
    font-family : Arial,Helvetica;
    font-size : 12px;
    color : black;
    text-decoration : underline;
}

