body, html { 
	background-color: #B1D4EA; 
	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;
}


#aussen {
	width: 800px;
	border: 5px solid white;
	}

#header {
	height: 130px;
	background-image: url(images/strompreise-berlin.jpg);
	background-repeat: no-repeat;
	border-bottom: 5px solid white;
	}
	
#bild {
	height: 35px;
	background-color: #CBDAEF;
	}

#strom {
	border: 5px solid #F1E6F4;
	}
	
#rahmen {
	height: 50px;
	background-color: #EEF5FB;
	}
#rahmen-inhalt {
	text-align: middle;
	padding: 15px;
	}
	
#rahmen-inhalt a:link, #rahmen-inhalt a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #312622;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	}
#rahmen-inhalt a:hover {
	color: #B1D4EA;
}

#inhalt {
	text-align: left;
	background-color: #C0D9ED;
	border-top: 5px solid #F1E6F4;
	padding: 35px 70px 30px 70px;
	line-height: 22px;
	}

#inhalt h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#312622;
}
#inhalt h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#312622;
}
#inhalt h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#312622;
}
#inhalt h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#312622;
}
#inhalt h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#312622;
}

#inhalt p {
	padding-bottom: 10px;
	color: #312622;
}
#inhalt ul, ol {
	padding: 5px 0px 5px 35px;
	color: #312622;
}
#inhalt ul li{
	padding: 0px 0px 5px 0px;	
}
#inhalt ol li{
	padding: 0px 0px 5px 0px;	
}
#inhalt ul li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}
#inhalt ol li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}

#inhalt a:link, #inhalt a:visited {
	font-weight: bold;
	color: #312622;
	}
#inhalt a:hover {
	color: #F1E6F4;
	
}



