/*
 * css style by dotculture - büro für digitale medien
 * print version
 * www.dotculture.de
 */
 
/*****************************
 *GLOBAL  
 *****************************/
* {
	background-color: #ffffff !important;
	color:#000;
	text-align:left;
}
body {
	font-family: serif !important;
	font-size: 12pt;
}
body, #Seite, #Content, #Spalte-komplett, #Abschluss {
	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, #Navigation, #Logo, #Login, #Copy{
	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.dotculture.de";
}

/*****************************
 *COPY INFORMATIONEN
 *****************************/
#Seite:after {
	content: "Alle Rechte vorbehalten. © 2008 www.dotculture.de";
	color:#666666;
	font-size: 11pt;
}



