/**
 * mehrglauben.de - Print-Layout
 */

a {
	color: #000;
}

.no-print {
	display: none;
}

.small, #address {
	font-size: 85%;
}

.content_navi, .cat_header, .content_functions {
	display: none;
}

.footer {
	margin-top: 20px;
	padding-top:10px;
	border-top: 1px solid #000;
}
#copyright {
	float: right;
}



#article {
	background: url('/images/layout/content_wrapper_article.gif') no-repeat top left;
}
#workshop {
	background: url('/images/layout/content_wrapper_workshop.gif') no-repeat top left;
}
#contact {
	background: url('/images/layout/content_wrapper_contact.gif') no-repeat top left;
}
.content_partial_wrapper, .content_article {
	background: url('/images/layout/content_wrapper_bottom.gif') no-repeat bottom left;
	padding: 30px 20px 12px;
}
.content_partial_wrapper .item :first-child, .content_article :first-child {
	margin-top: 0;
}
.list {
	margin-bottom: 35px; 
}
.list h1 {
	margin-bottom: 0;
}