.generalBlue_container {	
	font-family:		Arial,Helvetica;
	font-size:			12px;
}



/* Header Style1: GeneralBlue mit TH Content */

	.generalBlue_header {
		height:				27px;
		width:				100%;
		background:			url('header/headerBackground.gif') #0580bb no-repeat right top;
		border-bottom:		#0075ad 1px solid;
	}
	
	.generalBlue_header_leftCorner {
		width: 				auto ! important; width: 10px; min-width: 10px;
		margin-right:		50px;
		height: 			27px;
		background:			url('header/headerBackground.gif') #0580bb no-repeat left top;
		
		color:				#FFFFFF;
		font-family:		Arial;
		font-size:			14px;
		font-weight:		bold;
	}

/* Ende Header Style 1 */




/* Header Style2: GeneralBlue ohne TH Content */

	.generalBlue_headerStyle2 {
		height:				11px;
		width:				100%;
		background:			url('header2/headerBackground.gif') repeat-x top left;
		
	}
	
	.generalBlue_headerStyle2_leftCorner {
		position:			relative;
		z-index:			99;
		left:				0px;
		bottom:				0px;
		
		width:				11px;
		height:				11px;
	
		float:				left;
		background:			url('header2/headerCorner_left.gif') no-repeat left top;
	}
	.generalBlue_headerStyle2_rightCorner {
		position:			relative;
		z-index:			100;
		right:				0px;
		bottom:				0px;
		
		width:				11px;
		height:				11px;
		
		float:				right;
		background:			url('header2/headerCorner_right.gif') no-repeat right top;
	}

/* Ende Header Style 2 */

.generalBlue_headline {
	position:			relative;
	top:				5px;
	left:				10px;
	white-space:		nowrap
}

.generalBlue_body {
	border-left:		#84D3F7 1px solid;
	border-right:		#84D3F7 1px solid;
}
.generalBlue_body_filled_gradient {
	background:			url('filling/backgroundFilling.gif') repeat-x bottom left;
}
.generalBlue_body_filled_solid {
	background-color:	#cee7f7;
}

* html .generalBlue_body_headerStyle2 {
	margin-top:			-4px;	
}

.generalBlue_content {
	padding-top:			10px;
	padding-left:			5px;
	padding-right:			5px;
	padding-bottom:			5px;
}
.generalBlue_content_headerStyle2 {
	padding-top:			0px;
	padding-bottom:			0px;	
}

.generalBlue_bottom {
	height:				11px;
	width:				100%;
	background:			url('bottom/bottomBackground.gif') repeat-x left top;
}

.generalBlue_bottom_leftCorner {
	position:			relative;
	z-index:			99;
	left:				-1px;
	bottom:				0px;
	
	width:				11px;
	height:				11px;

	float:				left;
	background:			url('bottom/bottomCorner_left.gif') no-repeat left top;
}
.generalBlue_bottom_rightCorner {
	position:			relative;
	z-index:			100;
	right:				-1px;
	bottom:				0px;
	
	width:				11px;
	height:				11px;
	
	float:				right;
	background:			url('bottom/bottomCorner_right.gif') no-repeat right top;
}

.generalBlue_bottomIeFix {
	height:				11px;
	overflow:			hidden;
	margin-left:		-1px;
	margin-right:		-1px;
}