/*
 * 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: 11pt;
}
body, #Site, #ContentFrame, #Content {
	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;
}
td {
 border:1px dotted #999;
}
/*****************************
 *ELEMENTE AUSBLENDEN 
 *****************************/
#Footer, #Topnav, #Navleiste, #FlashContent1, #FlashContent2, #Breadcrump, #Submenu, #PA, .tabbernav{
	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)")";
}*/

/*****************************
 *COPY INFORMATIONEN
 *****************************/
#Site:after {
	content: "Alle Rechte vorbehalten. Copyright 2008 www.acmeportable.de";
	color:#666666;
	font-size: 11pt;
	font-weight:bold;
	line-height:24pt;
}



