@charset "UTF-8";
/**
 * Print Layout CSS properties
 *
 * @copyright Copyright (c) 2008, Semantica-IT Ltd.
 * @link http://www.semantica.ch
 * @package Core
 * @version 1.2
 */ 
@media print 
{
	* {
		position: static;
		float: none;
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
	}
	#main_content, #left_container, #main_head, #content_textarea, #content_textarea_right, #logo_container, div.bg_head, #footer, div.content_textarea_col, #group_title,
	div.lineup_ds, div.lineup_ds div, div.list_row, div.list_title, div.list_lawyer, #lineup_slider_1, #lineup_slider_1 div, div#lineup_mask
	{
		display: table;
		float: none;
		clear: both;
		position: static;
		height: auto;
		min-height: 0em;
		margin-bottom: 0px;
		overflow: visible;
		visibility: visible;
		padding-top: 0px;
		padding-bottom: 0px;
		width: auto;
	}
	body *
	{
		font-family: "Times New Roman", Times, serif;	
		margin-top: 0.2em;		
	}
	body 
	{
		font-size: 12pt;
	}
	code, pre 
	{
		font-family: "Courier New", Courier, mono;
	}
	body 
	{
		font-size: 12pt
	}
	h1, h2, h3, h4, h5, h6 
	{
		page-break-after: avoid;
	}
	abbr[title]:after, acronym[title]:after
	{
		content: '(' attr(title) ')'
	}
	
	/*
	a[href^="http:"], a[href^="https:"]
	{
		padding-left: 0;
		background-image: none;
	}
	a[href]:after
	{
		content:" <URL: "attr(href)">";
		color:#444;
		background:inherit;
		font-style:italic;
		display:none;
		
	}
	*/
	
	table, p
	{
		page-break-inside: avoid;
	}
	table, th, td
	{
		border-collapse: separate;
		border: 1px solid #444;
	}
	#main_nav, #sub_nav, div.tt, #pg_sub_nav, #pg_cnav, #hidesubnav, #topnav_container, div.news-list-morelink, #lineup_pfeil_l, #lineup_pfeil_r, #list_row_header, #lawyer_search, #lawyer_prev, #lawyer_next, #subsub_nav, span.link, a.link
/*, div.bg_head img*/
	{
		display:none;
	}
	#main_head img
	{
		margin-top: 1em;
		margin-bottom: 2em;
	}
	#main_content
	{
		border: none;
	}
}

