.hidden {
	display: none;
}

.pageSeparator {
	border: 0px none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header {
	text-align: center;
	font-size: 0px !important;
	color: #FFF !important;
	font-size: 2em;
	color: #000;
}

#header:after {
	content: url(/images/header_print.png?format=raw);
}

#search {
	display: none;
}

#menubox * {
	display: none;
}

#menu * {
	display: none;
}

#menu .childActive, #menu .active {
	display: block;
}

#footer hr {
	border: 0px none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#buch-teaser {
	display: none;
}

/*
a[href]:after {
	content:" <"attr(href)">";
	color: #888;
	background-color: inherit;
	font-style: italic;
}
*/

/*
*[title]:after {
	content:" ("attr(title)")";
	color:#888;
	background-color:inherit;
	font-style:italic;
}
*/

/*
*[cite]:after {
	content:close-quote" (Quelle: "attr(cite)")";
}
*/

.textimage {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.textimage_top {
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.textimage_right {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

