.invisible,
.noprint {
	display : none ! important;
}


div.section.header {
	display : block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px 0;
	height: 50px;
	border-bottom : 1px solid #000;
	margin-bottom : 40px;
}
div.section.header:before {
	content: url('/images/print.logo.png');
	float: left;
	padding-right: 10px;
}

div.section.header h1 {
	display : block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height : 30px;
	font-size : 26px;
	line-height : 30px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
div.section.header p {
	display : block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height : 20px;
	font-size : 14px;
	line-height : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}

div.section.menu,
div.section.breadcrumb {
	display : none;
}

div.section.content {
}

div.section.footer {
	clear: both;
	margin-top : 40px;
	padding : 10px 20px;
	border : solid 1px #000;
}
div.section.footer p {
	display : none;
}
div.section.footer address {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10px;
	line-height : 20px;
	text-align : center;
}
div.section.footer address a {
	text-decoration : none;
}
div.section.analytics {
	display : none;
}


p.image {
	display: block;
	position: relative;
	overflow: hidden;
}
p.image.left {
	float : left;
	padding-right : 20px;
}
p.image.right {
	float : right;
	padding-left : 20px;
}
p.image img {
	border : none;
}


a {
	color : #000;
	background-color : transparent;
	text-decoration : underline;
}

a.email:after {
}

a.extern:after {
	content : " (Externer Link: " attr(href) ")";
	font-style: italic;
}
a.intern:after,
a.file:after {
	content : " (http://www.willi-bleicher-preis.de" attr(href) ")";
	font-style: italic;
}

h1 a,
h2 a,
h3 a {
	color : #000;
	background-color : transparent;
	text-decoration : none;
}
