body {
    font: normal 10px Verdana,Arial,Helvetica, sans-serif;
}

img {
	border: 0;
}

div.page {
    position:absolute;
    left:0px;
    top:0px;
    width:760px;
    height:570px;
}

div.bg-top {
    position:absolute;
    left:0px;
    top:0px;
    width:760px;
    height:50px;
}

div.logo {
    position:absolute;
    left:0px;
    top:50px;
    width:294px;
    height:58px;
}

div.menu-bg-right {
    position:absolute;
    left:294px;
    top:50px;
    width:466px;
    height:93px;
    background: url( ../images/menu-bg-right.png );
    background-repeat: repeat-x;
}

div.bg-grey {
    position:absolute;
    left:0px;
    top:108px;
    width:98px;
    height:195px;
    background: #98a6ae;
}

div.bg-baum {
    position:absolute;
    left:98px;
    top:108px;
    width:196px;
    height:195px;
}

div.bg-baum-red {
    position:absolute;
    left:294px;
    top:143px;
    width:195px;
    height:160px;
}

div.bg-dark-grey {
    position:absolute;
    left:489px;
    top:143px;
    width:271px;
    height:160px;
    background: #98a6ae;
}

div.schraffur {
    position:absolute;
    left:0px;
    top:303px;
    width:98px;
    height:267px;
}

.head {
    font-size: 180%;
    margin: 10px;
}

div.content-left {
    position:absolute;
    left:98px;
    top:303px;
    width:196px;
    background: #FFF;
}

div.content-left p {
    margin: 10px 20px;
}

div.content-left p.head {
    color: #A2238E;
}

div.content-right {
    position:absolute;
    left:294px;
    top:303px;
    width:466px;
    height:267px;
    background: #cdd3d6;
}

div.content-right p {
    margin: 10px 20px;

}

div.content-right p.head {
    color: #07637D;
}

.iframe {
	padding: 10px;
}


.scrolling {
	overflow: auto;
    width:466px;
    height:267px;
} 