/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
font-family: Univers,Helvetica,sans-serif;
font-size: 76%;
color: #666666;
background-color: #ffffff;
line-height: 1.5em;
text-align: left;
}

h1,
h3 {
font-weight: bold;
}

h1{
font-family: Arial,Helvetica,sans-serif;
color: #900;
font-size: 2.5em;
}

h2 {
font-size: 2.0em;
font-family: Univers,Helvetica,sans-serif;
color: #900;
margin-top: 15px;
padding-bottom:15px;
line-height:25px;
}

h3 {
font-size: 1.2em;
color: #505862;
}

h3.datum {
color: #505862;
font-size: 0.95em;
}

blockquote {
color: #f18110;
}

a:link,
a:visited {
color: #666666;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #ad1910;
text-decoration: underline;
}