body {
	margin: 0;
	padding: 0;
	background-color: #b0041a;
}

body p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 90%;
}

h3 {
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

.hafele {
	color: #960a1f;
}
.communication {
	font-style: italic;
	color: #3b3b39;
}

#main {
	min-height: 600px;
	height: auto !important;
	height: 600px; /*für IE*/
	width: 100%;
	background-image: url(../Bilder/startseite.png);
	background-position: center;
	background-repeat: no-repeat;
}

#beschreibung {
	color: #fff;
	font-size: 80%;
	text-align: center;
	position: absolute;
	left: 7px;
	top: 515px;
	width: 100%;
}

#menu {
	width: 100%;
	position: absolute;
	top: 411px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	text-decoration: none;
	color: #fff;
	margin: 20px 20px 20px 20px;
	
}

#menu a:hover {
	color: #383826;
}

#text {
	width: 100%;
	position: absolute;
	top: 346px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	height: 81px;
}

#text a {
	color: #fff;
}

#text a:hover {
	color: #383826;
}
