body{
font-size:12pt;
color:black;
font-family: arial,verdana,helvetica,sans;
}
p,h2,h3{
margin-left:50px;
margin-right:40px;
}
h3{
color:#000000;
font-size:15pt;
text-align:center;
}
.notgeld{
width:100%;
text-align:center;
border:2px solid black;
background-color:#ffd700;
}
div.container{
width:90%;
margin-left:50px;
margin-right:40px;
}
div.header{
background-color:#ffffff;
height:165px;
width:100%;
}
table{
text-align:center;
width:100%;
}
.left{
position:relative;
float:left;
width:550px;
height:400px;
}
.right{
position:relative;
float:right;
width:550px;
height:400px;
}
.bottom{
position:relative;
clear:both;
width:100%;
text-align:center;
border:1px solid grey;
background-color:#f8f8ff;
}
.leftP{
position:relative;
float:left;
width:400px;
height:550px;
}
.rightP{
position:relative;
float:right;
width:400px;
height:550px;
}
img.displayed {
    display: block;
    margin-top:20px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
 }