@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 !!
 
---------------------------------------------------------- */

/* general css styles */
@import url(main.css);
@import url(navigation.css);
@import url(form.css);

html {
	margin: 0;
	border: 0;
}
body {
	background: white;
	font-size: 9pt;
}
body #col_content {
	margin: 0;
	border: 0;
	margin: 0 20%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent none;
	width: 60%;
}
body #content_hug {
	margin: 0;
	margin-top: 0.3in;
	margin-bottom: 0.5in;
	border: 0;
	background: transparent none;
	width: 100%;
}
#navigation, #navigation_sub, #navigation_pages, #visual, #col_advertising, #logo, form {
	display: none;
}
body #logo_print {
	display: block;
	float: left;
	margin: 0 20%;
}
body .upload_image_border1 {
	border: 0;
}
body .upload_image_border2 {
	border: 0;
}
a[href]:after {
	 content:" ("attr(href)")";
	 color:#ddd;
	 background-color:inherit;
	 font-style:italic;
	 font-weight: 400;
	 size: 7pt;
}
#content a[href^="/"]:after {
	content: " (http://www.sabaka.ch" attr(href) ") ";
}	

	


