/* Inhalts CSS für wirdesignen.de */

#inhalt { /* Umfasst den kompletten Seiteninhalt */
	position: relative;
	top: 0px;
	z-index:0;
	height: 402px;
	width: 800px;
    left: 50%;
    margin-left: -400px; /* margin-left = invert(width / 2)! */
}

#left_col {
	position: absolute;
	top: 300px;
	left:11px;
	z-index:0;
	height: auto;
	width: 478px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#normal_col { /*  */
	position:absolute;
	left:534px;
	top:300px;
	height:auto;
}
