body, html { 
	background-color: #C9BAB7; 
	color: black; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0; 
	text-align: center;	
}

a{
 text-decoration: none;
 color:#082452;
}

ul, ol, li, p, div {
	margin: 0; 
	padding: 0; 
}

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;
}


#frankfurt {
	width: 800px;
	border: 5px solid #FFEC6F;
	}

#oben {
	height: 185px;
	background-image: url(pics/stromversorgung-frankfurt.jpg);
	background-repeat: no-repeat;
	border-bottom: 5px solid #FFEC6F;
	}
	
#kopf {
	/*height: 50px;
	background-color: #BCB6A0;	*/
	}

#alles {
	border: 5px solid #FB4E30;
	}
	
#strom {
	height: 50px;
	background-color: #F0E62D;
	}
#strom-inhalt {
	text-align: middle;
	padding: 15px;
	}
	
#strom-inhalt a:link, #strom-inhalt a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #645C38;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	}
#strom-inhalt a:hover {
	color: #C9BAB7;
}

#text {
	text-align: left;
	background-color: #FFF7EA;
	border-top: 5px solid #FB4E30;
	padding: 35px 70px 30px 70px;
	line-height: 22px;
	}

#text h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#645C38;
}
#text h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#645C38;
}
#text h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#645C38;
}
#text h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#645C38;
}
#text h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#645C38;
}

#text p {
	padding-bottom: 10px;
}
#text ul, ol {
	padding: 5px 0px 5px 35px;	
}
#text ul li{
	padding: 0px 0px 5px 0px;	
}
#text ol li{
	padding: 0px 0px 5px 0px;	
}
#text ul li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}
#text ol li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}

#text a:link, #text a:visited {
	font-weight: bold;
	color: #A7524D;
	}
#text a:hover {
	color: #C9BAB7;
	
}



