
/* moduletable style */
div.module-box {
	margin-bottom: 10px;
	width: 210px;
}

div.module-box p
{
	padding: 0;
	}

/* Module background styles */
div.module-box {
	padding: 0;
	background: transparent url(../images/module-box-light-bg-r.png) bottom right no-repeat;
}

div.module-box  div.inner1 {
	padding: 0 0 22px 0;
	background: transparent url(../images/module-box-light-bg-l.png) bottom left no-repeat;
}

div.module-box  div.inner2 {
	padding: 0 0 0 11px;
	background: transparent url(../images/module-box-light-bg-l.png) top left no-repeat;
}

div.module-box  div.inner3 {
	padding: 0 18px 0px 0;
	background: transparent url(../images/module-box-light-bg-r.png) top right no-repeat;
}
div.module-box .noheader {
	padding-top: 20px;
}

/* Module background styles */
/*
div.module-box:first-child {
	background: transparent url(../images/module-box-light-bg-r-first.png) bottom right no-repeat;
}

div.module-box:first-child  div.inner1 {
	background: transparent url(../images/module-box-light-bg-l-first.png) bottom left no-repeat;
}

div.module-box:first-child  div.inner2 {
	background: transparent url(../images/module-box-light-bg-l-first.png) top left no-repeat;
}

div.module-box:first-child  div.inner3 {
	background: transparent url(../images/module-box-light-bg-r-first.png) top right no-repeat;
}
*/
div.box-dunkel {
	background: transparent url(../images/module-box-dark-bg-r.png) bottom right no-repeat;
}

div.box-dunkel div.inner1 {
	background: transparent url(../images/module-box-dark-bg-l.png) bottom left no-repeat;
}

div.box-dunkel div.inner2 {
	background: transparent url(../images/module-box-dark-bg-l.png) top left no-repeat;
}

div.box-dunkel div.inner3 {
	background: transparent url(../images/module-box-dark-bg-r.png) top right no-repeat;
}
/*
div.box-dunkel:first-child {
	background: transparent url(../images/module-box-dark-bg-r-first.png) bottom right no-repeat;
}

div.box-dunkel:first-child div.inner1 {
	background: transparent url(../images/module-box-dark-bg-l-first.png) bottom left no-repeat;
}

div.box-dunkel:first-child div.inner2 {
	background: transparent url(../images/module-box-dark-bg-l-first.png) top left no-repeat;
}

div.box-dunkel:first-child div.inner3 {
	background: transparent url(../images/module-box-dark-bg-r-first.png) top right no-repeat;
}
*/
