BODY {
        margin: 0;
        background-color: #ffffff;
        background-image: url(../04_images/01_background/background_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
        
}  

.hintergrund {
       background-color: #ffffff;
}

.firmenfarbe {
       background-color: #002b5f;
}



/***** POSITIONEN DES HAUPTDIVS START *****/

	.position_layer {
       		position:absolute;
       		left: 20px;
       		top: 20px;
	}

	.position_inline {
       		position:absolute;
       		left: 50%;
       		top: 20px;
       		margin-left: -486px;
	}

/***** POSITIONEN DES HAUPTDIVS ENDE *****/


