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


body {

 background-color: #e1e1e1;

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

#mitte{width: 600px;
margin-top: 80px;
margin-left:40px;}

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; }

 
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;}

.mini{  border-style: none; padding-right: 20px;}



li{ display: inline; list-style-type: none; }






