/* 4 spalten auf dem raster, mit hintergrund */div.a-4colsgrid-bg    {    width: 710px;    height: 424px;	position: relative;	margin-left: 25px;	margin-top: 20px;	z-index: 1;    }div.a-4colsgrid-1-1    {	width: 170px;	height: 136px;	position: absolute;	left: 50%;	margin-left:-355px;	top: 20px;	z-index: 1;    overflow: hidden;    }	div.a-4colsgrid-2-1    {	width: 170px;	height: 136px;	position: absolute;	left: 50%;	margin-left:-175px;	top: 20px;	z-index: 1;    }div.a-4colsgrid-2-2    {	width: 170px;	height: 136px;	position: absolute;	left: 50%;	margin-left:-175px;	top: 308px;	z-index: 1;    }div.a-4colsgrid-4-1    {	width: 170px;	height: 136px;	position: absolute;	left: 50%;	margin-left: 185px;	top: 20px;	z-index: 1;    }	div.a-4colsgrid-4-2    {	width: 170px;	height: 136px;	position: absolute;	left: 50%;	margin-left: 185px;	top: 308px;	z-index: 1;    }/* 4 spalten, jeweils eine rasterspalte breit*//* kasten oben links */div.b-4cols-1-1    {    position: absolute;	width: 170px;	height: 136px;	left: 25px;	top: 20px;	z-index: 1;    /*overflow: hidden;	background: #345612;*/    }/* Kasten unten links */div.b-4cols-1-2    {    position: absolute;    float: left;	width: 170px;	height: 136px;	left: 25px;	top: 308px;	z-index: 1;    overflow: hidden;	/*background: #345612;*/    }/* variable Spalte*/div.b-4cols-2-1    {    position: relative;    float: left;	width: 170px;	left: 205px;	top: 20px;	z-index: 1;	/*background: #345612;*/    }/* variable Spalte*/div.b-4cols-3-1    {    position: relative;    float: left;	width: 170px;	left: 215px;	top: 20px;	z-index: 1;	/*background: #345612;*/    }/* variable Spalte */	div.b-4cols-4-1    {    position: relative;    float: left;	width: 170px;	left: 225px;	top: 20px;	z-index: 1;	/*background: #345612;*/    }/* Kasten unten rechts */	div.b-4cols-4-2    {    position: absolute;    float: left;	width: 170px;	height: 136px;	left: 565px;	top: 308px;	z-index: 1;    overflow: hidden;	/*background: #345612;*/    }	/* für alle spalten, wenn nur in vier spalten umgebrochen werden soll, ohne alle extras und beschränkungen */		div.b-4cols    {    position: relative;    float: left;	width: 540px;	left: 205px;	top: 20px;	z-index: 1;	/*background-color: #234501; CSS Document */}div.b-4cols-float    {    position: relative;    float: left;	width: 170px;	margin-right: 10px;	margin-bottom: 8px;	z-index: 1;	/*background-color: #123456; CSS Document */	}	div.b-4cols-floatbreit    {    position: relative;    float: left;	width: 350px;	margin-right: 10px;	z-index: 1;	/*background-color: #123456; CSS Document */}/* 3 spalten, 1/2/1 rasterspalten brei*/div.c-3cols-1-1    {   	position: relative;    float: left;	width: 170px;	left: 25px;	top: 20px;	z-index: 1;	/*background: #345612;*/    }div.c-3cols-2-1    {    position: relative;    float: left;	width: 350px;	left: 35px;	top: 20px;	padding-left: 4px;	z-index: 1;	/*background: #345612;*/    }div.c-3cols-3-1    {	position: relative;    float: left;	width: 170px;	left: 45px;	top: 20px;	z-index: 1;    /*background: #345612;*/ }  /* für alle spalten, wenn nur in vier spalten umgebrochen werden soll, ohne alle extras und beschränkungen */		div.c-3cols-float    {    position: relative;    float: left;	width: 530px;	left: 25px;	top: 20px;	margin-left: 10px;	margin-bottom: 8px;	z-index: 1;}/*zoompage*/div.zoomimage    {	margin-bottom: 8px;    }div.zoomtext    {	margin-bottom: 8px;    }
