html, body {
  background: white;
  font-family: Helvetica;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  background: #F5F5F5;
}

#page {
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

#header {
  border-bottom: 1px solid lightGray;
  height: 60px;

}

#logo {
    background: url("dxp-logo-pure.svg") no-repeat scroll left top transparent;
    background-size: 186px auto;
    background-position: right top;
    height: 50px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 100%;
    overflow: hidden;
}

#logoLeftPart {
    background: url("logo3_leftPart.png") no-repeat scroll left top transparent;
    height: 50px;
    width: 100px;
}

#logoCenterPart {
    background: url("logo3_centerPart.png") repeat-x scroll left top transparent;
    height: 50px;
    left: 90px;
    position: absolute;
    top: 0;
    width: 100%;
}

#logoRightPart {
    /* background: url("logo3_rightPart.png") no-repeat scroll left top transparent; */
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
}


#partner .logo {
    border: 1px solid lightGray;
    margin-bottom: 5px;
    float: right;
}

#partner #content {
  height: auto;
}

#partner #content table td {
  vertical-align: top;
}

#partner #content table td:last-child {
  padding-left: 10px;
  border-top: 2px dotted lightGray;
}

#partner #logo-pmsp {
    background: url("pmsp.jpg") no-repeat scroll left top transparent;
}

#partner #logo-abbyy {
    background: url("ABBYYEU-CP-Logo-200px.gif") no-repeat scroll left top transparent;
}

#partner #logo-kodak {
  background: url("DI_sofwarevendor.jpg") no-repeat scroll left top transparent;
  height: 65px;
}

#partner #logo-edv-agentur {
  background: url("edv-agentur-logo.jpg") no-repeat scroll left top transparent;
  height: 60px;
}

#partner #logo-signotec {
  background: url("signotec-logo.gif") no-repeat scroll left top transparent;
}

#language {
  margin: 10px;
}

#german {
    background: url("german.png") no-repeat scroll left top transparent;
    font-size: 10px;
    height: 11px;
    left: 75px;
    padding-left: 20px;
    position: absolute;
    top: 10px;
    width: 16px;
    z-index: 1;
}

#english {
    background: url("english.png") no-repeat scroll left top transparent;
    font-size: 10px;
    height: 11px;
    left: 10px;
    padding-left: 20px;
    position: absolute;
    top: 10px;
    width: 16px;
    z-index: 1;
}

#navigation {
  border-bottom: 1px solid lightGray;
  height: 30px;
  background: #909090;
}




#content {
    border: 1px solid silver;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 5px 5px 5px lightGray;
    /* height: 440px; */
    height: 600px;
    width: 780px;
    left: 50%;
    margin-left: -400px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    
}


#impressum #content {
  overflow: auto;
}

#content *:first-child {
  margin-top: 0px;
}

#intro {
    background: url("boxtrans.png") repeat-x scroll left top white;
    border: 1px solid lightGray;
    box-shadow: 4px 4px 4px lightGray;
    height: 388px;
    left: 20px;
    padding: 5px;
    position: absolute;
    top: 20px;
    width: 433px;
  
}

#content #bg1 {
  background: url("bg_rt.png") no-repeat scroll left top transparent;
  width: 300px; height: 300px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#lalayan {
  background: url("picture.jpeg") no-repeat scroll 1px 1px transparent;
  border: 1px solid gray;
  height: 232px;
  padding: 1px;
  width: 26px;
  float: right;
  margin: 5px;
}

#navigation a {
    border-right: 1px solid lightGray;
    float: left;
    height: 18px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    color: white;
}


#navigation a:first-child {
 padding-left: 20px;
 border-left: 1px solid lightGray;
}


#navigation a:last-child {
    border-left: 1px dashed lightGray;
    float: right;
}

#navigation a:hover {
  
}

#navigation a:hover, #navigation .active {
    background: #E26200;

}

#navigation .active {
    cursor: default;
}

#clusterbox {
    bottom: 40px;
    position: absolute;
    right: 20px;
}

#gatewaybox {
    bottom: 184px;
    position: absolute;
    right: 20px;
}

#basicbox {
    position: absolute;
    right: 20px;
    top: 20px;
}

#dxp-arrow {
    background: url("dxp-arrow.png") no-repeat scroll left top transparent;
    height: 75px;
    position: absolute;
    right: 341px;
    top: 315px;
    width: 115px;
}

.box {
    background: url("boxtrans.png") repeat-x scroll 0px 0px white;
    border: 1px solid gray;
    box-shadow: 4px 4px 4px lightGray;
    float: left;
    height: 110px;
    padding: 0;
    position: relative;
    width: 290px;
}
.box .header {
    /*background: url("xbox-header.png") no-repeat scroll 0px 0px;*/
    height: 40px;
    left: -5px;
    position: absolute;
    top: -7px;
    width: 100px;
}

.box div.blueBG {
  background-color: LightSteelBlue;
}

.box div.yellowBG {
  background-color: #E1D2BD;
}

.box div.redBG {
  background-color: #B8E6CA;
}

.box .title {
    background: none repeat scroll 0 0 transparent;
    font-size: 16px;
    font-style: italic;
    margin-top: 0;
    padding-top: 6px;
    text-align: center;
    height: 23px;
    border-bottom: 2px solid white;
    padding-left: 25px;
}

.box .footer, #intro .footer {
    background: url("xbox-footer.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    cursor: pointer;
    height: 20px;
    padding-left: 27px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 103px;
}

.box ul {
    list-style: circle outside none;
    padding: 0px 10px 0 20px;
}

.box .content {
  padding: 5px;
}

.box ul li {
  margin-bottom: 5px;
}

.dxpContentImage {
  
}

