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


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

 CSS print file
 
 imports regular styles for screen
 add rules below to set print styles
 -> overwriting screen styles, e.g. display: none;
 
---------------------------------------------------------- */

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

html {
	margin: 0;
	border: 0;
}
body {
	/*background: white;
	font-size: 9pt;*/
}

/*
#navigation, #navigation_sub, #navigation_pages, #visual, #col_related, #logo, form {
	display: none;
}*/

/* adds urls (href) after link name */
#projekttextbox a[href]:after {
	 content:" ("attr(href)")";
	 color:#ddd;
	 background-color:inherit;
	 font-style:italic;
	 font-weight: 400;
	 size: 7pt;
}
#projekttextbox a[href^="/"]:after { /* adds domain to server root urls */
	content: " (http://www.michelgroup.ch" attr(href) ") ";
}	

	


