		
#BackGroundOben {
	background-color: #e6e6e6;
	height: 50%;
	width: 100%;
	top: 0px;
	position: fixed;
	left: 0px;
	z-index: 6;
	visibility: visible;
	overflow: auto;
}
#BackGroundUnten {
	background-color: #fff;
	height: 50%;
	width: 100%;
	left: 0;
	position: absolute;
	bottom: 0;
	visibility: visible;
	z-index: 7;
}
#BackGroundCenter {
	background-image: url(../imgs/background.jpg);
	height: 675px;
	width: 100%;
	position: absolute;
	top: 12.5px;
	z-index: 8;
	visibility: visible;
	top:0px;
	overflow: hidden;
	right: 0px;
	clip: rect(auto,auto,auto,auto);
}

#FrameworkCenter {
	height: 675px;
	width: 990px;
	position: absolute;
	left: 4%;
	top: 0px;
	z-index: 10;
	visibility: visible;
	overflow: auto;
}

#BackGroundNavi {
	background-image: url(../imgs/back_navi.jpg);
	height: 675px;
	width: 204px;
	top: 0;
	position: absolute;
	right: 0;
	visibility: visible;
}

#Ambiente {
	background-image: url(../imgs/Ambi_01.jpg);
	height: 100%;
	width: 343px;
	left: 1px;
	top: 0;
	position: absolute;
	visibility: visible;
}

#BackGroundContent {
	background-image: url(../imgs/back_content.jpg);
	height: 100%;
	width: 443px;
	left: 343px;
	top: 0px;
	position: absolute;
	visibility: visible;
}

#Navi {
	position:absolute;
	right: 30px;
	width:165px;
	height:265px;
	z-index:1;
	top: 242px;
	clip: rect(auto,5,auto,auto);
	visibility: visible;
}
#Content {
	position:absolute;
	width:394px;
	height:475px;
	z-index:1;
	left: 50px;
	top: 144px;
	overflow:auto;
	visibility: visible;
}
.ContentTable {
	table-layout: fixed; 
	width:380;
}

		
.ContentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336600;
	line-height: normal;
	text-decoration: underline;
}

.ContentSchrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.ContentLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #993366;
	text-decoration: underline;
}
