/* IMPORTANT:
	frame-width = left-width + content-width + right-width
*/

body {
	background-color: #F0FFF0;
	background-image: url(pics/bgr.jpg);
	background-repeat: repeat;
	text-align: center;
}

* {
    margin: 0px;
    padding: 0px;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
}

div#frame {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 850px; /* set your desired page width here */
    background-color: #cccccc;
	 border: 2px solid #666666;
}

/* DIV CONTAINING THE HEADER */
div#header {
    width: 100%;
    height: 200px; /* set your desired header height here */
	 /*background-color: #006600;*/ 
  /*  background-image: url(pics/header.jpg); */
	  color: Black;
	 border-bottom: 1px solid #666666;
	background: #ffffff url(pics/waldenergie_logo200.gif) no-repeat center;
            }

/* DIV CONTAINING THE LEFT SIDE PANEL */
div#left {
    width: 150px; /* set the desired left panel width here */
    float: left;
	 background-color: #cccccc;
            }

/* Menü Link normal */
div#left div a {
	text-decoration: none;
	color: #111111;
}

div#left div a:visited {
	text-decoration: none;
	color: #111111;
}

/* Menü Level 1 Normal */
div#left div.menu1-level1-no {
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-left: 5px;
}

/* Menü Level 1 aktiviert */
div#left div.menu1-level1-act {
	border-bottom: 1px dotted #666666;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
}

/* Menü Level 2 Normal */
div#left div.menu1-level2-no {
	padding-left: 20px;
	font-size: 10px;
}

/* Menü Level 2 aktiviert */
div#left div.menu1-level2-act {
	padding-left: 20px;
	font-size: 10px;
	font-weight: bold;
}

/* DIV CONTAINING THE MAIN CONTENT */
div#content {
    float: left;
    width: 696px; /* set the desired content width here */
    padding-top: 5px;
    background-color: White;
    }

div#content a{
	 text-decoration: none;
	 color: #666666;
}

* html div#inhalt {
	height: 1em;
	margin-bottom: 0;
}

/* DIV CONTAININT THE RIGHT SIDE PANEL */
div#right {
    float: left;
    width: 150px; /* set the desired right panel width here */
	 padding-top: 5px;
	 color: #111111;
	}

div#right a {
	text-decoration: none;
	color: #666666;
}

div#right a:visited {
	text-decoration: none;
	color: #666666;
}

div#footer {
   text-align: center;
	width: 100%;
	color: white;
	height: 50px;
	background-color: #1F761F;
	border-top: 1px solid #666666;
	background-image: url(pics/footer_bg.jpg);
}
.cl {
	clear: both;
}