div#main{
min-height: 440px;
padding: 0;
position: relative;
}
* html div#main{
height: 440px;
}
div#main div{
position:absolute;
}
div#aktuell{
left:63px;
top: 15px;
width: 388px;
padding: 3px 5px;
background-color: #fff;
border: 1px dashed #900;
text-align: center;
z-index: 100;
}
div#aktuell *{
text-decoration: none;
}
div#lq, div#rq,div#lh, div#rh{
padding: 3px 10px 10px 3px;
background-repeat:no-repeat;
}
div#lq, div#rq{
width:400px;
height:284px;
background-image: url('../pic/backQuer.gif');
top: 70px;
}
div#lh, div#rh{
width:284px;
height:400px;
background-image: url('../pic/backHoch.gif');
top: 0px;
}
div#lq{
left:60px;
}
div#rq{
left:510px;
}
div#lh{
left:120px;
}
div#rh{
left:570px;
}
div#rq div#txt,div#rh div#txt{
top: 3px;
left:3px;
padding: 0px 10px 10px 10px;
background-color: #fff;
text-align: left;
color: #666;
display: none;
}

div#rq div#txt{
width:380px;
min-height:274px;
}
div#rh div#txt{
width: 264px;
min-height:390px;
}
* html div#rq div#txt{
height:274px;
}
* html div#rh div#txt{
height:390px;
}
a#close{
display: block;
text-align: right;
border-bottom: 1px dashed #999;
padding: 5px 0;
margin-bottom: 8px;
text-decoration: none;
cursor: pointer;
}
a#close b{
color: #fff;
background-color: #900;
padding: 0 2px;
}
div#showT {
width: 19px;
height: 16px;
}
div#rq div#showT {
top: 295px;
left: 385px;
}
div#rh div#showT {
top: 370px;
left: 300px;
}
a#lesen{
cursor: pointer;
}
