@font-face {
font-family: 'abel';
src: url('http://tiefengeist.net/font/abel.woff') format('woff');
}

html {
background:white url(bgr.png) top left fixed repeat-y;
color:black;
font-family:abel, sans-serif;
padding-left:75px;
}

p {
font-size:0.9em;
}

body {
margin-left:1.1em;
width:88%;
text-align:justify;
}

.klein {
font-size:0.8em;}

.quelle {
font-size:0.8em;
text-align:center;
}

.r {
color:red;
}

.rot {
font-size:0.8em;
text-align:justify;
color:red;
}

h1 {
font-size:1.2em;
font-weight:500;
font-family: abel, Sans-Serif;
letter-spacing:0.001em;
margin-top:1em;
text-align:left;
padding-bottom:0.08em;
border-bottom:1px solid black;
}

h2, h3 {
margin: 0 0 15px 0;
padding: 0 0;
font-weight: normal;
font-family: abel, Sans-Serif;
}

img {
border:1px solid black;
}

.bildl {
float:right;
padding-left:20px;
}

.bildr {
float:left;
padding-right:20px;
}

form {
line-height:1.4em;
margin-left:1.5em;
}

input, select, textarea {
border:thin solid black;
}

a, a:link, a:active, a:visited {
color:black;
text-decoration:none;
border-bottom:1px solid black;
}

a:hover {
color:#565656;
text-decoration:none;
border-bottom:1px solid #565656;
}