﻿body
{
    background: url("/Images/bg.jpg");
    background-repeat: repeat;
    font-family: Verdana, Sans-Serif;
    color: #000044;
    font-size: 100%;
    line-height: normal;
}

.description
{
    font-size: 40px;
    font-weight: bold;
    color: rgb(250, 37, 33);
}



/*Klassen-Attribute werden mit . zugeordnet*/
.mydiv
{
/*    border-style: dotted;
    border-width: 1pt;
    border-color: yellow;
    margin: 0px;
    padding: 5px;
*/
}
/*ID-Attribute werden mit # zugeordnet*/
#wrapper
{
    background: url("/Images/bg.jpg");
    position: absolute;
    top: 0.5cm;
    left: 50%;
    width: 982px;
    margin-left: -491px;
    bottom: 0.5cm;
}

#div_topleft
{
    background: url("/Images/Logo_small.jpg");
    background-position:100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0cm;
    height: 113px;
    left: 0cm;
    width: 201px;
    padding: 0;
    margin: 0;
}
#div_topright
{
    position: absolute;
    background: url("/Images/bg10.gif");
    top: 0cm;
    height: 113px;
    left: 201px;
    right: 0cm;
    line-height: 113px;
    text-align:center; 
    
}

#div_breadcrumb 
{
    position: absolute;
    background: #FFF8FD;
    top: 113px;
    height: 20px;
    left: 0cm;
    right: 0cm;
    padding: 10pt;
    font-size: 10pt;    
}

#div_left
{
    position: absolute;
    background: #FFF8FD;
    top: 153px;
    bottom: 1.5cm;
    left: 0cm;
    width: 201px;
    padding: 10pt;
    overflow: scroll;
}

#div_center
{
    position: absolute;
    background: #FFF8FD;
    top: 153px;
    bottom: 1.5cm;
    left: 201px;
    right: 0cm;
    padding: 10pt;
    overflow: scroll;
}


#div_bottom
{
    background: url("/Images/bg10.gif");
    position: absolute;
    bottom: 0cm;
    height: 1cm;
    left: 0cm;
    right: 0cm;
    padding: 10pt;
}

