/* Styles for boxes */

#box_1, #box_2  {
	width: 888px;
	float: left;
}

#box_1 #box_header, #box_2 #box_header {
	height: 76px;
	width: 888px;
	float: left;
}

#box_1 #box_header #title, #box_2 #box_header #title {
	line-height: 76px;
	padding-left: 40px;
}

#box_1 #box_content, #box_2 #box_content {

	width: 886px;
	float: left;
}

#box_1 #box_content #modul, #box_2 #box_content #modul {
	margin: 10px;
}

#box_1 #box_content #wpage, #box_2 #box_content #wpage {
	margin: 10px;
}

#box_1 #box_footer, #box_2 #box_footer {
	height: 40px;
	width: 888px;
	float: left;
}

/* END */

/* Color for boxes */

#box_1 #box_header #title, #box_2 #box_header #title, #box_0 #box_header #title {
	color: #ffdbb7;
	font-size: 18px;
}

/* END */

/* Images for boxes */

#box_1 #box_header {
	background: url(../images/box_header.jpg) top left no-repeat;
}

/* #box_1 #box_footer, #box_2 #box_footer {
	background: url(../images/box_footer.gif) top left no-repeat;
}

#box_2 #box_header {
	background: url(../images/box2_header.jpg) top left no-repeat;
} */

/* END */

/* !!!! Box 0 - NO EDIT !!!! */

#box_0  {
	width: 888px;
	float: left;
}

#box_0 #box_header {
	height: 40px;
	width: 888px;
	float: left;
}

#box_0 #box_header #title {
	padding-top: 20px;
	padding-left: 10px;
}

#box_0 #box_content {
	width: 886px;
	float: left;
}

#box_0 #box_content #modul, #box_0 #box_content #wpage {
	margin: 10px;
}

#box_0 #box_footer {
	height: 40px;
	width: 888px;
	float: left;
}

/* !!!! END !!!! */
