/* --------------allg. Definitionen-------------- */
*
{
	margin: auto;
	padding: auto;
}

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	line-height: 2;
}

/* ----------Schriftgroessen-------------- */
#content
{
	font-size: 12px;
	line-height: 2;

}

h1
{
	font-size: 20px;
	line-height: 1.5;
	color: #b51428;
}

h2
{
	font-size: 12px;

}

p
{
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 8px 0;
}

/* ----------Links-------------- */
a
{
	color: #666666;
}

a:visited
{
	color: #666666;
}

a:hover
{
	color: #999999;
	text-decoration: underline;
}

a:active
{
	color: #000000;
}

a.pdf {
	background: url(../images/pdf.gif) no-repeat;
	padding-left: 20px;
}
