#right {
	float: left;
	margin-left: 4px;
	width: 203px;
	overflow: hidden;
}
	
	#right > .item {
		padding: 10px 4px;
		margin-bottom: 10px;
		border-bottom: 1px solid #E4E4E4;
		font-size: 10px;
	}
				
		#right > .item.ts {
			padding: 0 0 10px 0;
			text-align: center;
		}
		
		#right > .item.allergie {
			background: url(bg/allergie.jpg) no-repeat left 10px;
			padding-top: 50px;
		}
		
		#right > .item.oeko {
			background: url(bg/oeko_bettwaren.jpg) no-repeat left 10px;
		}
			
			#right > .item.oeko a {
				display: block;
				padding-top: 70px;
			}
			
		#right > .item.ausgezeichnetes {
			background: url(bg/ausgezeichnetes.jpg) no-repeat left 10px;
			padding-top: 45px;
		}

		#right > .item.stickerei {
			background: url(bg/stickerei.jpg) no-repeat left 10px;
			padding-top: 50px;
		}

		#right > .item.service {
			background: url(bg/service.jpg) no-repeat left 10px;
			padding-top: 95px;
			line-height: 1.5em;
		}
			
			#right > .item.service .arrow {
				background-position: left 3px;
			}

		#right > .item.sicherheit {
			position: relative;
			background: url(bg/sicherheit.jpg) no-repeat left 10px;
			padding-top: 155px;
		}

			#right > .item.sicherheit .ts {
				position: absolute;
				width: 205px;
				height: 59px;
				top: 26px;
				cursor: pointer;
			}

			#right > .item.sicherheit .payments {
				position: absolute;
				display: block;
				width: 205px;
				height: 75px;
				bottom: 0;
			}

	#right .list {
		border-bottom: 1px solid #E4E4E4;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
		#right .list.small {
			
		}
			
			#right .list.small .title {
				margin-bottom: 10px;
			}
			
			#right .list.small .item {
				font-size: 9px !important;
				padding-bottom: 10px;
			}
			
					#right .list.small .item .image {
						width: 50px;
						float: left;
						margin-right: 7px;
					}
						
						#right .list.small .item .image img {
							border: 1px solid #E4E4E4;
						}
						
					#right .list.small .item .info {
						width: 146px;
						float: left;
					}	
					
						#right .list.small .item .info .title {
							margin-bottom: 4px;
							display: block;
						}
						
						