body, html { 
	background-color: #494E48; 
	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;
}


#alles {
	width: 800px;
	border: 5px solid #AF1517;
	}

#header {
	height: 150px;
	background-image: url(images/stromdortmund.jpg);
	background-repeat: no-repeat;
	border-bottom: 5px solid #AF1517;
	}
	
#strom-dortmund {
	height: 50px;
	background-color: black;	
	}

#komplett {
	border: 5px solid #E3A02B;
	}
	
#navigation {
	height: 50px;
	background-color: #AF1517;
	}
#navigation-inhalt {
	text-align: middle;
	padding: 15px;
	}

#navigation-inhalt a{
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	}
	
#navigation-inhalt a:link, navi-inhalt a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	}
#navigation-inhalt a:hover {
	color: #E3A02B;
	
}

	
#strom {
	text-align: left;
	background-color: #DAD9D4;
	border-top: 5px solid #E3A02B;
	padding: 35px 70px 30px 70px;
	line-height: 22px;
	}

#strom h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#E3A02B;
}
#strom h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#E3A02B;
}
#strom h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#E3A02B;
}
#strom h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#E3A02B;
}
#strom h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#E3A02B;
}

#strom p {
	padding-bottom: 10px;
}
#strom ul, ol {
	padding: 5px 0px 5px 35px;	
}
#strom ul li{
	padding: 0px 0px 5px 0px;	
}
#strom ol li{
	padding: 0px 0px 5px 0px;	
}
#strom ul li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}
#strom ol li h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
}

#strom a:link, a:visited {
	font-weight: bold;
	color: #E3A02B;
	}
#strom a:hover {
	color: #AF1517;
	
}



