@charset "UTF-8";
/**
 * Cascading Style Sheets für
 * www.tarmo.de
 * Printversion
 */
 
/*****************************
 *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 
 *****************************/
#Search, #Teaser-top, #Teaser-boxleft, #Teaser-boxcenter, #Teaser-boxright, #Mainnav, #Subnav{
	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
 *****************************/
#Wrapper:after {
	content: "Alle Rechte vorbehalten. Copyright 2009 www.tarmo.de";
	color:#666666;
	font-size: 11pt;
	font-weight:bold;
	line-height:24pt;
}




