#aussenlinks 
{
    position:absolute;
    top:0px;
    left:0px;
    width:140px;
    height:100%;
    background-color: rgb(61,62,119);
}

#balkenlinks 
{
    position:absolute;
    top:0px;
    left:140px;
    width:20px;
    height:100%;
    background-color: rgb(104,104,198);
}

#inhaltscontainer 
{ 
    position: absolute; 
    min-height: 100%; 
    margin: 0 auto;
    width: 100%;
    margin:0 auto;
    background-color: rgb(203,203,254);
} 

#inhalt
{
    margin-left:220px;
    margin-right:220px;
    margin-top: 160px;
    background-color: rgb(203,203,254);
}


#balkenrechts 
{
    position:absolute;
    top:0px;
    right:140px;
    width:20px;
    height:100%;
    background-color: rgb(104,104,198);
}

#aussenrechts 
{
    position:absolute;
    top:0px;
    right:0px;
    width:140px;
    height:100%;
    background-color: rgb(61,62,119);
}

