* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

#contentwrapper {
	width: 850px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/wrapper.gif) repeat-y;

}

div#leftCol {
float: left; 
width: 191px;
}
div#rightCol {
	float: right;
	width: 180px;
	text-decoration: none;

}

div#centerCol {
	margin: 0 180px 0 191px;
	background: url(../images/aquarell.jpg) no-repeat center top;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

