/* CSS Document */
html { 
	height:100%; 
	margin:0; 
	padding:0; 
}

body {
	background-color: #7D3B40; 
	height:100%; 
	margin:0; 
	padding:0;
	background-image: url(img/holzkachel_u.jpg);
	background-repeat: repeat;
}
#balkoben{
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 50px;
	width: 100%;
	height: 60px;
	margin-left: 0px;
	margin-top: 0px;
	z-index : 1;
	background-color: #7D3B40;
	overflow: visible;
}
#balkunten{
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 688px;
	width: 100%;
	height: 60px;
	margin-left: 0px;
	margin-top: 0px;
	z-index : 1;
	background-color: #7D3B40;
	overflow: visible;
}
#farbMitte{
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 110px;
	width: 100%;
	height: 578px;
	margin-left: 0px;
	margin-top: 0px;
	z-index : 1;
	background-color: #404040;
	overflow: visible;
}
#inhalteStart{
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 50px;
	width: 926px;
	height: 698px;
	margin-left: -463px;
	margin-top: 0px;
	z-index : 2;
	background-color: #404040;
	overflow: hidden;
}
