/* CSS Document */

body {
    margin: 0px;
    text-align: center;
    background-color: #ced8e9;
    background-image: url(../images/bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#divContainer {
    position: relative;
    width: 920px;
    margin: 0px auto;
    text-align: left;
    background-color: white;
}

#divTopBar {
    position: relative;
    top: 0px;
    left: 0px;
    height: 94px;
    border-bottom: 1px solid #eff6fb;
}
#divTopBarLogo {
    position: absolute;
    left: 0px; top: 0px;
    width: 217px; height: 94px;
}

#divNav {
    position: absolute;
    top:60px; left: 245px;
    width: 660px; height: 21px;
}

#divInternational {
  position: absolute;
  right: 40px;
  top: 67px;
}

#divLowerContainer {
    position: relative;
}

#divSubnav {
  display: none;
}


#divContent {
    position: relative;
}

#divSlider {
  display: none;
}

#divPfeilScroller {
display: none;	
}


#divHeadlineHome {
    position: absolute;
    height: 30px;
    width: 700px;
    left: 40px;
    top: 30px;
}

#divContentHome {
    position: absolute;
    left: 24px;
    top: 80px;
    background-image: url(../images/bg_teaser.png);
    width: 363px;
    height: 84px;
    padding: 30px;
}

#divNewsHome {
    position: absolute;
    right: 34px;
    top: 80px;
    background-image: url(../images/bg_teaser.png);
    width: 363px;
    height: 84px;
    padding: 30px;
}

#divBttnPlayVideo {
  position: absolute;
  left: 0px;
  top: 300px;
  width: 180px;
  height: 73px;
}

#divBttnPlaySlideshow {
  position: absolute;
  right: 0px;
  top: 300px;
  width: 238px;
  height: 70px;
}

#divVideo {
    display: none;
    position: absolute;
    left: 65px;
    top: 45px;
    width: 794px;
    height: 470px;
}

#divVideoCloserbutton {
    position: absolute;
    top: 0px;
    right: 73px;
    width: 29px;
    height: 30px;
}

#divVideoCanvas {
    position: absolute;
    top: 23px;
    left: 51px;
    width: 692px;
    height: 441px;
    background-image: url(../images/bg_slideshow.png);
}

#divCycleContainer {
    position: absolute;
    top: 27px;
    left: 26px;
    width: 640px;
    height: 360px;
}


#divSlideshowBU {
  position: absolute;
  left: 26px;
  bottom: 24px;
}



#divVideoPrevButton {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 58px;
    height: 71px;
}

#divVideoNextButton {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 58px;
    height: 71px;
}


.navImg {
    margin-right: 8px;
}

#divGreenBuilding {
	position: absolute;
	left: 800px;
	top: 390px;
	width: 200px;
	heighT: 200px;
}

