/********************************************************************************
* Stylesheet: 	win-web-div-pos.css  (layer-definitionen, layer-hintergruende mit Positionierung)	*
* Author:		Wiebke Springbrunn						*
* Date:	  	21.12.2007							*
********************************************************************************/
html>body #head{
	height:90px;
}

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



#centred{
	width: 750px;
	height: 480px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	background: transparent;
}


#head	{
	width: 750px;
	height: 85px;
	top: 0px;
	left: 0px;
	background: transparent;
}


#aroundcontent	{
	width: 750px;
	height: 365px;
	top: 0px;
	float: left;
	background: white;
}


#content	{
	width: 564px;
	height: 310px;
	overflow: auto;
	float: left;
	scroll: auto;
	background: white;
}


#bottom	{
	width: 750px;
	height: 25px;
	float: left;
	background: transparent;
}