/* Obere Ecken und Rand */

.cbt {
	width: 100%;
	height: 45px;
}

.cbt1 {
	width: 100%;
	background-image: url(images/boxes/blue/t_l.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 45px;
}

.cbt2 {
	width: 100%;
	background-image: url(images/boxes/blue/t_r.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 45px;
}

.cbt3 {
	margin-left: 28px;
	margin-right: 28px;
	background-image: url(images/boxes/blue/t_bg.gif);
	background-repeat: repeat-x;
	height: 45px;
}

/* Untere Ecken und Rand */

.cbb {
	width: 100%;
	height: 28px;
}

.cbb1 {
	width: 100%;
	background-image: url(images/boxes/blue/b_l.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 28px;
}

.cbb2 {
	width: 100%;
	background-image: url(images/boxes/blue/b_r.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 28px;
}

.cbb3 {
	margin-left: 28px;
	margin-right: 28px;
	background-image: url(images/boxes/blue/b_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
}

/* Content und seitlicher Rand */

.cbc {
	width: 100%;
}

.cbc1 {
	width: 100%;
	background-image: url(images/boxes/blue/bd.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.cbc2 {
	width: 100%;
	background-image: url(images/boxes/blue/bd.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.cbc3 {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #F9FAFC;
	padding: 5px 15px 5px 15px;
}