* {
    margin: 0;
    padding: 0;
}
body {
	text-align: center;
	min-width: 900px;
	background-image: url(bilder/bretterwandopt.jpg);
	background-attachment: fixed;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

header, nav, footer, rechts, section, links {
    display: block;
}
header {
	/*background-color: yellow;*/
	background-image: url(bilder/mb-firmenlogo_small_opt.jpg);
	height: 155px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 100px;
}
header p {
	/*background-color: orange;*/
	text-align: right;
	padding-right: 15px;
	color: #FFF;
}
header a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
header a:hover {
	background-color: #96612B;
}
#logotext {
	padding-top: 50px;
	font-size: 20pt;
	color: #FFFFFF;
}
#steuerungoben {
    /* background-color: red; */
    background-image: url(bilder/grau-50.png);
    height: 24px;
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
    display: inline;
}

#steuerungoben a {
	display: block;
	width: 150px;
	/* background-color: yellow; */
	float: left;
	/* border-right: 1px solid red; */
	text-align: center;
	line-height: 24px;
	color: white;
	text-decoration: none;
}

#steuerungoben a:hover {
    background-image: url(bilder/grau-50.png);
}
links {
	/*background-color: green;*/
	float: left;
	width: 300px;
	height: 500px;
	background-image: url(bilder/holzofenbrot_big290x490.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
rechts {
	/*background-color: #808000;*/
	float: right;
	width: 300px;
	height: 504px;
	background-repeat: no-repeat;
}
rechts p {
	margin-top: 20px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
}
mitte {
	height: 500px;
	float: left;
	min-width: 299px;
	background-image: url(bilder/mitte290x490.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
footer {
	/* background-color: brown; */
	background-image: url(bilder/grau-50.png);
	color: white;
	text-align: center;
	clear: both;
	height: 210px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 900px;
	position: relative;
}
footer p {
	text-align: left;
}
#footeradresse {
	text-align: left;
	border-top-width: 1px;
	border-right-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	left: auto;
	right: auto;
	position: absolute;
}
#footertelefon {
	text-align: left;
	border-top-width: 1px;
	border-right-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	position: absolute;
}

#footerzeiten {
	text-align: left;
	border-top-width: 1px;
	border-right-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	position: absolute;
}
#footercopyright {
	text-align: left;
	position: absolute;
}



#wrapper {
	/*background-color: #eeeeee;*/
	width: 900px;
	/*border: 2px solid red;*/
	margin: 0 auto;
	text-align: left;
	background-image: url(bilder/durchsichtig61.png);
}
