/*
 * Design: Frank-Schulz.eu
 */

@media print
{
	body {
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 40px;
		color: #000000;
		font-family: Helvetica, Tahoma, Verdana;
		font-size: 13px;
	}

	a, a:visited, a:hover, a:active {
		text-decoration: underline;
		color: #000000;
	}

	div.contain {
		width: 700px;
		padding: 0px;
		clear: both;
		text-align: left;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
	}

	.unselected {
		height: 32px;
	}

	div.selected {
		height: 30px;
		margin-bottom: 2px;
		overflow: hidden;
	}

	div.selected div, div.notice div {
		padding-left: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	div.notice {
		min-height: 32px;
		overflow: hidden;
	}

	div.navigator {
		padding: 0px;
		height: 32px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 2px;
		margin-bottom: 0px;
		float: left;
		text-align: center;
		overflow: hidden;
	}

	div.navigator a, div.navigator a:visited {
		line-height: 100%;
		display: block;
		padding-top: 7px;
		padding-bottom: 13px;
		text-decoration: underline;
		color: #000000;
		font-weight: bold;
		font-size: 14px;
	}

	.books {
		width: 110px;
	}

	.bio {
		width: 120px;
	}

	.dates {
		width: 115px;
	}

	.download {
		width: 130px;
	}

	.press {
		width: 105px;
	}

	.contact {
		width: 110px;
		margin-right: 0px !important;
	}

	div.nav_s {
		height: 32px;
		margin-bottom: 0px;
	}

	div.footer {
		overflow: hidden;
		font-size: 10px;
		text-align: center;
		height: 30px;
	}

	div.footer div {
		margin-top: 8px;
	}

	div.footer a, div.footer a:visited {
		font-weight: normal;
		color: #000000;
	}

	div.header {
		overflow: visible;
		height: 50px;
	}

	div.header h1 {
		font-family: Garamond, Times New Roman;
		font-weight: normal;
		font-size: 48px;
	}

	div.content {
		padding-top: 20px;
		padding-bottom: 0px;
		margin-left: 30px;
		margin-right: 30px;
	}

	p.section {
		clear: both;
	}

	span.headline {
		font-size: 16px;
		font-weight: bold;
	}

	span.subheadline {
		font-size: 12px;
		font-weight: normal;
	}

	div.spacer {
		height: 20px;
		clear: both;
		overflow: visible;
	}

	div.line {
		height: 50px;
	}

	.hidden {
		display: none;
	}

	div.imgcontainer img {
		border-color: #000000;
		border-type: solid;
	}

	.bulletlist {
		display: list-item;
		list-style-type: square;
		list-style-position: outside;
		margin-left: 15px;
	}

	div.verlag img {
		display: none;
	}
}