@import url("fonts.css");

#content h1,
#content h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h1 {
	font-size: 3em;
	line-height: 1em;
}

#content h2 {
	font-size: 1.9em;
	line-height: 1em;		
	margin-top: 20px;
}

#content span.red {
	color: #990000;
}

#content p.red {
	color: #990000;
}

#content hr{
	background-color: #d2d2d2; /* Farbe für Opera und Firefox */
	color: #d2d2d2; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
}