body { 
	background-color: white; 
	color: black; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 15pt; 
	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: 810px;
	}
#innen {
	border: 5px solid #71c5d2;
	min-height: 500px;
	width: 800px;
	}

	
#header {
	height: 100px;
	background-image: url(img/anbieter-oekostrom.gif);
	background-repeat: no-repeat;
	}

	
#inhalt {
	border: 5px solid black;
	}

#navigation {
	height: 50px;
	background-color: #71c5d2;
	}
#navigation-inhalt {
	text-align: middle;
	padding: 20px;
	}

#navigation-inhalt a{
	text-decoration: none;
	font-weight: bold;
	color: #473A2D;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	}
#navigation-inhalt a:hover{
	font-weight: bold;
	color: #E8D8BF;	
}
	
#text {
	text-align: left;
	background-color: white;
	border-top: 5px solid #e8d8bf;
	padding: 20px 30px 30px 30px;
	}



#text h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #473A2D;
}
#text h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #473A2D;
}
#text h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #473A2D;
}
#text h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #473A2D;
}
#text h5 {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #473A2D;
}

}
#text p {
	padding-bottom: 10px;
	color: #473A2D;	
}
#text ul, ol {
	padding: 5px 0px 5px 35px;
	color: #473A2D;	
}
#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, a:visited {
	font-weight: bold;
	color: #473A2D;
	}
#text a:hover {
	color: #F9454C;
	
}


