body 
{
    background-color: #FFCC99;
    color: black;
}

a:link 
{ 
    color: blue;
}
a:visited 
{
    color: purple;
}
a:focus 
{
    color: teal;
}
a:hover 
{
    color: teal;
}
a:active 
{
    color: red;
}


div#logo
{
    float: left;
    margin-top: 23px;
    width: 64px;
}
                    
div#header
{
    clear: left;
    padding-bottom: 30px;
}

div#seite
{
    padding-left: 70px; 
    padding-right: 20px;
}

.ueberschrift_big
{
    padding: 10px;
    padding-left: 20px;
    background-color: #993300;
    font-size: 150%;
    color: white;
}

.ueberschrift_bigger
{
    font-size: 150%;
}

.ueberschrift_small
{
    margin-left: 20px;
    padding: 10px;
    padding-left: 20px;
    background-color: #FF9900;
    font-size: 120%;
}

.content
{
    margin-left: 40px;
}

.results_right
{
    position: absolute; 
    right: 30px;
    font-size: 100%;
}

.ueberschrift_big .results_right
{
    font-size: 66%;
}

.alert_numeric
{
    position: fixed;
    /*right: 0px;*/
    bottom: 0px;
    font-size: 120%;
    background-color: red;
    padding: 20px;
    width: 100%;
    /*width: 250px;*/
}

.ueberschrift_small .results_right
{
    font-size: 83%;
}

.m2_text
{
    position: absolute; 
    right: 10px;
}


.content_col_1
{
    position: absolute;
    left: 130px;
}
.content_col_2
{
    position: absolute;
    left: 260px;
}
.content_col_3
{
    position: absolute;
    left: 410px;
}
.content_col_4
{
    position: absolute;
    left: 500px;
}
.content_col_5
{
    position: absolute;
    left: 630px;
}
.content_col_6
{
    position: absolute;
    left: 740px;
}


