/* 
 * Montageservie Jutta Diekhoff
 * 
 * 
*/
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fdf9f1;
	font-family: 'Roboto', sans-serif;
	color: #3c393a;
}
.clear {
	clear: both
}

.mittig {
	margin: 0 auto;
	text-align: left;
	width:960px;
	min-height: 700px;
	z-index: 5;
	background-position: center bottom;
}
.menu {
	padding: 20px 20px 20px 20px;
	text-align:center;
	z-index: 7;
}
.haupttext {
	position: absolute;
	z-index: 6;
}

.haupttext h1, h2, h3, h4, h5, a {
	color: #3c393a;
	text-decoration: none;
}


.montageservice {
	padding: 0 30px 100px 30px;
	background:url("../bg/meterband.jpg") #fff;
	background-position:center bottom;
	background-repeat:no-repeat;
	border:solid 2px #806a50;
	border-radius: 5px;
	margin-top:20px;
	width: 876px;
}

ul#hauptmenu {
	margin: 0 0 0 -35px;
}
ul#hauptmenu li {
	list-style: none;
	background-color: #d1c7b5;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	margin: 0 5px 8px;
	padding: 5px 10px 5px 10px;
	display:inline;
}

ul#hauptmenu li {
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	color: #231f20;
}
ul#hauptmenu li:hover {
	background-color: #b0a899;
}
ul#hauptmenu li a {
	color: #231f20;
}
ul#hauptmenu li a:hover{
	color: #231f20;
}