html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d2d2d;
	height: 100%
}
#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 100%;
}
#header {
	width: 100%;
	height: 222px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header #suche {
	position: relative;
	left: 15px;
	top: 170px;
}
#header #energie {
	position: relative;
	left: 418px;
	top: 115px;
	width: 200px;
	font-weight: bold;
}
#left {
	position: relative;
	width: 185px;
	height: 700px;
	float: left;
	background-color: #f0f0f0;
}
#left #navigation {
	width: 185px;
}
#left #navigationoben {
	width: 185px;
	height: 25px;
	background: #FFFFFF url(../images/navigation_oben.gif) no-repeat;
}
#left #navigation ul {
	padding: 0;
	margin: 0;
}
#left #navigation li {
	width: 185px;
	height: 21px;
	background: url(../images/navigationspunkt.gif) no-repeat;
	list-style-type: none;
	padding-left: 10px; 
	padding-top: 5px;
	color: #2d2d2d;
}
#left #navigation a {
	color: #2d2d2d;
}
#left #navigation li:hover {
	background: url(../images/navigationspunkt_active.gif) no-repeat;
	cursor: pointer;
}
#left #navigation .active {
	background: url(../images/navigationspunkt_active.gif) no-repeat;
}
#left #login {
	width: 100%;
	height: 76px;
	background: url(../images/bg_login.gif) no-repeat;
	padding-left: 7px;
	padding-top: 5px;
}
label {
	height: 20px;
}
input {
	border: solid 1px #999999;
	vertical-align: bottom;
}
a {
	color: #990000;
	text-decoration: none;
}
img {
	border: 0;
}
#content {
	position: relative;
	float: left;
	width: 500px;
	height: 100%;
	padding: 10px;
}
#content #leiste {
	height: 150px;
	width: 530px;
	margin: 10px auto 0 auto;
}
#content #leiste ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto 0 auto;
}
#content #leiste li {
	display: inline;
	padding-right: 7px;
}
#right {
	position: relative;
	width: 195px;
	height: 100%;
	float: right;
	background-color: #f0f0f0;
	margin-top: 5px;
}
#right #aktuelles {
	width: 100%;
	height: 300px;
}
#right #aktuelles .text {
	display: block;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	color: #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
}
#right #kontakt {
	height: 220px;
	width: 100%;
	background: url(../images/bg_kontakt.gif) no-repeat;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	padding-left: 5px;
}
#footer {
	height: 25px;
	width: 950px;
	background-color: #b9b9b9;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}
h1.content {
	font-weight:bold;
	font-size: 16px;
}