
body {
    background-color: #5A5A5A;
    margin-top: 30px;
    margin-left: 30px;
    font-family: "aller_lightitalic", Arial, Helvetica, sans-serif;
}
p {color: darkgoldenrod;
}
a {
    text-decoration: none;
	color: aliceblue;
}

/* iPhone 4 and high pixel devices  */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5)  { 

.oben50px {
	position: relative;
	top: 50px;
	left: 10px;
	font-size: 3em;
}


@font-face {
    font-family: 'aller_lightitalic';
    src: url('webfonts/aller_ltit-webfont.eot');
    src: url('webfonts/aller_ltit-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/aller_ltit-webfont.woff') format('woff'),
         url('webfonts/aller_ltit-webfont.ttf') format('truetype'),
         url('webfonts/aller_ltit-webfont.svg#aller_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerregular';
    src: url('webfonts/aller_rg-webfont.eot');
    src: url('webfonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/aller_rg-webfont.woff') format('woff'),
         url('webfonts/aller_rg-webfont.ttf') format('truetype'),
         url('webfonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}