/*
 * CE Textbox
 */
.textbox{
	position:relative;
	margin-bottom:20px;
}
.textbox a{
	color:#011B56; !important;
}


/*
 * Headline
 */
.textbox .headline{
	line-height:19px;
	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;
}
.textbox .headline span{
	color:#005F9C;
}
.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,
.blue_fill .headline{
	background:url('../images/bluebox_head.gif') no-repeat;
}
.blue .headline h3,
.blue_fill .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 #ECECED;
	border-left:1px solid #ECECED;
	padding:10px;
}
.blue .middle{
	border-color:#A5D1EC;
}
.grau .middle{
	background:#EBEBEC;
}
.green .middle{
	border-color:#B9D2B0;
}
.blue_fill .middle{
	border-color:#019FD8;
	background:#019FD8;
	color:#FFF;
}
.blue_fill .middle a{
	color:#FFF;
}


/*
 * Footline
 */
.textbox .footline{
	line-height:6px;
	background:url('../images/box_footer.gif') no-repeat;
}
.textbox .footline h4{
	margin:0px;
	padding:0px;
	background:url('../images/box_footer_right.gif') no-repeat top right;
}
.grau .footline{
	background:url('../images/graubox_footer.gif') no-repeat;
}
.grau .footline h4{
	background:url('../images/graubox_footer_right.gif') no-repeat top right;
}
.blue .footline{
	background:url('../images/bluebox_footer.gif') no-repeat;
}
.blue .footline h4{
	background:url('../images/bluebox_footer_right.gif') no-repeat top right;
}
.green .footline{
	background:url('../images/greenbox_footer.gif') no-repeat;
}
.green .footline h4{
	background:url('../images/greenbox_footer_right.gif') no-repeat top right;
}
.blue_fill .footline{
	background:url('../images/bluebox_fill_footer.gif') no-repeat;
}
.blue_fill .footline h4{
	background:url('../images/bluebox_fill_footer_right.gif') no-repeat top right;
}

