.artikelHeadline {
	font-weight:			bold;
	font-size:				14px;
}

.artikelSubheadline {
	font-weight:			bold;
	font-size:				12px;
}

.beschreibungsBox {
	clear:					both;
	background-color:		green;
}

.artikelKurzbeschreibung {
	line-height:			18px;
	margin-bottom:			20px;
}

.artikelBeschreibung {
}

.imagePosition {
	float:					left;
	margin-right:			8px;
}



.suchHeadline {
	font-weight:			bold;
	font-size:				14px;
}

.suchSubheadline {
	font-size:				10px;
	padding-bottom:		20px;
}



/************** Styles fuer die Kartenuebersicht ****************/

table.kartenTablePosition {
	width:						100%;
	padding:					2;
	border-spacing:		2px;
	empty-cells:			show;
}

td.kartenTdPosition {
	vertical-align:		top;
}

.clearLeft {
	clear:				both;
}

.blockStyle {
	display: 			block;
}