<!DOCTYPE HTML PUBLIC"-W3C/DTD HTML 4.01 Frameset/EN"
        "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
 <TITLE>mystylesheet</TITLE>
 <style type="text/css">


#big{
font-size: 20pt;
}

#hintergrund{
background-image: url(bg.jpg);
background-position: center ;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%
}

#bild{
position: absolute;
left: 25%;
bottom : 50px;
}
#black{
font-family: verdana,helvetica,arial;
font-size: 16pt;
text-align: center;
color: #000011;
}
#small{
font-family: verdana,helvetica,arial;
font-size: 12pt;
text-align: center;
color: #001122;
}
#titeltext{
font-family: verdana,helvetica,arial;
font-size: 18pt;
color: #07115a;
position: absolute;
left: 65px;
text-align: center;
}
#subtext{
font-family: verdana,ms sans serif,helvetica,arial;
font-size: 14pt;
color: #07115a;
position: absolute;
bottom: 50px;
right: 5%;
}

a {text-decoration: none}
A:link {color: #0012ab}
A:active {color: #eeeeee}
A:visited {color: #220033}
A:hover {color: #df22ee}

</style>
</HEAD>
</HTML>
