/* Style der module */

.module,
.module_green, 
.module_red,
.module_black,
.module_blue 
{
	padding: 10px;
}

#right .module { 	padding: 0; }

.module {
	background:  #fff;
/*	background:  #fff url(../images/opaque.png) repeat 0 0; */
}

.module_green {
	background: green;
	background:  url(../images/green_bg.png) 0 0 no-repeat; 
} 
.module_red {
	background: #FFA295;
}
.module_black {
	background-color: #000;
}
.module_blue {
	background: blue;
}
/* für runde ecken 2px via js */
div.outer { background: red; padding: 2px; }