* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color: #dfdfdf;
	background-image: url(/styles/images/waterPattern_white.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#abstand { 
	width:5px;
	height:50%;
	margin-bottom:-300px; /* halbe Höhe von #container */
	float:left;
}

#container {
	margin:0 auto;
	text-align:left;
	height:600px;
	width:960px;
	clear:left;
}
