<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
 <TITLE>styles</TITLE>
 <style type="text/css">


#big{
font-size: 20pt;
}

#content
{
     position:absolute;
     top:0;
     left:13px;
     min-width:100%;
     width:auto !important;
     z-index:70;
     overflow:auto;
     padding:50px;
}

#hintergrund2
{
background-image: url(bg.jpeg);
background-size: cover;
}
#hintergrund{
background-image: url(bg.jpeg);
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

#bg img 
{
     min-height:100%;
     height:auto !important;
     height:100%;
     min-width:100%;
     width:auto !important;
     width:100%;
     margin:0 auto;
     display:block;
     position:absolute;
     bottom:0;
     right:0;
}

#black{
font-family: verdana,helvetica,arial;
font-size: 18pt;
text-align: center;
color: #000011;
}
#titeltext{
font-family: verdana,helvetica,arial;
font-size: 16pt;
color: #07115a;
position: absolute;
left: 65px;
}
#subtext{
font-family: verdana,ms sans serif,helvetica,arial;
font-size: 14pt;
color: #07115a;
position: absolute;
right: 15px;
top: 50px;
}
#bild {
position: absolute;
top: 50px;
right: 20px;
}

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

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

