    .wrapper {
        margin: 0 auto;
        width: 100%;
        text-align: left;
        background: #9E162E; /* L */
    }
	
	* html .wrapper {
		position:relative;
	}
	
	.wrapperBottom {
        margin: 0 auto;
		background:transparent;
		width: 963px;
		margin-top:10px;
    }
	
	* html .wrapperBottom {
		height:100px;
		overflow:hidden;
    }
	
	.wrapCont {
        width: 100%;
	}
	
    /* Navigation */
    .outer1 {
        margin-left: 0px;
    }
    /* Content */
    .outer0 {
        margin-left: 0px; /* L */
        margin-right: 0px; /* R */
    }
    /* Teaser */
    .outer2 {
        margin-right: 0px;
    }
    .wrap-cl {
        float: none;
        width: 100%; /* C + L  */
    }

    .left {
		position:absolute;
		top:0;
		left:0;
		width:100%;
        float: none;
		text-align:center;
		height:200px;
    }
	
	.inleft {
		width:963px;
		margin:0 auto;
		text-align:left;
	}
	
    .center {
        float: none;
        width: 100%;
    }
    .right {
		display:none;
    }
	
	#flashcontent {
		height: 350px;
		width:100%;
	}
	
	* html #mnavi {
		left:0;
		top:-24px !important;
	}
