@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-size: 13pt; 
	font-family: Arial;
	a:link: color: #000000; font-size: 9pt; font-family: Arial
	a:visited: color: #CC0000; font-family: Arial; font-size: 9pt

}
#center {
	margin: auto;
	width: 900px;
	height: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/hintergrund.jpg);
	border: thin dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;

}
#top {
	height: 150px;
	width: 900px;
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
}
#contact {
	height: 50px;
	width: 900px;
	z-index: 2;
	position: relative;
	left: 0px;
	top: 0px;
}

#tabelle {
	height: 368px;
	width: 900px;
	z-index: 3;
	position: relative;
	left: 0px;
	top: 0px;
}
#logo {
	height: 50px;
	width: 900px;
	z-index: 4;
	position: relative;
	left: 0px;
	top: 0px;
}
#bottom {
	height: 50px;
	width: 900px;
	z-index: 5;
	position: relative;
	left: 0px;
	top: 0px;
}
