@font-face { 
font-family: 'WebSymbolsRegular';
src: url('fonts/WebSymbols-Regular.otf');
}
 
.symbol {
font-family: 'WebSymbolsRegular'; font-size: 24px;
}

body {
background-color: #ffffff;
color: #4e4e4e;
background-repeat: repeat;
font-family: 'Convergence', sans-serif;
font-size: 14px;
line-height: 1.5;
text-shadow: 0 1px 0 #fff;
}

#mitte {
margin-top: 80px;
margin-left: auto;
margin-right: auto;
width: 500px;
text-align: center;
}
 
h1 {
line-height: 200%;
}

h2 {
line-height: 200%;
}

p {
line-height: 200%;
}

#kontakt {
color: #666666;
margin-top: 30px;
margin-left: 20px;
}

img.bild {
padding-top: 30px;
margin-right: 30px;
}

img {
border: 0;
}

a:link { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { color: #a7528c; text-decoration: none; }
a:active { text-decoration: none; color: #586477; }
