﻿#index {
	width: 300px;
	float: left;
	display: block;
}

	#index .promo {
		background-image: url(IndexPromo.gif);
		background-position: top left;
		background-repeat: no-repeat;
		width: 300px;
		height: 190px;
		margin-bottom: 10px;
		position: relative;
	}
	
		#index .promo .titel {
			height: 19px;
			padding: 6px 10px 5px 10px;
			color: White;
			font-size: 10pt;
			font-weight: bold;
			line-height: 20px;
		}
		
		#index .promo .naam {
			height: 30px;
			font-size: 18px;
			text-align: right;
			padding: 5px 10px 5px 5px;
			color: #335075;
		}
		
		#index .promo .doos {
			position: absolute;
			top: 35px;
			left: 10px;
		}
		
		#index .promo .sticker {
			position: absolute;
			top: 90px;
			left: 50px;
		}
		
		#index .promo ul {
			margin-right: 10px;
			list-style-type: none;
		}	
		
			#index .promo ul li {
				text-align: right;
				padding-bottom: 14px;
				font-size: 9pt;
				color: #335075;
				padding-right: 10px;
				background-image: url(IndexPromoUlLi.gif);
				background-repeat: no-repeat;
				background-position: right 5px;				
			}
			
		#index .promo .bestellen {
			width: 118px;
			height: 18px;
			display: block;
			background-image: url(IndexPromoBestellen.png);
			background-repeat: no-repeat;
			padding: 10px 10px 0px 10px;
			text-align: right;
			color: #335075;
			font-weight: bold;
			font-size: 7pt;
			text-decoration: none;
			position: absolute;
			top: 150px;
			left: 150px;
		}
			
