/*-----	Standart Stylesheet Schreinerei Neumann		-----
		Hintergrundfarbe	hellbraun		=	#f3e9d5
						mittelbraun	=	#dfcead
						dunkelbraun	=	#d7c298	
  -----	Inhalt	-----*/
						
body {
	background-color: #dfcead;
	width: 100%;
	padding: 0;
	margin: 0;
}

#Schreinerei{
	z-index: 5;
	background-color: #f3e9d5;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 440px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: -136px;
	text-align: center;
}

#Schreinerei_g{
	z-index: 5;
	background-color: #f3e9d5;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 460px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: -136px;
	text-align: center;
}

#Schreinerei_Neumann{
	z-index: 5;
	background-color: #f3e9d5;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 240px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: -136px;
	text-align: center;
}

#inhalt{
	z-index: 10;
	position: relative;
	top: 0;
	width: 825px;
	margin: auto;
	text-align: left;
}

#Leistungen{
	position: absolute;
	top: 25px;
	left: 255px;
}

#Kontakt{
	position: absolute;
	top: 22px;
	left: 255px;
	line-height: 25px;
}

#Impressum{
	position: absolute;
	top: 22px;
	left: 255px;
	line-height: 29px;
}

.Schreinerei{
	z-index: 15;
	position: absolute;
	top: 50%;
	left: 251px;
	margin: -50px 0 0 0;
	border-bottom: 1px solid #ffffff;
}

#Möbel{
	position: absolute;
	top: 50%;
	margin-top: 240px;
}

.mail{
	position: absolute;
	top: 50%;
	left: 255px;
	margin: 260px 0 0 0;
}
/*-----	Navigation	-----*/

#menu{
	position: absolute;
	width: 105px;
	left: 0;
	top: 73px;
	float: left;
}

#menu li a{
	color: #b89e84;
}

#menu li a:hover{
	color: #9d2460;
}

#menu .aktiv{
	color: #9d2460;
}

