* {
margin: 0;
padding: 0;
}

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

a {
color: #f90;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #104e8b;
}

td {
padding: 3px;
}

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

/*------- workflow icons------- */
.wkf {
height: 20px;
padding-left: 10px;
}

/* ------- header ------- */
#header {
width: 902px;
height: 109px;
}
#header a {
display: block;
width: 902px;
height: 109px;
text-decoration: none;
}
#titleBox {
width: 902px;
height: 41px;
background-image: url(../img/titleBG.jpg);
}

/* ------- title ------- */
#title {
width: 690px;
height: 41px;
padding-left: 212px;
color: #fff;
font-size: 100%;
font-weight: bold;
}

/* ------- menue ------- */
#menuBox {
width: 191px;
height: 442px;
background-image: url(../img/menuBG.jpg);
float: left;
padding-top: 30px;
padding-left: 10px;
}
#menuBox ul {
list-style-type: none;
}
#menuBox a {
display: block;
min-height: 20px;
font-size: 85%;
font-weight: bold;
text-decoration: none;
}
#menuBox a.menu_off {
color: #fff;
background: url(../img/pfeil.gif) no-repeat;
padding-left: 20px;
}
#menuBox a.menu_off:hover,
#menuBox a.menu_on {
color: #fdaf17;
background: url(../img/pfeil_on.gif) no-repeat;
padding-left: 20px;
}
#menuBox a.submenu_off {
color: #fff;
background: url(../img/pfeilSub.gif) no-repeat;
padding-left: 15px;
margin-left: 15px;
}
#menuBox a.submenu_off:hover,
#menuBox a.submenu_on {
color: #fdaf17;
background: url(../img/pfeilSub_on.gif) no-repeat;
padding-left: 15px;
margin-left: 15px;
}


/* ------- content ------- */
#contentIFrame {
width: 681px;
height: 275px;
background-image: url(../img/contentBG.gif);
float: left;
padding: 10px;
}
#contentIFrame ul {
margin-left: 20px;
}
.paddingIFrame {
float: left;
}
.scrollerIFrame {
overflow: auto;
width: 681px;
height: 275px;
float: left;
}
/* content einspaltig */
#contentCol {
width: 660px;
min-height: 275px;
float: left;
font-size: 90%;
}
/* content zweispaltig */
#leftContentCol {
width: 320px;
min-height: 275px;
float: left;
font-size: 90%;
}
#rightContentCol {
width: 320px;
min-height: 275px;
float: left;
font-size: 90%;
margin-left: 20px;
}


/* ------- photos ------- */
#leftPhotoBox {
width: 349px;
height: 177px;
float: left;
}
#rightPhotoBox {
width: 352px;
height: 177px;
float: 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 + */
#sitemap .dTrenner {
 font-size: 0;
 margin-top: 10px;
 margin-bottom: 10px;
 border-top: 1px solid #ccc;
}
#sitemap a:hover {
 text-decoration: underline;
}
#sitemap .D1 a {
 font-weight: bold;
}
#sitemap .F4 {
 margin-top: 10px;
 margin-left: 12px;
}
#sitemap .F4 a {
 font-weight: normal;
}



/* ------- footer ------- */
#footerBox {
width: 832px;
height: 20px;
background-image: url(../img/footerBG.jpg);
background-repeat: no-repeat;
float: left;
color: #104e8b;
font-size: 80%;
letter-spacing: 1px;
padding-left: 70px;
padding-top: 8px;
}
#footerBox a {
color: #104e8b;
text-decoration: none;
}
#footerBox a:hover {
color: #fff;
text-decoration: none;
}
#energeticFooter {
width: 902px;
height: 20px;
font-size: 80%;
color: #999;
float: left;
padding-top: 5px;
}
#energeticFooter a {
text-decoration: none;
color: #999;
}
#energeticFooter a:hover {
text-decoration: underline;
}

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