/* CSS Document */
.fce{
	height:242px;
	width:1000px;
	overflow:hidden;
}
/*----------------------------------3spalten--------------------------*/
#links{
	width:476px;
	padding:15px 10px 0 14px;
	border-top:11px solid #fff;
	float:left;
}
#mitte{
	width:224px;
	border-top:11px solid #EEE;
	padding:15px 10px 0 16px;
	float:left;
}
#rechts{
	width:250px;
	border-top:11px solid #EEE;
	padding:5px 0 0 0;
	float:left;
}
#rechts p{
	padding:10px 0 0 12px;
}


/*----------------------------------2spalten--------------------------*/
#links-2sp{
	width:726px;
	padding:15px 10px 0 14px;
	border-top:11px solid #EEE;
	float:left;
}

#rechts-2sp{
	width:248px;
	padding:2px 0 0 0;
	border-top:11px solid #EEE;
	float:left;
}

#rechts-2sp p{
	padding:13px 0 0 12px;
}
/*----------------------------------2spalten fix--------------------------*/
#fix{
	width:726px;
	height:215px;
	padding:15px 10px 0 14px;
	border-top:11px solid #EEE;
	overflow:auto;
	float:left;
}

/*#rechts-2sp{
	width:238px;
	background:red;
	padding:5px 0 10px 12px;
	border-top:11px solid #EEE;
	float:left;
}*/
/*----------------------------------3spalten H1--------------------------*/
.fce-h1{
	position:absolute;
	top:-3px;
	height:15px;
	width:1000px;
}
*html .fce-h1{
	position:absolute;
	top:-3px;
	width:1000px;
}


#links-h1{
	width:500px;
	height:15px;
	background:#8F9295;
	float:left;
}
#mitte-h1{
	width:245px;
	height:15px;
	background:#8F9295;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	float:left;
}
#rechts-h1{
	width:251px;
	height:15px;
	background:#8F9295;
	float:left;
}
/*----------------------------------2spalten H1--------------------------*/
#links-2sp-h1{
	width:748px;
	height:15px;
	background:#8F8D93;
	float:left;
}
#rechts-2sp-h1{
	width:250px;
	height:15px;
	background:#8F8D93;
	border-left:2px solid #fff;
	float:left;
}

.clear{
	clear:left;
}

