/*
 * CE Textbox
 */
.textbox{
	position:relative;
	margin-bottom:20px;
}

/*
 * Headline
 */
.textbox .headline{
	line-height:24px;
	padding-left:8px;
	background:url('../images/box_head.gif') no-repeat;
}
.textbox .headline h3{
	background:url('../images/box_head_right.gif') no-repeat top right;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#828282;
}
.grau .headline{
	background:url('../images/graubox_head.gif') no-repeat;
}
.grau .headline h3{
	background:url('../images/graubox_head_right.gif') no-repeat top right;
}
.blue .headline{
	background:url('../images/bluebox_head.gif') no-repeat;
}
.blue .headline h3{
	color:#FFF;
	background:url('../images/bluebox_head_right.gif') no-repeat top right;
}
.green .headline{
	background:url('../images/greenbox_head.gif') no-repeat;
}
.green .headline h3{
	color:#FFF;
	background:url('../images/greenbox_head_right.gif') no-repeat top right;
}

/*
 * Middle
 */
.textbox .middle{
	border-right:1px solid #F1F1F1;
	border-left:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
	padding:10px;
}
.blue .middle{
	border-color:#A5D1EC;
}
.grau .middle{
	background:#EBEBEC;
}
.green .middle{
	border-color:#B9D2B0;
}
