body {
	font: 12pt/17pt Arial, Helvetica, sans-serif;
	min-width: 900px;
}

header,
#mm-mmenu,
.subnavi,
.custom-menu,
.copyright,
footer {
	display: none !important;
}

#logo {

	strong {
		position: absolute;
		right: 0;
		width: 60%;
		text-align: right;
		font-size: 20px;
		font-weight: normal;
	}

	&:before {
		position    : absolute;
		z-index     : 1;
		left: 2px;
		font-size	: 100px;
	}

	&:after {
		position : absolute;
		z-index  : 0;
		left: 2px;
		font-size: 100px;
	}

}

h1												{ font-family: "nimbus-sans", Arial, Helvetica, sans-serif; font-weight: 300; font-style: normal; }
h2												{ font-family: "nimbus-sans", Arial, Helvetica, sans-serif; font-weight: 300; font-style: normal; }
h3												{ font-family: "nimbus-sans", Arial, Helvetica, sans-serif; font-weight: 300; font-style: normal; }

/*br.clear										{ display: none; }*/
hr												{ height: 1px; border: 0; border-top: 1px dotted rgb(160,160,160); }
form											{ display: none; }

a												{ color: black; text-decoration: none; }
.noprint										{ display: none; }
a img											{ border: none; }

table											{ margin: 0 0 20px 0; width: 100%; table-layout: auto; border-collapse: collapse; }
td, th											{ padding: 4px 8px 4px 8px; vertical-align: top; text-align: left; border: 1px solid black; }
th												{ background: rgb(220,220,220); }
tr.grey td										{ background: rgb(240,240,240); }
tr .pos											{ width: 1%; }
