#sidebar, #menu, #tools-1, #tools-2, #mailform, .noprint, #footer {
	display: none;
}

body {
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 10pt/16pt "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#print-header {
	width: 100%;
	border-bottom: 1px solid gray;
	height: 100px;
	margin-bottom: 25px;
}

#print-header .print-header-text {
	font-size: 80%;
	line-height: 16px;
	font-weight: 300;
	width: 70%;
	float:left;
	padding-top: 18px;
}

#content img {
	width: 90%;
}

#print-header .print-header-logo {
	width: 30%;
	float:left;
	text-align: right;
}

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	clear: both;
}

#content h1,
#content h2 {
	padding-bottom: 0 ! important;
}


#content h5 {
	font-weight: normal;
	font-size: 100%;
	margin: 0 ! important;
	padding: 0 ! important;
}


a {
	color: #000;
	text-decoration: none;
	
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ")";
	color: #gray;
	font-size: 80%;
	/* border-bottom: 0.1pt solid #666; */
}

#content a[href^="kontakt"]:after {
	content: " (http://www.scheible.de/" attr(href) ")";
}

#content a[href^="foto"]:after {
	content: " (http://www.scheible.de/" attr(href) ")";
}

#content a[href^="javascript"]:after {
	content: "";
}

#content a[href^="uploads"]:after {
	content: "";
}