body, table, td {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #555555;
	margin: 0;
}

.headline {
	font-family: Times New Roman;
	font-size: 22px;
	line-height: 25px;
	color: #173672;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #173672;
}

.prdatum {
	font-size: 10px;
	line-height: 12px;
	color: #f15c49;
}


.prheadline1 {
	font-family: Times New Roman;
	font-size: 15px;
	line-height: 17px;
	color: #173672;
}

.prheadline2 {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #173672;
}


.text10 {
	font-size: 10px;
	line-height: 12px;
}


.text10b {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

a.prheadline1:link      {text-decoration: none; font-weight: normal; color: #173672}
a.prheadline1:visited      {text-decoration: none; font-weight: normal; color: #173672}
a.prheadline1:hover      {text-decoration: underline; font-weight: normal; color: #173672}

table.main {
	background: #d7d7d7 url(/img/bg2.gif) no-repeat;
}
td.gap {
	background: url(/img/trenner.gif) repeat-y;
}
div.content {
	margin: 4em;
}

@media print {

	body {
		background: white;
		color: black;
		width: 690px;
		margin: 0;
	}
  	body:before {
		display: block;
		content: url(/img/space.gif);
	}
  	body.form:before {
		display: block;
		content: url(/img/space.gif);
	}
	a {
		color: black;
	}
	table.main {
		background: white;
		width: 690px;
	}
	td.head, td.gap, td.menu, input, .noprint {
		display: none;
	}
	div.content {
		margin: 0;
	}
}

