html {
	height: 100.01%;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	color: #333333;
	background-image: url(../_images/hintergrund.gif);
	background-repeat: repeat-y;
	background-position: center;
}
p, h1, h2, h3, h4, h5, ul {
	margin-top: 0;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h4 {
	background-color: #DDDDDD;
	padding: 2px;
}
