* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
* html body {
	font-size: x-small;	/* Schriftgrösse für IE5 Win */
	f\ont-size: small;	/* Tippfehler kann von IE5 Win nicht gelesen w. */
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
img {
	border: none;
}
.wrapper {
	display: none;
}
#text {
	padding: 0 15px 5px 15px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#text h1 {
	padding: 25px 0 10px 0;
	border-bottom: 1px dotted #369;
}
#text p {
	padding: 5px 0 0 0;
}
#galerie {
	display: none;
}

#footer {
	clear: both;
	text-align: center;
	padding: 5px;
	border: 1px solid #666;
}
@page {
	size: portrait;
	margin: 2cm 1cm 1cm 1cm;
}