/*-----	Standart Stylesheet Schreinerei Neumann		-----
		Hintergrundfarbe	hellbraun		=	#f3e9d5
						mittelbraun	=	#dfcead
						dunkelbraun	=	#d7c298	
  -----	Inhalt	-----*/
						
body {
	background-color: #dfcead;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: scroll;
}

#Schreinerei{
	z-index: 5;
	background-color: #d7c298;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 242px;
	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;
}

#Willkommen{
	position: absolute;
	top: 73px;
	left: 515px;
}

.holzverarbeitung{
	z-index: 5;
	position: absolute;
	left: 130px;
	top: 0:
}

.Schreinerei{
	z-index: 15;
	position: absolute;
	top: 50%;
	left: 251px;
	margin: -50px 0 0 0;
	border-bottom: 1px solid #ffffff;
}

.Meisterbetrieb{
	z-index: 15;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 246px 0 0 -390px;
}

/*-----	Navigation	-----*/

#menu{
	position: absolute;
	width: 105px;
	left: 0;
	top: 73px;
	float: left;
}

#menu li a{
	color: #ebe0c8;
}

#menu li a:hover{
	color: #9d2460;
}

#menu .aktiv{
	color: #9d2460;
}

