@charset "utf-8";
/* CSS Document */

@font-face { font-family: DIN; src:url(../font/LTe50846.ttf) format('truetype');}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html { -webkit-text-size-adjust: none}
}

* { margin:0; padding:0}
a:focus,:focus { outline: none; -moz-outline-style:none}
img, a img,:link img,:visited img { border:none; border:0px}
body { background-color:#fff; -webkit-user-select:none}

#top { position:relative; height:100px; background-color:#00203f; overflow:hidden}
#top-content { position:absolute; margin-left:54%; bottom:15px}
h1 { font-family:DIN, Arial, sans-serif; color:#fff; font-size:24px; font-weight:normal}

.fliestext { background:#c9c9c9; font-family:Arial, sans-serif; font-size:15px; line-height:18px; color:#000; padding:20px 10%}
.fliestext a,.fliestext a:visited { color:#000; text-decoration:none}
.fliestext a:hover { text-decoration:underline}