body {
	margin: 0;
	padding: 0;
	text-align: center; /* Zentrierung im Internet Explorer */
	background-color: #fff;
	background-repeat: repeat-x;
}

ul {
	list-style-type: none;
}

div#container {
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 901px;
	padding: 0.0em;
	background-image: url(img/bg-middle.jpg);
	padding-left: 10px;
	padding-right: 11px;
}

div#braun_logo, div#braun_text, div#kaelberer {
	display: none;
}

div#header_container {
	background-image: url(img/header-top.jpg);
	height: 110px;
	width: 901px;
}

div#topmenu_container {
	text-align: right;
	background-color: #2E3092;
	height: 24px;
	width: 901px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

div#header2_container {
	background-image: url(img/banner-middle.jpg);
	height: 156px;
	width: 901px;
	float: left;
}

div#main_container {
	Xheight: 400px;
	background-image: url(img/leftNav-bg.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
}

div#leftcol {
	float: left;
	width: 214px;
	padding-left: 9px;
	margin-right: 25px;
	Xborder: 1px solid red;
	float: left;
}

div#maincol {
	width: 620px;
	Xmargin-left: 250px;
	Xpadding-bottom: 15px;
	float: left;
}

div#footer_container {
	background-color: #2E3092;
	height: 24px;
	border-top: 1px solid white;
}
      
div#by {
	float: left;
	padding-left: 60px;
	margin-top: 4px;
	width: 200px;
	font-size: 12px;
	color: #fff;
}

div#by a {
  color: #fff;
  text-decoration: none;
}

div#footerText {
	float: left;
	margin-left: 30px;
	margin-top: 4px;
	font-size: 12px;
	color: #fff;
}

div#end {
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 901px;
	padding: 0.0em;
	background-image: url(img/bg-ende.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 11px;
	height: 13px;
}