/* =============================================================
Druck-Stylesheet für maertplatz.ch
Stand: überarbeitete Version
Datei: print_stylesheet.css
Datum: 13.9.2007
Autor: Felix Haldimann, Medienwerkstatt Stiftung Märtplatz
============================================================= */

/* =============================================================
Druckversion
============================================================= */

* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	background-color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	line-height: 1.3em;
}

/* =====================================
Links
===================================== */	
#content a,
#news a {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

/* =====================================
Links im Druck anzeigen D E A K T I V I E R T
===================================== */	
/*
a[href]:after {
	content:" [ Link: "attr(href)"] ";
	}
*/
	
/* =====================================
Logo mit abständen
===================================== */
#logo {
	margin: 0.5cm 0 1cm 0;
}
/* =====================================
Logo mit abständen
===================================== */
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.5cm 0;
}
/* =====================================
Navi verschwinden lassen
===================================== */
#navihinter,
#menu1, 
#menu2, 
#menu3, 
#menu4 {
	display: none;
	}

#content {
	width: 17cm;

}





/* =============================================================
E N D E  D E S  S T Y L E S H E E T S 
============================================================= */


