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

