

/* global white space reset */
* {
        margin:0;
        padding:0;
}

/* Seitenlayout als Dreispalter mit flexiblem mittlerem Bereich */


/* Innencontainer  */
#container {
        width:99%;
        border-top:1px solid #fff;
        }
#headline {
        text-align:right;
        margin-right: 40px;
        }
#centercontent {
        position:relative;
        margin: 0 195px 0 185px;
        border-top:1px solid #fff;
        padding-bottom:30px;
        border-top:1px solid #fff;
        border-bottom:1px solid #993366;
        background-image: url(../hg-bilder/KZeichnung.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        color: #333;
        }

#leftcontent {
        position:absolute;
        left:0;
        top:0;
        width:181px;
        background-color: #8B008B;
        border-top:1px solid #fff;
        color: #ffffff;
                }

#rightcontent {
        position:absolute;
        right:0;
        top:0;
        width:187px;
        height:820px;
        background-color: #bdaec6;
        border-left:2px solid #e6e6fa;
        border-top:1px solid #bdaec6;
        color: #333;
        }
#footer {
        margin: 0px 210px 0 190px;
        text-align:center;
        color: #333;
        }