/***********************************************************/
/* Container 1: Weisser Rahmen, Farbverlauf im Hintergrund */
/* Rand auf allen Seiten                                   */
/***********************************************************/

.c1Table {
	width: 100%;
}
.c1CellLeft {
	height: 22px;
	width: 22px;
}
.c1CellRight {

	height: 22px;
	width: 22px;
}
.c1CellContent {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(media/c1_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 4px;
	vertical-align: top;



}
.c1CellAction {
	vertical-align: top;
	padding-top: 6px;
	text-align: center;
}
.c1ContentTitle {
	vertical-align: top;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DFD3;
}
.c1Content {
	padding-top: 6px;
	font-size: 12px;
	color: #333333;

}

/***********************************************************/
/* Container 2: Weisser Rahmen, Kein Hintergrund           */
/* Rand auf allen Seiten                                   */
/***********************************************************/

.c2Table {
	width: 100%;
}
.c2CellLeft {
	height: 22px;
	width: 22px;
}
.c2CellRight {

	height: 22px;
	width: 22px;
}
.c2CellContent {
	border: 1px solid #FFFFFF;
	padding: 4px;
	vertical-align: top;



}
.c2CellAction {
	vertical-align: top;
	padding-top: 6px;
	text-align: center;
}
.c2ContentTitle {
	vertical-align: top;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.c2Content {
	padding-top: 6px;
	font-size: 12px;
	color: #333333;

}

/***********************************************************/
/* Container 3: Kein Rahmen, Kein Hintergrund              */
/* Rand auf allen Seiten                                   */
/***********************************************************/

.c3Table {
	width: 100%;
}
.c3CellLeft {
	height: 22px;
	width: 22px;
}
.c3CellRight {

	height: 22px;
	width: 22px;
}
.c3CellContent {
	padding: 4px;
	vertical-align: top;



}
.c3CellAction {
	vertical-align: top;
	padding-top: 6px;
	text-align: center;
}
.c3ContentTitle {
	vertical-align: top;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.c3Content {
	padding-top: 6px;
	font-size: 12px;
	color: #333333;

}

/***********************************************************/
/* Container 4: Kein Rahmen, Kein Hintergrund, Kein Rand   */
/* Mit Titel			                                   */
/***********************************************************/

.c4Table {
	width: 100%;
	}
.c4CellAction {
	vertical-align: top;
	padding-top: 6px;
	text-align: center;
}
.c4ContentTitle {
	width: 100%;
	vertical-align: top;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.c4Content {
	width: 100%;
	padding-top: 6px;
	font-size: 12px;
	color: #333333;
}

/***********************************************************/
/* Container 5: Kein Rahmen, Kein Hintergrund, Kein Rand   */
/* Kein Titel			                                   */
/***********************************************************/

.c5Table {
	width: 100%;
	}
.c5Content {
	width: 100%;
	font-size: 12px;
	color: #333333;
}







h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: inline;

}


