body { 
	background-color: #DEE016; 
	color: black; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0; 
	text-align: left;
	min-width:800px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	font-size:15px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

ul, ol, li {
	margin: 0; 
	padding: 0; 
}

p {
	margin: 0; 
	padding: 0; 
}	

a:link, a:visited{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: grey;
	text-decoration: underline;
}


	
#aussen {
	width: 872px;
	margin:0 auto;
	text-align: left;
	background-color: white; 
	margin-top: 20px;
}

* html #aussen {
	width: 866px;
	margin:0 auto;
	text-align: left;
	background-color: white; 
	margin-top: 20px;
}


#oben {
	width: 866px;
	height:131px;
	border-top: 3px solid #B2B2B2;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border-left: 3px solid #B2B2B2;
}

#oben-innen {
	width: 860px;
	height:125px;
	background: URL(img/stromtarifeberlin.jpg);
	background-repeat:no-repeat;
	border: 3px solid white;
}
#balken {
	width: 866px;
	height: 46px;
	border-top: 3px solid #B2B2B2;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border-left: 3px solid #B2B2B2;
}

#balken-innen {
	width: 860px;
	height:40px;
	border: 3px solid white;
	background-color: #424D4B;
}
#navi {
	width: 866px;
	min-height: 506px;
	border-top: 3px solid #B2B2B2;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border-left: 3px solid #B2B2B2;
	background-color: #DF9F5F;
}


#navi-innen {
	width: 860px;
	min-height:506px;
	border: 3px solid white;
}

#links {
	padding-top: 15px;
	background-color: #DF9F5F;
	width: 225px;
	float:left;
	min-height: 455px;
}

#links ul{
	padding: 15px 0px 0px 20px;
}

#links li{
	list-style: none;
	list-style-position: outside;
	height: 40px;
	padding:10px 0px 10px 0px;
}

#links a:link, #links a:visited {
	display: block;
	width: 160px;
	min-height:20px;
	border-top: 1px solid #ffffff; 
	border-left: 1px solid #FF5335;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #FF5335;
	padding: 10px;
	overflow:hidden; 	
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#links a:hover{
	font-weight:bold;
	text-decoration:none;
	color: #DEE016;
}


#content{
	width: 555px;
	padding: 20px 40px 30px 40px;
	float: left;
	background-color: #F5DAC2;
	}
* html #content{
	width: 570px;
	padding: 20px 8px 30px 40px;
	float: left;
	background-color: #F5DAC2;
	}
	
#content-innen{
	width: 545px;
	min-height: 435px;
	padding: 0px 50px 30px 0px;
	line-height: 22px;
	
}
* html #content-innen{
	width: 581px;
	height: 495px;
	padding: 20px 10px 30px 0px;
	line-height: 22px;

}	

#content-innen h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #9B9C10;
}
#content-innen h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #9B9C10;
}
#content-innen h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #9B9C10;
}
#content-innen h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #9B9C10;
}
#content-innen h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #9B9C10;
}

#content-innen p {
	padding-bottom: 10px;
}
#content-innen ul, ol {
	padding: 5px 0px 5px 35px;	
}
#content-innen ul li{
	padding: 0px 0px 5px 0px;	
}
#content-innen ol li{
	padding: 0px 0px 5px 0px;	
}
#content-innen ul li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}
#content-innen ol li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}	
#content-innen a:link, #content-innen a:visited {
	color: #9B9C10;
	text-decoration: none;
	font-weight: bold;
}
#content-innen a:hover{
	text-decoration: none;
	color: #DEE016;
}
