/*Body*/

body {
background-color: #e6e6e6;
margin:0;

}
#page-container {
	margin: 0px auto;
	width: 1024px;
	padding: 0;

}
#page-content {
 }
#left {
	background-image:url(Bilder/tw_site_10-Kopie_01.png);
	background-repeat:no-repeat;
	width: 46px;
	height: 624px;
	float: left;



}
#content {
	width: 940px;
	height: 610px;

	float: none;
	margin-left: 46px;

}
#right {
	background-image:url(Bilder/tw_site_10-Kopie_03.png);
	background-repeat:no-repeat;
	width: 47px;
	height: 610px;
	float: right;

}
#bottom {
	background-image:url(Bilder/tw_site_10-Kopie_04.png);
	background-repeat:no-repeat;
	width: auto;
	height: 13px;
	margin-top: 1px;
	overflow: auto;
	
	}






/*Clearing*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

