/*************************** ALLGEMEINE FORMATIERUNGEN *************************/
body, div, img, h1, h2, h3, h4, h5, h6, p {
	border: 0;
	margin: 0;
	padding: 0;
}


body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5c8cbf;
  scrollbar-base-color:#CCCCCC;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#CCCCCC;
  scrollbar-face-color:#f8b000;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;
  overflow: hidden;
}

a {
  color: #f8b000;
  text-decoration: none;
}

h1 {
  font-size: 16px;
}

h3, h2 {
  font-size: 14px;
}

h4, h5, h6 {
  font-size: 14px;
  font-style: italic;
}

h6 {
  font-size: 12px;
  font-style: italic;
}

h2, h3, h5 {
  color: #f8b000;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0 0 10px 0;
}

input {
  margin: 0 0 1px 0;
}

/*************************** HEADERBEREICH *************************/
#logo {
  position: absolute;
  top: 10px;
  height: 106px;
  left: 50%;
  margin-left: -495px;
  width: 304px;
  background-image: url(img/mye_logo.png);
  background-repeat: no-repeat;
  z-index: 1;
}

#header {
  position: absolute;
  top: 32px;
  height: 84px;
  left: 50%;
  margin-left: -191px;
  width: 671px;
  background-image: url(img/header.png);
  background-repeat: no-repeat;
  z-index: 1;
}

#top_menu {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 400px;
  text-align: right;
  color: #f8b000;
  z-index: 2;
}

#top_menu a {
  font-weight: bold;
}

#closer {
  position: absolute;
  top: 116px;
  height: 264px;
  left: 50%;
  margin-left: 437px;
  width: 39px;
  background-image: url(img/closer.png); 
  z-index: 1;
}

/*************************** MENU LINKS *************************/
#menu_left {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -485px;
  width: 180px;
  z-index: 2;
}

#menu_left a {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

#menu_left a:visited {
	color: #AAA;
}

#menu_left a:hover {
	color: #5c8cbf;
}

#menu_left a.active, #menu_left a.sub_active {
	color: #5c8cbf;
}

#menu_left a.sub, #menu_left a.sub_active {
  padding: 0 0 0 30px;
	font-size: 12px;
}

#menu_left h6 {
	font-size: 12px;
	font-style: normal;
	padding: 2px 0 2px 15px;
}

/*************************** CONTENT AREA *************************/
#content {
  position: absolute;
  top: 125px;
  height: 420px;
  left: 50%;
  margin-left: -280px;
  width: 780px;
  overflow: auto;
  z-index: 9;
}

#content div {
  width: 660px;
}

#content div div {
  width: auto;
  display: block;
}

#content p {
  width: auto;
}

#content table {
  width: 660px;
  font-size: 12px;
}

#content td {
  width: 320px;
  padding: 0 10px 0 0;
  vertical-align: top;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 50%;
  margin-left: -495px;
  width: 970px;
  background-image: url(img/footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

/*************************** ADMIN-MENU *************************/

#nav_admin {
  position: absolute;
  top: 86px;
  left: 50%;
  margin-left: -280px;
  z-index: 6;
}

.error_msg {
  width: auto;
  color: red;
}

.threecells td {
  width: 200px;
}

.energiemanagement img {
  border-right: 15px solid transparent;
  border-bottom: 5px solid transparent;
}
