/**

	Allgemeine Positionierung
	
*/
#page {
	height:auto !important;
	text-align: left;
	margin: 0px auto;
	width: 900px;
´   //padding: 6px 0 0 6px;
	
}

#header {
	background-image:url("../img/logo_akku-infos.png");
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:115px;
	width:100%;
	margin-left: -6px;
}

#main_menu {
	float:left;
	height:20px;
	margin-bottom:10px;
	margin-top:5px;
	margin-left: 0px;
	width:752px;
}

#subnavi {
	float:left;
	height:80px;
	margin-bottom:10px;
	margin-top:5px;
	width:100%;
}

#content_left {
	float: left;
	width: 185px;
	border-right: 1px dotted #CCCCCC;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	padding-right:15px;
}

#content_right {
	float: right;
	width: 185px;
	height: 100%;
	border-left: 1px dotted #CCCCCC;
	margin-top:15px;
	margin-bottom:15px;	
	padding-left:15px;
}

#content_center { 
	float: left;
	width: 560px;
	margin-top: 15px;
	height: 100%;
	margin-bottom: 20px;
}

#footer {
	background-color:#333333;
	color:#FBFBFB;
	float:left;	
	padding:1.5%;	
	width:97%;
	font-size: 10px;
}

/**

	Hauptelemente

*/
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-color: #fff;
	color: #000;
	background: url("../img/header_verlauf.png") repeat-x top left;
	line-height:170%;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

