/* 
	Print CSS-Styles for the Jacobsen Rechtsanwaelte
	url: http://www.jacobsen-legal.com
	author: Robert Weber for closingtag 2009
	email: info@closingtag.de
*/

/* get all the reset styles to overwrite browser defaults */

@import url("reset.css");

#jacobsen {
	font-family: Arial, sans serif;
	font-size: 62.5%;
	line-height: 1em;
	color: #fff;
	width: 100%;
	text-align: center;
}

#jacobsen #printlogo {
      margin: 0 0 20%;     
}

#jacobsen h3,
#jacobsen h2,
#jacobsen h1,
#jacobsen #subnavigation,
#jacobsen #language,
#jacobsen #stage,
#jacobsen #body,
#jacobsen #navigation {
      display: none;
}

#jacobsen #content {
	color: #58554c;
	font-size: 1.6em;
	font-family: Georgia, serif;
	line-height: 1.375em;
}

#jacobsen #content .column {
      text-align: left;
	float: left;
	width: 42%;
	padding: 0 2.5% 0 0;
}

#jacobsen #content .column h4 {
	font-family: Arial, sans serif;
	margin: 0 0 1.375em 0;
}

#jacobsen #content .column p.caption {
	font-family: arial, sans serif;
	font-weight: bold;
	font-size: 0.6875em;
	line-height: 1.273em;
	margin: 1.273em 0 4em 0;
}

#jacobsen #content .column img {
	display: block;
}

#jacobsen #content .column em {
      font-style: italic;
}

#jacobsen #content .column a:link,
#jacobsen #content .column a:visited,
#jacobsen #content .column a {
	font-style: italic;
	color: #c2bea2;
}

#jacobsen #content .column a:active,
#jacobsen #content .column a:hover {
	color: #646255;
	text-decoration: underline;
}

#jacobsen #content.mandates h4 {
	border-bottom: 1px solid #838383;
}

#jacobsen #content.mandates ul li img {
	margin: 0 0 10px;
}

#jacobsen #content.mandates ul li p {
	font-family: Arial, sans serif;
	font-size: 0.6875em;
	margin: 0;
}