* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #F5F5F5;
}
#container { 
    margin: 0 auto 30px auto; /* Zentrieren fuer Gecko / Webkit */
	width: 1180px;
	text-align: left; /* Zuruecksetzen der Zentrierung fuer IE */
    height: auto;
	background-color: #FFFFFF;
}
table a {
	font-family: helvetica;
	font-size: 12px;
	color: #B79C57;
	/* padding-left: 18px; */
}
#block1 {
	width: 1100px;
	height: 100px;
	margin-left:40px;
	text-align:center;
}
#block2 {
	width: 1100px;
	height: 30px;
	margin-left:41px;
}
#block3 {
	width: 1102px;
	height: auto;
	margin-left: 40px;
}
#block4 {
	width: 1100px;
	height: 40px;
	margin-left: 40px;
}
.spalte_a {
	width: 200px;
	float: left;
	display: inline;
}
.spalte_b {
	width: 700px;
	float: left;
	display: inline;
}
.spalte_c {
	width: 200px;
	float: left;
	height: auto;
}
#fusszeile {
	font-family: helvetica;
	font-size: 11px;
	color:#000000;
	padding-top: 10px;
}
#fusszeile a {
	font-family: helvetica;
	font-size: 11px;
	color:#000000;
	padding-top: 10px;
}
#headertext {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 3px;
	padding-top: 4px;
	text-align: center;
	height: 30px;
}
.seitentitel {
	font-size: 16px;
	color: #B79C57;
	font-family: helvetica;
	margin:15px 0 0 18px;
	font-weight: bold;
}

