/********************************************************************************
* Stylesheet: 	karelsiw-div-pos.css  (layer-definitionen, layer-hintergruende mit Positionierung)	*
* Author:	Gabriela Beutter						*
* Date:	  	3.12.2009						*
********************************************************************************/


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


#centred{
	width: 910px;
	height: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	background: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}


#nav	{
	width: 120px;
	height: 400px;
	top: 0px;
	left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav-nav	{
	width: 404px;
	height: 50px;
	margin-right: 150px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo	{
	width: 410px;
	height: 200px;
	margin-top: 0px;
	left: 0px;
	margin-left: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content	{
	width: 690px;
	height: 400px;
	overflow: hidden;
	float: left;
	margin-top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 70px;
}
#content_weiss {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	float: left;
	background-color: #FFFFFF;
}
