* {
margin: 0;
padding: 0;
}

html, body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 90%;
color: #000;
background: #fff;
height: 100%;
}

#wrapper {
width: 910px;
height: 100%;
margin: 0 auto 0 auto;
}

a {
text-decoration: none;
color: #69c;
}
a:hover {
color: #2b4e6a;
}

/* ------- header ------- */
#header {
width: 910px;
height: 96px;
}
#header a {
display:block;
width: 910px;
height: 96px;
}
#layout {
width: 910px;
height: 30px;
}

/* ------- wkf ------- */
#wkf_menu,
#wkf_content {
height: 20px;
}
#wkf_news {
height: 20px;
margin-left: 25px;
}


/* ------- menue ------- */
#menuBox {
width: 148px;
min-height: 380px;
float: left;
padding: 10px;
}
#menuBox ul {
list-style-type: none;
}
#menuBox li {
min-height: 20px;
}
#menuBox a {
font-size: 85%;
text-decoration: none;
}
#menuBox a.menuOn,
#menuBox a.menuOn:hover {
color: #69c;
font-weight: bold;
background: url(../img/arrow.gif) no-repeat;
padding-left: 12px;
}
#menuBox a.menuOff:hover {
color: #69c;
background: url(../img/arrow.gif) no-repeat;
padding-left: 12px;
}
#menuBox a.menuOff {
color: #2b4e6a;
font-weight: bold;
padding-left: 12px;
}
#menuBox a.submenuOn,
#menuBox a.submenuOn:hover {
color: #69c;
font-weight: bold;
background: url(../img/subBG.gif) no-repeat;
margin-left: 12px;
padding-left: 8px;
}
#menuBox a.submenuOff:hover {
color: #69c;
}
#menuBox a.submenuOff {
color: #2b4e6a;
background: url(../img/subBG.gif) no-repeat;
margin-left: 12px;
padding-left: 8px;
}
#menuBox a.subsubmenuOn,
#menuBox a.subsubmenuOn:hover {
color: #69c;
font-weight: bold;
background: url(../img/subsubBG.gif) no-repeat;
margin-left: 22px;
padding-left: 8px;
}
#menuBox a.subsubmenuOff {
color: #2b4e6a;
background: url(../img/subsubBG.gif) no-repeat;
margin-left: 22px;
padding-left: 8px;
}
#menuBox a.subsubmenuOff:hover {
color: #69c;
}

/* ------- content ------- */
#contentBox {
width: 492px;
min-height: 400px;
float: left;
padding: 10px 25px 0px 25px;
background: url(../img/contentBG.gif) repeat-y;
}
#contentBox h1 {
height: 25px;
font-size: 90%;
font-weight: bold;
color: #2b4e6a;
}
#contentBox a,
#lback a {
font-weight: bold;
}
#contentBox ul {
margin-left: 20px;
list-style-type: square;
}
#contentBox li {
margin-bottom: 4px;
}
#lback {
width: 980px;
min-height: 30px;
margin: auto;
padding-top: 20px;
}
#lageplan {
width: 980px;
min-height: 479px;
background: url(../img/lageplan2k.gif) no-repeat;
border: 1px solid #c5c2c3;
margin: auto;
}

/* ------- right side Box ------- */
#rightSideBox {
width: 200px;
min-height: 380px;
float: left;
}
#newsBox {
width: 153px;
min-height: 348px;
background: url(../img/newsBoxHeaderBG.gif) no-repeat;
background-color: #efeffe;
margin-left: 25px;
padding: 10px 5px 10px 5px;
}
#newsBox h1 {
height: 25px;
font-size: 90%;
font-weight: bold;
color: #69c;

}
#newsBox ul {
list-style-type: none;
}
#newsBox li {
min-height: 20px;
font-size: 85%;
background: url(../img/newsPoint.gif) no-repeat;
padding-left: 6px;
margin: 10px 0 10px 0;
}

#newsBox b.title {
color: #2b4e6a;
}

/* ------- contact form ------- */
#cform h3 {
font-size: 85%;
margin-top: 20px;
margin-bottom: 6px;
}
#cform label, #cform input {
 display: block;
 float: left;
 width: 140px;
 margin-bottom: 6px;
}
#cform input {
 border: 1px solid #666;
}
#cform textarea {
width: 280px;
height: 110px;
border: 1px solid #666;
}
#cform input#submit {
float: none;
width: auto;
background-color: #efeffe;
}
#cform form br {
 clear: left;
}

/* + sitemap + */
#sitemap .dTrenner {
 font-size: 0;
 margin-top: 10px;
 margin-bottom: 10px;
 border-top: 1px solid #ccc;
}
#sitemap .D1 a {
 font-weight: bold;
 text-decoration: none;
}
#sitemap a:hover {
 text-decoration: underline;
}
#sitemap .D4 {
 margin-top: 10px;
 margin-left: 12px;
}
#sitemap .D4 a {
 font-weight: normal;
}
#sitemap .D5 {
 margin-top: 10px;
 margin-left: 24px;
}
#sitemap .D5 a {
 font-weight: normal;
}

/* ------- energetic AG footer ------- */
#footer {
width: 512px;
height: 30px;
margin-top: 20px;
margin-left: 180px;
border-top: 1px solid #c5c2c3;
font-size: 80%;
color:#c5c2c3;
float: left;
}
#footer a {
text-decoration: none;
color: #c5c2c3;
}
#footer a:hover {
text-decoration: underline;
}

/*========*/
.invis, hr {
display: none;
}
img {
border: 0 none;
}
