

/* =============================== Styles fuer www.glatz-galabau.de ================================== */



* {
	padding: 0;
	margin: 0
}
body {
    font-size: 11px;	
    font-family: Tahoma, Geneva, sans-serif;
    font-weight:normal;
	background-color: #F8FAED;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	border: 0;
}
/* Zentrierung des Containers: */
#distance {
	width: 1px;
	height: 50%;
	background-color: none;
	margin-bottom: -281px;
/* half of container's height */
	float: left;
}

#container {
	border: 0;
	margin: 0 auto;
	position: relative;
/* puts container in front of distance */
	text-align: left;
	height: 562px;
	width: 960px;
	z-index: 2;
	clear: left;
	overflow: auto;
	background-color: #F8FAED;
	visibility: visible;
	background-image: url("../bilder/bg_startseite.gif");
	background-repeat: no-repeat;
	background-position: center;
}
