/********************************************************************************
* Stylesheet: 	werubauag-div-pos.css  (layer-definitionen, layer-hintergruende mit Positionierung)	*
* Author:	Wiebke Springbrunn						*
* Date:	  	29.05.2007							*
********************************************************************************/


/* LAYER DEFINITIONEN ************************************************************/


#centred{
	width: 1100px;
	height: 520px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	background: transparent;

}


#nav	{
	width: 200px;
	height: 520px;
	top: 0px;
	left: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background: white;
}

#nav-nav	{
	width: 200px;
	height: 410px;
	top: 0px;
	left: 0px;
	background: white;
}

#logo	{
	width: 200px;
	height: 110px;
	margin-top: 0px;
	left: 0px;
	background: white;
}

#content	{
	width: 700px;
	height: 520px;
	top: 0px;
	float: left;
	overflow: auto;
	background: #CCCCCC;
}


#news-header	{
	width: 200px;
	height: 30px;
	top: 0px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #00548E;
}



#news-content	{
	width: 200px;
	height: 520px;
	top: 0px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #00548E;
	background: white;
}
