/********************************************************************************
* Stylesheet: 	mfr-div-pos.css  (layer-definitionen, layer-hintergruende mit Positionierung)	*
* Author:		Wiebke Springbrunn						*
* Date:	  	24.02.2009							*
********************************************************************************/
html>body #centred{
	margin-top:-17px;
}

/* LAYER DEFINITIONEN ************************************************************/

#centred{
	width: 900px;
	height: 617px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0px;
	text-align: left;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	background: transparent;

}

#head	{
	width: 898px;
	height: 120px;
	padding-top: 7px;
	left: 0px;
	border-top: 1px;
	border-left: 1px;	
	border-bottom: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #C7C0B9;
	background: white;
}

#nav	{
	width: 898px;
	height: 60px;
	top: 0px;
	left: 0px;
	border-top: 1px;
	border-left: 1px;	
	border-bottom: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #C7C0B9;
	background: transparent;
}

#content	{
	width: 898px;
	height: 400px;
	float: left;
	border-top: 1px;
	border-left: 1px;	
	border-bottom: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #C7C0B9;
	background: white;
}
#content-text	{
	width: 600px;
	height: 350px;
	margin-top: 30px;
	margin-left: 149px;
	overflow: auto;
	float: center;
	background: transparent;
}

#bottom	{
	width: 898px;
	height: 30px;
	float: left;
	border-top: 1px;
	border-left: 1px;	
	border-bottom: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #C7C0B9;
	background: transparent;
}

#portrait {
	width: 130px;
	height: 150px;
	float: left;
}
