body {
    margin: 0;
    margin-top:20px;
    margin-bottom:20px;
    padding: 0;
    background-color: #CFE7F5;
    color: #5E11A6;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    float: none;
    position: static;

}
a {
    text-decoration: none;
    color: #5E11A6;
}
a:hover {
    text-decoration: underline;
    color: #5E11A6;
}
#wrapper {
    position: relative;
    width: 960px;
    z-index: auto;
    left: 50%;
    margin-left: -480px;            
    //background-color: red;            
    
}
#metanav {
    font-size: 12pt;
    text-align: right;
}
.box1 {
    //border: 1px solid black;
    float: left;
    min-height: 510px;
    width: 100%;
    position: absolute;

}
.box2 {
    //border: 1px solid black;
    position: absolute;
    left: 480px;
    top: 30px;
}
.titel {
    font-size: 54pt;
    font-weight: bold;
    position: absolute;
    top: 20px
}
.info {
    font-size: 28pt;
    font-weight: bold;
    position: absolute;
    top: 250px
}
.gras {
    position: absolute;
    top: 460px;
}
#left{
    position: relative;
    top: 550px;
    float:left;
    width:65%;
    overflow:hidden;
    font-weight: bold;
}
#right{
    position: relative;
    top: 550px;
    width:35%;
    overflow:hidden;
    font-weight: bold;
} 
.infotext {
    font-size:14pt;
}
.text {
    border: 1px solid #CCC;
    background: #FFF;    
    width: 400px;
}
.formfield {
    padding: 2px 6px;
}
.message {
    margin-top: 100px;
}
.infotext a, .message a {
    text-decoration:underline;
    color: #5E11A6;
}



