
/* PHOENIX Print Styles */

body {
	background-color: #fff;
	font-family: "Verdana", arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	margin: 10px;
	padding: 0;
}

hr {
	border: 0;
	color: #ccc;
  background-color: #ccc;
  height: 1px;
}

h1, #content h2 {
	font-size: 1.4em;
}

#content h4 {
	line-height: normal;
	
	font-size: 1.1em;
	padding-bottom:2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: -10px;
}

#content p {
	font-size: 1em;
}

#content p.address {
	margin-bottom: -10px;
}

#content p.intro {
	font-weight: bold;
}


/*  Tabelle  */

#content table {
	width: 100%;
	margin-bottom: 25px;
	font-size: 1em;
}

#content th {
	padding: 3px;
	text-align: left;
	font-size: 1em;
	background-color: #333;
	color: white;
}

#content td {
	vertical-align: top;
	padding: 3px;
	background-color: #f5f5f5;
}

td ul {
	margin: 0 20px 0 0;
}
