/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
	color: #222;
}
.bigGrey {
	font-size: 1.2em;
	font-weight: bold;
	color: #AAA;
}
H1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #AAA;
}
H2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #AAA;
}
H3 {
	font-size: 1em;
	font-weight: bold;
	color: #AAA;
}
.popup {
	color: #999999;
}
.popupLeer {
}
a {
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;
	border: none;
    outline: none;  
}
#inhalt a {
    font-size: 1.2em;
}
a:hover, a.active {
	color: #9E2F37;
}
a img {
    border: none;
    outline: none;  
}
p {
  margin: 0 0 2em;
}
a:active
{
  outline: none;
}
