/********************************************************************************
* Stylesheet: 	miniautobahn-div-pos.css  (layer-definitionen, layer-hintergruende mit Positionierung)	*
* Author:		Wiebke Springbrunn                              				*
* Anpassungen:	Nora Angstmann                                                 *
* Aktualisiert: Wiebke Springbrunn                                             *
* Date:	  	16.09.2009							*
********************************************************************************/


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

#logo-kt	{
	width: 198px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#head	{
	width: 727px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 223px;
}

/*#functnav	{
	width: 198px;
	height: 56px;
	position: absolute;
	top: 137px;
	left: 0px;
	background-color:#993300;
}*/

#mainnav	{
	width: 198px;
	height: 370px;
	position: absolute;
	top: 137px;
	left: 0px;
}

#content	{
	width: 727px;
	height: 790px;
	position: absolute;
	overflow: auto;
	top: 135px;
	left: 253px;
}

#bottom	{
	width: 160px;
	/*	width: 950px;*/
	height: 30px;
	position: absolute;
	top: 550px;
	left: 0px;
}

/* LAYER Hintergrund und Positionierung innerhalb ***************************************/

.logopos	{
	margin-top:35px;
	margin-left:25px;
}
