* {
margin: 0;
padding: 0;
}

html, body {
        height:100%;
        margin: 0;
        padding: 0;
        }

img { border:0;}

#container{
        min-height:100%;
        height:auto;
        width:1000px;
        margin-left:auto;
        margin-right:auto;
        text-align:left;
        position:relative;
        background-image: url(../layout_images/sideslines_menu.gif);
        background-repeat: repeat-y;
        border-bottom: 1px solid #979797;
        border-left: 1px solid #979797;
        border-right: 1px solid #979797;
        }

* html #container{
        height:100%;
        width:100%;
        }
#header {
        height:140px;
        width:100%;
        position:absolute;
        top:0;
        left:0;
        background-image: url(../layout_images/seitenkopf.gif);
        background-repeat: no-repeat;
        }

#logo {
        height: 80px;
        width: 280px;
        left: 10px;
        top: 10px;
        position: absolute;
        visibility: visible;
        }

#clearheader {
        clear:both;
        height:140px;
        width:100%
        }

#logospacer {
        position: absolute;
        height: 124px;
        width: 286px;
        left: 20px;
        top: 20px;
        visibility: visible;
        }

#wrapper {
        margin: 0px 14px 0px 0px;
        }

#content {
        float: right;
        width: 768px;
        height: auto;
        text-align: justify;
        background-color: #ffffff;
        margin: 69px 0px 12px 0px;
        }

#titel {
        margin: 0px 0px 0px 0px;
        background-image: url(../layout_images/decoline_titel.gif);
        background-repeat: no-repeat;
        height: 58px;
        position:absolute;
        width: 774px;
        left: 214px;
        text-align:center;
        font-weight:bold;
        padding-top:11px;
        font-size:22px;
        color: #fff;
        }

#leftcolumn {

        float left;
        width: 153px;
        padding:0px 0px 0px 0px;
        display:inline;
        }

#clearfooter {
        clear:both;
        height:37px;
        width:100%
        }

#footer {
        position:absolute;
        width:100%;
        bottom:0;
        left: 0;
        height:37px;
        background-image: url(../layout_images/decoline_footer.gif);
        background-repeat: no-repeat;
        }
