/* Print CSS für Anbieter Detail Pages */

body {
   background: white;
   color:black;
   font-size: 11pt;
}

br {
	line-height: 0.2px;
}

#header,   
#logo,
#search,
#menu,
#skyscraper,
#footer,
	.linkbox,
	.twocols,
	.actionbar
 {
		display: none;
}
   
h1,h2,h3,h4,h5, h6{
	font-size: 12pt;
	color: #551A8B;
	background: white;
}

a:link,
   a:visited {
		color: black;
		background: white;
		text-decoration: none;
}

td {
	border-bottom: 1px solid black;
	padding: 2px;
}

td.tariftd {
	border: none;
}

