body  {
	margin: 0; 
	padding: 0;
	color: #464646;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;	
}
* {
	margin:0 auto;
}

h1 {
	color:#ff7a2a;
	font-size:22px;
	padding-top:1px;
	padding-bottom:5px;
}
h2 {
	color:#ff7a2a;
	font-size:20px;
	padding-top:15px;
	padding-bottom:5px;
}
h3 {
	color:#ff7a2a;
	font-size:16px;
	padding-top:15px;
	padding-bottom:5px;
}
h4 {
	color:#ff7a2a;
	font-size:14px;
	padding-top:15px;
	padding-bottom:5px;
}

ul {
	padding-left:16px;
	list-style:none;
}

ol {
	padding-left:20px;
}
* html ol {
	padding-left:24px;
}	
	
p {
	padding-top:5px;
	padding-bottom:10px;
	line-height:18px;
}	


/*---LINKS---*/

a:link {
	color:#464646; text-decoration:none;	
}
a:visited {
	color:#464646; text-decoration:none;	
}
a:active {
	color:#464646; text-decoration:none;	
}
a:hover {
	color:black; text-decoration:none;	
}
.navi_left a.hover {
	color:#ff7a2a; 	
}
	
	
	
/*---HEADER---*/	

.header {
	background:url("../img/header.jpg") no-repeat top center;
	height:233px;
	width:983px;
	position:relative;
}

.home_link {
	position:relative;
	top:63px;
	left:85px;	
}





/*---NAVI LINKS---*/

.navi_left {
	float:left;
	width:200px;
	line-height:25px;	
	margin-bottom:10px;
}
* html .navi_left {
	width:190px;
}

.navi_left ul {
	padding-left:20px;
}

.navi_left .button {
	height:38px;
	margin-top:15px;
	line-height:38px;
	color:#ff7a2a;
	font-weight:bold;
}
.navi_left .button .left {
	background: white url("../img/button_l.gif") no-repeat left;
	width:20px;
}
.navi_left .button .right {
	background: white url("../img/button_r.gif") no-repeat right;
	width:20px;
}
.navi_left .button .middle {
	background: white url("../img/button_m.gif") repeat-x top;
	float:left;
	width:160px;
}
* html .navi_left .button .middle {
	width:150px;
}





/*---CONTENT---*/

.main_content {
	width:983px;
	position:relative;
}

.content {
	width:563px;
	float:left;
	margin-top:15px;
	padding-top:10px;
	padding-left:15px;
	z-index:0;
}
.content .textbox {
	background: white url("../img/box_r.gif") repeat-y top right;
	width:563px;
}
.content .textbox .top {
	background:url("../img/box_or.gif") no-repeat top right;
	height:10px;
	width:13px;
	float:right;
}


.content .textbox .text {
	padding-right:15px;
	line-height:24px;
}
.content .textbox .footer {
	background:url("../img/box_u.gif") no-repeat left bottom;
	height:11px;
	width:563px;
}
.content ul {
	list-style:circle;
}
.content ul li {
	line-height:18px;
}





.content .rechner {
	background:url("../img/rechner_bild.jpg") no-repeat left bottom;
	height:295px;
	width:563px;
}
.rechner_plz {
	color:#464646;
	font-size:12px;
	position:absolute;
	top:60px;
	right:70px;
	float:left;
}
.rechner_kwh {
	color:#464646;
	font-size:12px;
	position:absolute;
	top:160px;
	right:15px;
	float:left;
}
.rechner_kw {
	color:#464646;
	font-size:12px;
	position:absolute;
	top:180px;
	right:46px;
	float:left;
}
.radio_user {
	color:#464646;
	font-size:12px;
	position:absolute;
	top:105px;
	right:127px;
	float:left;
}
.radio_comm {
	color:#464646;
	font-size:12px;
	position:absolute;
	top:125px;
	right:127px;
	float:left;
}
.input_width {
	width:65px;
}

.rechner_form {
	position:relative;
	line-height:0px;
}

.rechner_form .rechner_button {
	background:url("../img/button.jpg") no-repeat;
	position:absolute;
	top:242px;
	left:373px;
	width:171px;
	height:38px;
}







/*---NAVI RECHTS---*/

.navi_right {
	width:170px;
	float:right;
}





/*---FOOTER---*/

.footer {
	width:983px;
	background:url("../img/footer.jpg") no-repeat center bottom;
	background-color:white;
	height:44px;	
	text-align:center;
}
.footer .text {
	color:white;
	font-size:9px;
	padding-top:15px;
}
.footer a:link {
	color:white; text-decoration:none;	
}
.footer a:visited {
	color:white; text-decoration:none;	
}
.footer a:active {
	color:white; text-decoration:none;	
}
.footer a:hover {
	color:#464646; text-decoration:none;	
}






.clear {
	clear:both;
}

.right {
	float:right;	
}

.left {
	float:left;
}