body {
  background-color:#3E3C40;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#ffffff;
  font-size: 0.7em;
}
#displayBox {
position:relative;
width:872px;
/*min-height:640px;*/
/*background-color:#E7EA7E;*/
}
.bordered {
position:absolute;
border:2px solid #000000;
font-size:14px;
}
#logedinbox {
  width:872px;

  height:20px;
  position:relative;
  margin:0px auto;
}
#topBox2 {
  left:20px;
  top:-31px;
  width:830px;
  height:100px;
  position:absolute;
}
#topBox {  /* blaue Box oben im Headerbereich*/
left:0px;
top:0px;
width:870px;
height:100px;
background-color:#290045;
}
#leftDisplayBox {
left:660px;
top:120px;
width:210px;
height:390px;

position:absolute;
}

#rightDisplayBox {
left:0px;
top:175px;
width:450px;
height:800px;
position:absolute;
font-size: 1.2em;
}
#rightDisplayBox2 {
left:0px;
top:175px;
width:650px;
height:800px;
position:absolute;
font-size: 1.2em;
}

#bottomBox {
left:0px;
top:1300px;
width:870px;
height:30px;
position:absolute;
text-align:center;
}

#bottomBox2 {
width:870px;
height:30px;
text-align:center;
}

#headdescBox {
left:0px;
top:120px;
width:450px;
height:28px;
position:absolute;
color:#FFFFFF;
font-weight:bold;
font-size: 1.3em;
padding-top:10px;
background-color:#353438;
}

#headdescBox2 {
left:0px;
top:120px;
width:650px;
height:28px;
position:absolute;
color:#FFFFFF;
font-weight:bold;
font-size: 1.3em;
padding-top:10px;
background-color:#353438;
}

#pichead1{
  left:460px;
  top:-81px;
  width:190px;
  height:100px;
  position:absolute;
}

#yourpic {
left:460px;
top:-55px;
width:189px;
text-align:center;
border:1px solid #999999;
position:absolute;
}
#therightsbox {
left:460px;
top:255px;
width:189px;
border:1px solid #999999;
position:absolute;
}

#therightsbox2 {
left:460px;
top:455px;
width:189px;
border:1px solid #999999;
position:absolute;
}

#teaser{
  left:460px;
  top:90px;
  width:190px;
  height:362px;
  position:absolute;
}
ul.navigation {
  font-size: 1.3em;
  float: left;
  width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight:bold;
}
ul.navigation li a {
        display: block;
        color: #FFFFFF;
        text-decoration: none;
        width: 167px;
        padding: 10px 10px 10px 35px;
        background: #353438;
}
ul.navigation li a:hover {
        background: #353438;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
}
ul.navigation li span{     display: none; }
ul.navigation li a:hover span {
        display: block;
        font-size: 0.6em;
        padding: 10px 0;
        color: #999999;
}

a.navUpoint, a.navUpoint:link, a.navUpoint:visited, a.navUpoint:active {
  padding-left:35px;
  color:white;
  text-decoration:none;
  font-size:0.8em;
}
a.navUpoint:hover {
  padding-left:35px;
  color:#999999;
  text-decoration:none;
  font-size:0.8em;
}
a.intext, a.intext:link, a.intext:visited, a.intext:active {
  color:#999999;
  border-bottom: 1px dashed #999999;
  text-decoration:none;

}
a.intext:hover {
  color:white;
  text-decoration:none;
  border-bottom: 1px dashed white;
}

.senden {
  cursor: pointer;
  font:0.8em Arial, Helvetica;
  color:white;
  border: 1px solid #C0C0C0;
  background-color: #353438;
  padding:1px;
  width:295px;
}

.decoTextfield {
   border: 1px solid #C0C0C0;
   padding:2px;
   background-color: #353438;
   width:289px;
   height:149px;
   color:white;
}
.decoInput {
   border: 1px solid #C0C0C0;
   padding:2px;
   background-color: #353438;
   width:289px;
   color:white;
}
.decoInput2 {

   float:left;
   margin-right:2px;
}

a.intext2{
    position:relative; /*this is the key*/
    z-index:24;
    color:#ffffff;
    text-decoration:none}

a.intext2:hover{z-index:25; }

a.intext2 span{display: none}

a.intext2:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0em; left:8em; width:17.65em;
    border:1px solid #999999;
    background-color:#3E3C40; color:#ffffff;
    padding-left:2px;
    padding-right:2px;
    text-align: left;}
