H3
{
	font-size:			14px;
	font-family:		arial;
	font-weight:		bold;
	font-style:			italic;
	
	color:				#58595B;
}

H4
{
	font-size:			12px;
	font-family:		arial;
	font-weight:		bold;
	font-style:			italic;
	
	color:				#231F20;
}

H5
{
}

.catalogueView
{
	width:				790px;
	border:				0px solid black;
	text-align:			left;
	
	padding:			10px;
}

#headlineBox
{
	width:				320px;
	height:				24px;
	
	background-color:	#B72837;
	
	font-size:			22px;
	font-family:		arial;
	font-weight:		normal;
	font-style:			italic;
	
	color:				#D1D2D4;
	
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		20px;
	padding-right:		20px;
}

#subHeadlineBox
{
	font-size:			18px;
	font-family:		arial;
	font-weight:		bold;
	font-style:			italic;
	
	color:				#58595B;
}

.imageBox
{
	border:				0px;
}

.tableTitleBoxCell
{
	min-height:				20px;
}

.tableTitleBoxCellColored
{
	background-color:	#DCDDDE;
}

.table
{
	margin:				0px;
	padding:			0px;
	border-collapse:    collapse;	
	table-layout: 		auto;  /* stupid workaround for css-incompatibility with ie-css */
	_table-layout: 		fixed; /* stupid workaround for css-incompatibility with ff-css */
}

.tableRow
{
	vertical-align:		top;
}

.tableCell
{
	font-size:			12px;
	font-family:		arial;
	font-style:			italic;
	font-weight:		normal;	
}


.tableCellPadding
{
	padding-left:		3px;
	padding-right:		3px;	
}

.alignLeft
{
	text-align:			left;
}

.alignRight
{
	text-align:			right;
}

.alignCenter
{
	text-align:			center;
}

.valignMiddle
{
	vertical-align:		middle;
}

.valignBottom
{
	vertical-align:		bottom;
}

.bordered
{
	border:				2px solid #939598;
}

.unbordered
{
	border:				0px;
}

.borderedLeft, .contentBordered
{
	border-left:		2px solid #939598;
}

.borderedRight, .contentBordered
{
	border-right:		2px solid #939598;
}

.borderedTop
{
	border-top:			2px solid #939598;
}

.unborderedTop
{
	border-top:			0px;
}

.unborderedBottom
{
	border-bottom:			0px;
}

.borderedBottom, .contentBordered
{
	border-bottom:		2px solid #939598;
}

.hr
{
	border: 			0px; /* Für Firefox und Opera */
 	border-top: 		solid 1px #939598;
 	border-bottom: 		solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

.boldText
{
	font-weight:		bold;
}