/* Stylesheet fŸr die Ausgabe als Printmedium */


body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	}

.logo {
	text-align: center;
	}

.head h1 {
	display: none;
	}

.menu {
	display: none;
	}



.content h1 {
	font-size: 18px;
	}

a {
	color: #000;
	text-decoration: none;
	}

