body { 
	background-color: #E9A423; 
	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;
}


	
#komplett {
	width: 872px;
	margin:0 auto;
	text-align: left;
	background-color: white; 
	margin-top: 20px;
}

* html #komplett {
	width: 866px;
	margin:0 auto;
	text-align: left;
	background-color: white; 
	margin-top: 20px;
}


#balken {
	width: 866px;
	height:206px;
	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:200px;
	background: URL(bilder/strom-dortmund.jpg);
	background-repeat:no-repeat;
	border: 3px solid white;
}
#header {
	width: 866px;
	height: 46px;
	border-top: 3px solid #B2B2B2;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border-left: 3px solid #B2B2B2;
}

#header-innen {
	width: 860px;
	height:40px;
	border: 3px solid white;
	background-color: #7D5124;
}
#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: #5A8AD2;
}


#navi-innen {
	width: 860px;
	min-height:506px;
	border: 3px solid white;
}

#strom {
	padding-top: 15px;
	background-color: #5A8AD2;
	width: 225px;
	float:left;
	min-height: 455px;
}

#strom ul{
	padding: 15px 0px 0px 20px;
}

#strom li{
	list-style: none;
	list-style-position: outside;
	height: 40px;
	padding:10px 0px 10px 0px;
}

#strom a:link, #strom a:visited {
	display: block;
	width: 160px;
	min-height:20px;
	border-top: 2px solid #ffffff; 
	border-left: 2px solid #7D5124;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #7D5124;
	padding: 10px;
	overflow:hidden; 	
	font-weight: bold;
	color: #E9A423;
	text-decoration: none;
}

#strom a:hover{
	font-weight:bold;
	text-decoration:none;
	color: #C21E15;
}


#content{
	width: 555px;
	padding: 20px 40px 30px 40px;
	float: left;
	background-color: #CDE3F1;
	}
* html #content{
	width: 570px;
	padding: 20px 8px 30px 40px;
	float: left;
	background-color: #CDE3F1;
	}
	
#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:#E9A423;
}
#content-innen h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#E9A423;
}
#content-innen h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#E9A423;
}
#content-innen h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#E9A423;
}
#content-innen h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#E9A423;
}

#content-innen p {
	padding-bottom: 10px;
	color: #2F59B3;
}
#content-innen ul, ol {
	padding: 5px 0px 5px 35px;
	color: #2F59B3;
}
#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: #E9A423;
	text-decoration: none;
	font-weight: bold;
}
#content-innen a:hover{
	text-decoration: none;
	color: #C21E15;
}
