﻿
@font-face {
  font-family: Din;
  src: url("DINWeb.eot");
}
@font-face {
  font-family: Din;
  src: url("DINWeb.woff") format("woff");
}

@font-face {
  font-family: DinBold;
  src: url("DINWeb-Bold.eot");
}
@font-face {
  font-family: DinBold;
  src: url("DINWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: Meta;
  src: url("MetaWeb-Black.eot");
}

@font-face {
  font-family: Meta;
  src: url("MetaWeb-Black.woff") format("woff");
}

*
{
    margin: 0;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:link
{
    color: #05c;
}
a:visited
{
    color: #05c;
}

h1, a.h1, a.h1:hover
{
    font-family: Meta;
    line-height: 67px;
    font-size: 52px;
    text-transform: normal;
    color: #000000;
    font-weight: normal;
}
p, a.p, a.p:hover
{
    font-family: Din;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
h1 + p
{
    margin-top: 2px;
}

p + p
{
    margin-top: 8px;
}

h2 + p
{
    margin-top: -2px;
}
h2, a.h2, a.h2:hover
{
    font-family: Meta;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #000000;
    font-weight: normal;
}
h3, a.h3, a.h3:hover
{
    font-family: Meta;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
    font-weight: normal;
}
h4, a.h4, a.h4:hover
{
    font-family: DinBold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-top: 5px;
    color: #000000;
    font-weight: normal;
}
h5, a.h5, a.h5:hover
{
    font-family: Din;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 0 0 0;
    color: #000000;
    font-weight:bold;
}
a.rightcolumn, .rightcolumn, span.rightcolumn
{
    font-family: Din;
    font-size: 12px;
    line-height: 14px;
}
span.pagefooter
{
    font-family: Din;
    font-size: 13px;
    color: #333333;
    line-height: 16px;
}
span.special {
    font-family: Din;
    font-size: 50px;
    color: #84b5c7;
    line-height: 60px;
}
span.bildtext 
{
    font-family: Din;
    font-size: 11px;
    font-style:italic;
    line-height: 13px;
}
.date
{
    color: #888888;
    font-weight: bold;
}
pre 
{
    font-family: Din;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}