body	{
	margin				:	0;
	padding				:	0;
	background-image: url(/Bilder_Stadt_OD/Allgemein/background_vhs.jpg); 
	background-repeat: repeat-y; 
	background-position: center 0;
}
#layout_topcontainer	{
	z-index				:	1;
	width				:	992px;
	background-color: transparent; 
}

#layout_untercon1	{
	z-index				:	2;
	height				:	148px;
	width				:	992px;
}

#layout_untercon2	{

	background-color: transparent;
	top					:	148;
	left				:	0px;
	z-index				:	2;
	width				:	992px;
	height				:	100%;

}

#layout_linkeseite	{
	background-color: transparent; 
	z-index				:	3;
	float				:	left;	
	width				:	157px;
}

#layout_rechteseite	{
	background-color: transparent; 
	z-index				:	3;
	width				:	225px;
	float				:	right;
}
#layout_mitte	{
	background-color: transparent; 
	z-index				:	3;
	width				:	auto;
	margin-left : 157px;
	margin-right : 225px;
}
#footer	{
	background-color: #F0F9F4; 
	z-index				:	1;
	width				:	992px;
	vertical-align			:	bottom;
}