html * {
    font-family: sans-serif, helvetica, arial;
    font-size: 12px;
    /* height: 100%; */
}

/* Fuer ältere Firefox Versionen */
header, nav, section, footer {
    display: block;
}

body {
    background: white;
    color: DarkSlateGray;
    font-family: serif;
    font-size: 14px;
    height: 100%;
    padding: 0;
    margin: 0;
    xtext-align: left;
}


header {
  height: 60px;
  border-bottom: 1px solid silver;
  position: relative;
  z-index: 2;
}


nav {
    background-color: inherit;
    z-index: 2;
}



section {
    background-color: inherit;
    z-index: 3;
}

section div {
    width: 600px;
    margin-top: 40px;
}


section div table{
  width: 100%;
}

section div object{
  width: 100%;
}


section div#dxpLogin {
  text-align: right;
  width: 300px;
}

section div#dxpLoginFrame {
  box-shadow: 0 0 5px 1px silver;
  padding: 30px 0px 30px 50px;
  border: 1px solid silver;
}


section div#dxpIntro {
  text-align: center;
  width: 500px;
}


section div#dxpInfo {
  border: 0px solid silver;
}


section #dxpInfo object {
  /* box-shadow: 0 0 5px 1px silver; */
  border: 0px solid silver;
  height: 450px;
}


div#dxpNewsBox {
 font-size: 12px;
 height: 320px;
 border: 0px solid silver;
}


div#dxpNewsBox div .ui-accordion-header{
 font-size: 12px;
 font-weight: bold;
}

div#dxpNewsBox div .ui-accordion-content{
 font-size: 12px;
 font-weight: normal;
}



footer {
    text-align: right;
    border-top: 0px solid silver;
    font-size : smaller;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 18px;
    bottom: 0px;
}



