#aussenlinks 
{
    position:absolute;
    top:0px;
    left:0px;
    width:140px;
    height:100%;
    background-color: rgb(153,7,3);
}

#balkenlinks 
{
    position:absolute;
    top:0px;
    left:140px;
    width:20px;
    height:100%;
    background-color: rgb(221,71,5);
}

#inhaltscontainer 
{ 
    position: absolute; 
    min-height: 100%; 
    margin: 0 auto;
    width: 100%;
    margin:0 auto;
    background-color: rgb(255,245,190);
} 

#inhalt
{
    margin-left:220px;
    margin-right:220px;
    margin-top: 160px;
    background-color: rgb(255,245,190);
}

#balkenrechts 
{
    position:absolute;
    top:0px;
    right:140px;
    width:20px;
    height:100%;
    background-color: rgb(221,71,5);
}

#aussenrechts 
{
    position:absolute;
    top:0px;
    right:0px;
    width:140px;
    height:100%;
    background-color: rgb(153,7,3);
}

