
/**************************************************
	prozentor.de
	Print Stylesheet
***************************************************/

@import url("basis.css");
@import url("page.css");
@import url("diverse.css");

body {
	background: #FFF none;
	text-align: left;
	padding-top: 50px;
	font-size: .875em;
	}

div#printhead {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	padding-bottom: 1em;
	border-bottom: #ccc 1px solid;
	margin-bottom: 10px;
	display: block;
}

#header, 
#produkte-kontakt {
	display: none;
	}

#main,
.content,
#main .content {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff none;
	}


a:link,
a:visited,
a:active,
a:hover {
	color: #444;
	padding: 0;
	text-decoration: none;
	}

#footer {
	display: none;
	}