#dxp-basic #contentImage {
  float: right;
  height: 315px;
  margin: 10px;
  width: 300px;
  background: url("basicBG.png") no-repeat scroll 1px 1px transparent;
  position: relative;
}

#front-logo {
    background: url("basicBGsmall.png") no-repeat scroll 1px 1px transparent;
    float: right;
    height: 167px;
    margin: 20px;
    position: relative;
    width: 180px;
}


#idee-preis-foto {
    /* background: url("lalayan-idee.png") no-repeat scroll 1px 1px transparent; */
    float: right;
    height: 350px;
    width: 400px;
    margin: 20px 10px 20px 20px ;
    position: relative;
}



#dxp-basic #contentImage div {
  position: absolute;
  bottom: 0px;
}

#box-content {
  opacity: 0;
  padding: 5px;
}

#box-content p {
  position: relative;
  z-index: 1;
}

#dxp-demo #contentImage {
    background: url("dxpPad.png") no-repeat scroll 1px 1px transparent;
    height: 410px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 40px;
    width: 513px;
    z-index: 0;
}

#dxp-demo #intro {
    background: url("boxtrans.png") repeat-x scroll left top white;
    border: 1px solid lightGray;
    box-shadow: 4px 4px 4px lightGray;
    height: 355px;
    left: 540px;
    padding: 5px;
    position: absolute;
    top: 50px;
    width: 218px;
}

#dxp-demo #slides {
    background: none repeat scroll 0 0 #B9CCB8;
    height: 160px;
    left: 108px;
    overflow: hidden;
    position: absolute;
    top: 118px;
    width: 320px;
}

#dxp-demo .box {
    bottom: 6px;
    height: 466px;
    position: absolute;
    right: 6px;
    width: 786px;
}

#dxp-demo #content {
  min-height: 460px;
}

#dxp-demo #box-content {
  opacity: 1;
}

#dxp-gateway #contentImage {
  position: absolute; top: 65px; left: 5px;
  width: 620px;
  height: 390px;
  background: url("gatewayBG.png") no-repeat scroll 1px 1px transparent;
}

#dxp-gateway #box-content {
  opacity: 0;
  padding: 5px 5px 5px 90px;
}


#dxp-cluster #box-content {
  width: 520px;
}

#dxp-cluster #contentImage {
    background: url("dxp-cluster.png") no-repeat scroll 1px 1px transparent;
    height: 400px;
    position: absolute;
    right: 10px;
    width: 600px;
}


#footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid silver;
    bottom: 0;
    font-size: 10px;
    height: 35px;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}

#footer #copyright {
  padding: 10px;
  float: left;
}

#footer #agb {
  color: gray;
  padding: 10px;
  float: right;
}

#footer #agb a {
  color: gray;
}


/**********************************************************************/


.design {
  width: 320px; height: 160px;
  position: relative; /* it has to be relative in order for js to calculate the hotspots*/
  cursor: default;
}

.measureRect {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  width: 0px; height: 0px;
  background: green;
  opacity: 0.3;
}

.insideRect {
position: absolute;
    background-color: blue;
    opacity: 0.2;
    z-index: 11;
}

.textRect {
position: absolute;
    background-color: yellow;
    opacity: 0.2;
    z-index: 12;
}

th {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

table#symbolism {
  clear: both;
  border-spacing: 1px;
  margin-top: 10px;
  width: auto;
}

table#symbolism td:last-child {
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
  border: none;
  width: 100px;
}

dd, dt {
  display: inline;
  margin: 2px;
}

.bigger, dt {
  font-weight: bold;
  font-size: 40px;
}

.listElement {
    border: 1px solid black;
    height: 28px;
    margin: 4px auto;
    width: 94%;
    padding-left: 2%;
    padding-top: 2px;
    font-size: 18px;
}

/*.button.ok {
  background: url("iconSuccess.png") no-repeat scroll center center transparent;
}

.button.return {
  background: url("return.png") no-repeat scroll center center transparent;
}

.button.cancel {
  background: url("return.png") no-repeat scroll center center transparent;
}*/

.special {
  background-color: black;
  color: white;
}

.design > table {
  border-spacing: 2px;
  border-collapse: separate;
  margin: 0px;
  padding: 1px 3px;
  width: 320px;
  height: 160px;
}

.cell {
  padding: 0; margin: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 36px;
  height: 48px;
  width: 48px;
  border: 1px solid black;
  -moz-border-radius: 5px;
}

.space {
  width: 2px;
  height: 2px;
}

pre {
    color: #0000C0;
    font-family: "Courier New",Courier,monospace;
    font-size: 13.4px;
    white-space: pre;
}

.slide {
  width: 400px;
  height: 400px;
}

.hotspot a {
  color: inherit;
  text-decoration: none;
}

#example  {
  margin-bottom: 40px;
}

#example pre, #example .design {
 margin: 0 5px 0 0;
 float: left;
}

#example .design {
  background: url("slideLayout.png") no-repeat transparent;
}

#IntroSlide .design {
  background: url("logo.png") no-repeat transparent;
}

#IntroSlide .hotspot {
  width: 100%;
  height: 100%;
}

#test td {
  border: 1px solid black;
}

#DialogSlideTitleArea {
    height: 35px;
    margin: auto auto 4px;
    width: 98%;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

#DialogSlideContentArea {
    font-size: 14px;
    height: 105px;
    margin: auto;
    text-align: left;
    width: 98%;
}

#MenuSlide .design * {
  font-size: 20px;
  font-weight: bold;
}


#MenuSlide td {
  vertical-align: center;
}

#MenuSlide .description {
  font-size: 14px;
  font-weight: normal;
}

.calcImportantAreas {
  padding: 5px;
  background: lightGray;
  border: 1px solid gray;
}

.hotspot, .calcImportantAreas {
  cursor: pointer;
}

.function {
  display: none;
}
