/* ========================= */
/* ====      Reset      ==== */
/* ========================= */

body {
	background: white;
	font-size: 12pt;
	}

/* ========================= */
/* ====    Struktur     ==== */
/* ========================= */

#page, #content, #content .wrapper  { 
	background: transparent;
	border: 0;
	color: black; 
	float: none !important;
	margin: 0;
	padding: 0; 
	width: auto;
	}

/* ========================= */
/* ====   Navigation    ==== */
/* ========================= */

#navigation, .langchoice {
	display: none;
	}


/* ========================= */
/* ====   Typographie   ==== */
/* ========================= */

h1 {
	font-size: 0.9em;
	height: auto; 
	left: 0;
	width: auto; }

h1 span {
	display: none; }

h2 {
	margin-top: 2em;
	padding: 0;	
	text-align: left; }

/* ========================= */
/* ====     Links       ==== */
/* ========================= */

#content a {
	border: 0; }

a.mail span, a.pdf span, a.doc span {
	display: none; }


#content .wrapper img {
	margin: 1em 2em 1em 0;
	position: static; }

