/* screen css enerpro.at - 2008/08/30 */
html, body {
	background: #F9F9F7 none repeat scroll 0 0;
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	/*color: #8C8C73;
*/
	color: #444444;
	/*line-height: 18px;
*/
	height: 100%;
	display: inline;
	padding: 0px;
	margin: 0px auto;
	width: 910px;
}
body {
	display: inline;
	height: 100%;
}
table, tr, td {
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 10 0 0;
	/*border-spacing: 0;*/
	cellpadding: 5px;
	vertical-align: top;
}
table td{
 border: 1px solid #cdcdcd;
 padding: 5px;
}
table.referenzen {
	width: 100%;
}
hr {
	border: none;
}
ul {
	list-style-image: url('images/ulicon.gif');
}
/*page layout*/
#container {
	background: url('images/background.gif') repeat-y scroll 0 0;
	margin: 0;
	position: absolute;
	width: 910px;
	padding: 13px 29px 0px 29px;
	min-height: 100%;
	left: 50%;
	margin-left: -455px;
	height: auto !important;
	height: 100%;
}
#header {
	position: absolute;
	background: #ffffff url('images/header_enerpro.jpg') no-repeat;
	width: 852px;
	height: 170px;
	color: #fff;
}
#logo {
	position: absolute;
	background: url('images/logo_enerpro.gif') no-repeat;
	width: 232px;
	height: 66px;
	margin-left: 13px;
	margin-top: 13px;
}
#menu {
	/*position: absolute;
*/
	width: 852px;
	height: 31px;
	padding: 173px 0px 20px 0px;
}
#menu ul {
	padding: 0;
	margin: 0 -1px 0 -1px;
	list-style: none;
}
#menu li {
	display: block;
	float: left;
	width: 120px;
	height: 31px;
	padding: 2px 1px 0 1px;
}
#menu a {
	display: block;
	width: 119px;
	height: 31px;
	padding: 4px 0 0 0;
	background: url(images/menu.gif) no-repeat;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #40471d;
}
#menu a:hover {
	background-image: url(images/menu_hover.gif);
}
#menu .active a {
	background-image: url(images/menu_hover.gif);
}
#primarycontent {
	clear: right;
	position: relative;
	width: 655px;
	float: right;
	color: #444444;
	/*height: 100%-224px;
*/
	height: auto !important;
	margin-right: 62px;
	padding-top: 12px;
	display: inline;
	margin-bottom: 20px;
}
#primarycontent h1 {
	position: relative;
	top: 10px;
	font-size: 25px;
	line-height: 25px;
	color: #7B9E14;
	background: url(images/dotspacer.gif) bottom repeat-x;
	padding: 0px 10px 10px 0px;
	margin-bottom: 20px;
	overflow: auto;
}
#primarycontent .content {
	padding: 0px 5px 20px 10px;
	margin-bottom: 20px;
}
#submenu {
	position: relative;
	width: 190px;
	top: 20px;
	float: left;
}
#submenu ul {
	padding: 0;
	margin: 0 -1px 0 -1px;
	list-style: none;
}
#submenu li {
	float: left;
	margin-bottom: 5px;
	width: 155px;
	color: #444444;
	height: 20px;
	background: #ffffff url(images/sidebar_small.gif) no-repeat right bottom;
}
#submenu a {
	text-decoration: none;
	padding-left: 5px;
	color: #7B9E14;
	text-transform: uppercase;
}
#submenu a:hover {
	text-decoration: underline;
	padding-left: 5px;
}
#banner {
	position: relative;
	width: 190px;
	top: 25px;
	float: left;
	height: 350px;
}
.sidebar {
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
	width: 155px;
	color: #444444;
	height: 20px;
	background: #ffffff url(images/sidebar_small.gif) no-repeat right bottom;
}
.sidebar a {
	text-decoration: none;
	color: #40471d;
	/*text-transform: uppercase;
*/
}
.sidebar a:hover {
	text-decoration: underline;
	color: #40471d;
}
.sidebar a:active {
	text-decoration: underline;
	color: #40471d;
}
.sidebar2 {
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
	width: 155px;
	height: 20px;
	background: #ffffff url(images/sidebar_small2.gif) no-repeat right bottom;
	text-decoration: underline;
	color: #40471d;
}
.sidebar2 a {
	color: #40471d;
}
#footer {
	clear: both;
	height: 10px;
	text-align: center;
	bottom: 5px;
	width: 852px;
	font-size: 85%;
	margin: 0;
	padding: 0;
	position: absolute;
}
#footer a {
	color: #8C8C73;
	text-decoration: underline;
}
/*text + standard link design*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	color: #7b9e14;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
}
a {
	color: #7b9e14;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
  text-align:justify;
}
