html {
	height: 100%;
	text-align:center;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	text-align:center;
	background-color:#E9EFF8;
	overflow:auto;
}
#page{
	height: 100%;
	margin:0 auto;
	z-index:100;
	width:705px;
	

}
#kopf{
	background-color:#E4E8F2;
	height:60px;
	width:704px;
	z-index:110;
}
#page-content{
	text-align:left;
	height: 100%;
	margin:0 auto;
	width:705px;
	z-index:120;
}
#left-col{
	background-color:#E4E8F2;
	padding-left:15px;
	padding-top:25px;
	height: 100%;
	width:140px;
	z-index:130;
	float:left;
}
#content-box{
	width:482px;
	float:left;
	z-index:140;
	
}
* html #content-box{
	width:485px;
}
#right-col{
	background-color:#E4E8F2;
	height: 100%;
	width:68px;
	padding-top:17px;
	float:right;
	z-index:150;
}
#hauptnavi{
}
#extnavi{
	background-color:#E9EFF8;
	text-align:center;
	margin-bottom:20px;
}
#page-titel{
	padding-left:8px;
	margin-bottom:25px;
	color:#005694;
	font-weight:bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
#content{
	padding-left:8px;
	overflow:auto;
}
