div {
    overflow: hidden;
}

div#outer{
	position: relative;
	margin: auto;
	padding: 0px;
	width:1023px;
}
	#outer_head {
	    margin-top:0;
	}
	div#layout_top {
		position: static;
		height: 18px;
		width: 1023px;
		background: url("http://falltorhaus.de/_img/layout2/whiteborder-shadow2_top.png") no-repeat transparent;
		border: none;
		}
		
		
	div#layout_headerimagecontainer {
	    background: url(http://falltorhaus.de/_img/layout2/whiteborder-shadow2_yrepeat.png) repeat-y transparent;
	    margin: 0 auto;
	    width: 1023px;
	    height: 278px;
	    text-align: center;
	    position: relative;
	   }
				
		#headerimage{
			width: 985px;
			border: none;
			position: relative;
			top: 1px;
			z-index: -1;
			}

	div#content_container {
	    width: 1023px;
	    text-align: center;
	    margin: 0px auto ;
	    background: url(http://falltorhaus.de/_img/layout2/whiteborder-shadow2_yrepeat.png) repeat-y;
	    position: relative;
	    z-index: 199;
	    
	}
		div#layout_bottom {
        margin: 0;
        height: 18px;
        width: 1023px;
        height:20px;
        padding: 0px;
        background: transparent;
        position: relative;
        bottom: 0px;
        }
        
        #layout_black {
            background: #000;
            height: 10px; 
            width: 980px; 
            position: absolute;
            z-index: 1;
            top: 0px;
            margin: 0 10px;
            }
        
        #bottomimage{
            width: 1021px;
            margin:0 auto;
            }	
	div#content{
	    text-align: left;
		margin: auto;
		padding: 58px 20px 20px 20px;
		width: 945px;
		background: #000;
		position: relative;
		z-index: 1;
		}
    
    div#outer_bottom {
        height: 18px;
    }


