/* Spezielle Formatierungen für den Druck */

body {
	margin: 2em 4em 2em 5em;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: rgb(0,0,0);
}

#navigation, 
#navigation-sub, 
#meta-languages,
#meta-buttons,
#motiv,
#navigation-breadcrum,
#print-button
{
	display: none;
}

#branding {
	height: 2em;
}

#logo-print {
	display: block;
	float: right;
	width:  4em;
	height: 1.2em; /*Faktor 0,3 * Höhe*/
	padding-left: 1em;
	padding-bottom: 1em;
}

#branding h1 a {
	display: none;
}

a {
	text-decoration: none;
	color: rgb(0,0,0);
}

hr {
	border: 0;
}

/*#content a:after {
	content: " (Link: " attr(href) ") ";
	color: gray;
	font-size: 80%;
}

*/

h1, h2, h3, h4 {
    page-break-after: avoid;
    margin-bottom: 1em;
    line-height: 1.5;
}


/*Spezialformatierungen für einzelnen Inhaltselemente*/

#featurelist {
	padding-left: 0;
	margin-left: 0;
}

#featurelist li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#featurelist div img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid rgb(100,100,100);
}

