@charset "UTF-8";
/**
  * gieseking-verlag.de | Relaunch 2009: Print-StyleSheet
  *
  * @copyright       (c) Michael Grosch, 2009 | All rights reserved
  * @author          Michael Grosch
  * @version         0.9
  *
  * @lastmodified    08.01.2009
  */

#wrapper {
	margin: 0;
	width: 100%;
}

#wrapper:after {
	display: block;
	margin: 1em;
	content: "© Gieseking Verlag, 2008";
	text-align: center;
}	

#headNavi, #header, #sidebar, #publicationsNavi, #headerImageShade, #contextMenu, #publicationSubNav, #footer {
	display: none;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 90%;
}

#inhaltBox, #inhaltsverzeichnisBox, #geleitwortBox, #rezensionBox, #leseprobeBox, #themenbereicheBox {
	display: block;
} 

#inhaltBox:before {
	content: "Inhalt";
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-top: 1em;
}

#inhaltsverzeichnisBox:before {
	content: "Inhaltsverzeichnis";
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-top: 1em;
}

#geleitwortBox:before {
	content: "Geleitwort";
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-top: 1em;
}

#rezensionBox:before {
	content: "Rezension";
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-top: 1em;
}

#leseprobeBox:before {
	content: "Leseprobe";
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-top: 1em;
}

#themenbereicheBox:before {
	content: "Themenbereiche";
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin-top: 1em;
}

.publicationImage {
	float: left;
	margin: 0 1em 1em 1em;
}

.hidden {
	display: none;
}

a[href^="http"]:after {
	content: "(" attr(href) ")";
}
