/* DREI SPALTEN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:970px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}
#header {
	}
#nav {
	width:120px;
	float:left;
	}
#content1 {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:970px;
	top:0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#content2nav {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:850px;
	top:0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#content2promo {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:620px;
	top:0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:500px;
	top:0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%; /* Zeilenabstand */
	}
#promo {
	width:350px;
	float:left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footbild {
	clear:both; /* makes the footer sit below whichever column is longest */
	float:left; /* floats on nav and content divs make them sit side by side */
	width:970px;
	top:0px;
	padding:0em 0em; /* creates space between the box and the content */
	text-align:left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footer {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:970px;
	top:0px;
	text-align:left;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:0em 0em; /* creates space between the box  and the content */
	}
#content_inner { 
	padding:0em 0em 0em 0em; /* creates space between the box and the content */
	}
	
#footbild_inner {
	padding:0em 0em; /* creates space between the box and the content */
	text-align:center;
	}
#footer_inner {
	padding:0em 0em; /* creates space between the box and the content */
	text-align:left;
	}.belter #main_wrapper #footbild .cbelenergen a strong {
	color: #666;
}
