/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	overflow: hidden;

}
.rahmentabelle {
	height: 100%;
}

#bodylayer {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #FFFFFF;
	overflow: hidden;

}

.tabelle {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;


}

.tabelle1 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	height: 100%;
	width: 760px;
	top: 0px;
	bottom: 0px;	
}
.oben {
	height: 250px;
}
.mitte {
	height: 100%;
	
}

.unten {
	height: 46px;
}

