/* CSS Document */

html, body {
                height:100%;
                margin: 0;
                padding:0;
                }
body {
                background:#1e4568;
                }

#container {
                margin:0 auto; /* unbedingt drin lassen */
                position:relative; /* puts container in front of distance */
                height:650px;
                width:955px;
                clear:left; /* unbedingt drin lassen */
                }

#distance {
                width: 1px; /* für vertikale Zentrierung auch im IE */
                height:50%;
                margin-bottom:-325px; /* halbe Gesamthöhe */
                float:left;
                }

#menuleiste {
                float:left;
                width:135px;
                height:550px;
                padding-top:150px;  /* für Textinhalt */
				background-image:url(images/menuleiste.gif);
				background-repeat: no-repeat;
				z-index:2;
                }

#rightCol {
                float:right;
                width:820px;
                }

#header {
                height:95px;
                background:url(images/headleiste_index.jpg);
                }

#background {
                height:555px;
                background:url(images/halle.jpg);
                }
