/*Allgemeine Definitionen*/
html, td, th, .normal {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-attachment:fixed;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}