/*
 * print version
 * Cascading Style Sheets für
 * www.moccasin-coffee.de
 */
 
/*****************************
 *GLOBAL  
 *****************************/
* {
	background-color: #ffffff !important;
	color:#000;
	text-align:left;
}
body {
	font-family: serif !important;
	font-size: 12pt;
}
body, #page, #body {
	width: 100%  !important;
	margin: 0 !important;
	padding: 0 !important;
}
img {
	border:1px solid #ccc;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}

/*****************************
 *ELEMENTE AUSBLENDEN 
 *****************************/
.linear, #topnav, #mainnav, #eyecatcher, #footer{
	display: none;
}

/*****************************
 *LINKS IN KLAMMERN 
 *****************************/
a[href]:after {
	content: " (Link: "attr(href)")";
	color: #cccccc;
	font-style: italic;
	font-size: 0.85em;
	text-decoration: none;
}

/*****************************
 *TITLE-ATTRIBUTE 
 *****************************/
*[title]:after {
	content:" ("attr(title)")";
	color:#eeeeee;
	font-style:italic;
	font-size:0.85em;
}

/*****************************
 *ALTERNATIVE BESCHREIBUNG
 *****************************/
img[alt]:after {
	content:"\A ("attr(alt)")";
}

/*****************************
 *QUELLENVERWEISE
 *****************************/
hr {
	page-break-before:always;
	color:#ccc;
	margin-bottom:5em;
	text-align:left; 
}
hr:after {
	content: "Original:\www.moccasin-coffee.de";
}

/*****************************
 *COPY INFORMATIONEN
 *****************************/
#page:after {
	content: "Alle Rechte vorbehalten. © 2008 www.moccasin-coffee.de";
	color:#666666;
	font-size: 11pt;
}



