.content_box_container{
	
}
.content_box{
	width: 492px;	
	padding: 0;
	margin: 0;
}


.content_box_head{
	border-bottom: 1px solid #00519e;	
}
.content_box_head_label{
	float:left;
	border-left: 1px solid #00519e;	
	background-image: url(../images/content_box/content_corp_kopf1.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 478px;
	height: 29px;
	
}
.content_box_head_bg_right{
	float: right;
	background-image: url(../images/content_box/content_corp_kopf3.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 13px;
	height: 29px;
}

.content_box_content{
	min-height: 100px;
	background-image: url(../images/content_box/content_corp_mitte3.gif);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #92929f;
}


.content_box_content_bg_right{
	float: right;
	background-image: url(../images/content_box/content_corp_mitte3.gif);
	background-position: top right;
	background-repeat: repeat-y;
	width: 13px;
	height: 100%;
	
}


.content_box_content_bg{
	width: 479px;
	border-left: 1px solid #00519e;
	background-color: #92929f;
	float:left;
}

.content_box_content_text{
	padding: 0;
	margin: 0;
	float: right;
	width: 319px;
	min-height: 400px;
	background-color: #ffffff;
	

}
.content_box_content_left{
	padding: 0;
	margin: 0;
	float: left;
	width: 160px;
	min-height: 100px;
}
.content_box_bottom_bg_right{
	float: right;
	background-image: url(../images/content_box/content_corp_ende3.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 4px;
	width: 13px;
}

.content_box_bottom_bg_left{
	float: left;
	background-image: url(../images/content_box/content_corp_ende1.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 479px;
	height: 4px;
}

.content_box_content_text_wrap{
	margin-top: 5px;
	margin-left: 2px;	
}


/******************************************
* CONTENT BOX 1 COL 					  *
******************************************/


.content_box_1col_content{
	min-height: 100px;
	background-image: url(../images/content_box/content_corp_mitte3.gif);
	background-position: top right;
	background-repeat: repeat-y;
}


.content_box_1col_content_text{
	
	float: left;
	width: 484px;
	min-height: 100px;
	background-color: #ffffff;
	border-left: 1px solid #00519e;
}

/******************************************
* CONTENT BOX 1 COL END					  *
******************************************/


/* IE */
* html .content_box_content_text{
	width: 318px;
	height: 400px;	
}
* html .content_box_content_text_wrap{
	padding-right: 3px;	
}
