
	.threepartstable {
		width: 808px;
		vertical-align: top;
	}
	
	.leftpart {
		border-right: 1px solid #efefef;
		vertical-align: top;
		padding-right: 13px;
		padding-top: 0;
		width: 251px;
	}
	
	.middlepart {
		border-right: 1px solid #efefef;
		vertical-align: top;
		padding-top: 0;
		padding-left: 14px;
		padding-right: 13px;
		width: 250px;
	}
	
	.rightpart {
		vertical-align: top;
		padding-left: 13px;
		padding-top: 0;
		width: 251px;
	}
	
	.boxheadline {
		font-size: 16px;
		background: #2a518c url(http://www.golf.de/images/hlist_hover.gif) repeat-x;
		padding: 5px 10px;
		color: #fff;
		margin: 0;
	}
	
	
	
	h3 {
		font-size: 13px !important;
		font-weight: bold !important;
	}
	
	/* Der Wrapper der Box */
	.aShopBox {
		position: relative;
		width: 250px;
		padding-bottom: 20px;
		clear: both;
	}

	
	/* Der Inhalt der Box, unter der Box-Überschrift */
	.boxContent {
		padding: 5px 10px 0px 10px;
		clear:both;
	}
	
	/* Benutzer für eine Box ein Teaserbild hat, Bild steht links, class gehört zum Bild */
	.aLeftTeaserPic {
		float:left;
		margin: 0 10px 10px 0;
		width: 100px;
	}
	
	
	.aBookTeaserPic {
		float:left;
		margin: 0 10px 10px 0;
		height: 100px;
		width: 75px;
	}
	
	.aDGVShopTeaserPic {
		float:left;
		margin: 0 10px 10px 0;
		width: 75px;
	}
	
	
	/* Benutzer für eine Box ein Teaserbild hat, Bild steht rechts, class gehört zum Bild */
	.aRightTeaserPic {
		float:right;
		margin: 0 0px 10px 10px;
		width: 100px;
	}
	
	/* Benutzer für eine Box die nur ein großes Bild hat, class gehört zum Bild */
	.aTopPic {
		width: 250px;
		margin: 0;
	}
