/**
 * Common
 */

#content {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 100%;
text-align:center;
vertical-align:middle;
}

#fakeiframe {
position: absolute;
top: 50%;  
left: 50%;
margin-top: -283px;
margin-left: -395px;
text-align:left;
overflow: auto;
z-index: 10;
}

#rahmen {
position: absolute;
top: 50%;
left: 50%;
width: 760px;
height: 545px;
margin-top: -283px;
margin-left: -395px;
border:1px solid;
border-color: #CFCFCF;
z-index: 20;
}

#left {
position: absolute;
top: 50%;
left: 50%;
width: 380px;
height: 545px;
margin-top: -283px;
margin-left: -395px;
border:0px solid;
border-color: #CFCFCF;
z-index: 22;
}

#right {
position: absolute;
top: 50%;
left: 50%;
width: 380px;
height: 545px;
margin-top: -283px;
margin-left: -15px;
border:0px solid;
border-color: #CFCFCF;
z-index: 22;
}

#topic {
    position: absolute;
    width: 250px;
    top: 120px;
    left: 73px;
    text-align: left;
    float: left;
}

#topic2 {
    position: absolute;
    width: 250px;
    top: 120px;
    left: 73px;
    text-align: left;
}

#text1 {
    position: absolute;
    width: 250px;
    top: 150px;
    left: 73px;
    text-align: left;
    float: left;	
}

#popmain {
    position: absolute;
    width: 250px;
    top: 150px;
    left: 0px;
    text-align: left;
    float: left;
}

#popmain2 {
    position: absolute;
    width: 250px;
    top: 120px;
    left: 0px;
    text-align: left;
    float: left;
}

#popmain3 {
    position: absolute;
    width: 880px;
    top: 170px;
    left: 73px;
    text-align: left;
    clear: both; 
}

/**
 * Bottom
 */

#toptext {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 760px;
    height: 20px;
    margin-top: -300px;
    margin-left: -395px;
    text-align: right;
}

#bottomtext {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 760px;
    height: 20px;
    margin-top: 260px;
    margin-left: -395px;
    text-align: right;
}
