@charset "utf-8"; /* [#CONVERT-2-UTF8] */


/* ---------------------------------------------------------- 

 CSS main file
 
 @author Dominik Stucky <ds@katachrese.com>
 @copyright katachrese
 
 @version created:  2008-04-11
 @version modified: 2008-04-11
 
 IMG -> DISPLAY: BLOCK !!
 
---------------------------------------------------------- */

/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("master.css");
@import url("ie.css");
/* end import/hide */

html {
	margin: 0;
	border: 0;
}
body {
	background: white;
	font-size: 8pt;
}
body #scrollbar_container {
	border: 0;
	width: 100%;
}
body #scrollbar_content {
	margin: 0;
	border: 0;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent none;
	overflow: visible;
}
.navigation, #scrollbar_track, #wrapper-header, #visual, #related, #logo, form {
	display: none;
}
#scrollbar_content a[href]:after {
	 content:" ("attr(href)")";
	 color:#ddd;
	 background-color:inherit;
	 font-style:italic;
	 font-weight: 400;
	 font-size: 7pt;
}
#scrollbar_content a[href^="/"]:after {
	content: " (http://www.katachrese.com" attr(href) ") ";
}	

	

