@charset 'utf-8';
/* --------------------------------------------------------
swordfish23 - Microblog
Printstyles
01.05.2009 sw23
last modification: 17:53 21.06.2009 sw23
-------------------------------------------------------- */

/* Import Styles ------------------------------- */

@import url("basis.css");
@import url("content.css");

/* Accommodations for printout ------------------------------- */
div#skiplinks,
div#col2,
div#shill a em,
div#footer {
	display: none;
}

body,
input, textarea, select, button {
	font: 0.9em Georgia, serif;
}

div#header {
	height: 2em;
}

table {
	margin-left: 1px; /*clipping der linken tabellen-border verhindern*/
	/* width: auto;*/
	width: 99.8%;
	*width: 99.9%;
}