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

/* 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 {
	margin: 0;
	border: 0;
	background: white;
	font-size: 9pt;
}
body #content_wrapper {
	margin: 0;
	margin-top: 0.3in;
	margin-bottom: 0.5in;
	border: 0;
	background: transparent none;
	width: 100%;
}
#topnav, #subnav, #addnav, #langnav {
	display: none;
}

#content a[href^="http://"]:after {
	content:" ("attr(href)")";
	color:#ddd;
	background-color:inherit;
	font-style: italic;
	font-weight: 400;
	font-size: 7pt;
}
/*#content a[href]:after {
	content: " (http://www.oja-wb.ch" attr(href) ") ";
}*/
