
#c-content {
	background: none;
	border-top: none;
	padding: 0;
	width: auto;
}



#content .box {
	background: url("../images/home/home.box.gradient.png") repeat-x left top;
}
	#content .c-box {
		width: 960px;
		margin: 0 auto;
		padding: 10px 0;
	}

#content h1 {
	font-size: 14px;
	color: #9D9A60;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 20px 0;
}

#content h2 {
	color: #474740;
	font-weight: normal;
	font-size: 17px;
	margin: 20px 0;
}

#content p {
	font-weight: bold;
	font-family: georgia, "times new roman", serif;
	font-size: 13px;
}



.slides {
	position: relative;
}

	.slideHandles {
		position: relative;
	}
		.slideHandles .handle {
			position: absolute;
			display: block;
			width: 39px;
			height: 39px;
			top: 0;
			background: top left no-repeat;
		}
			.slideHandles .handle span { display: none; }

			.slideHandles .handle.previous {
				left: 0;
				background-image: url("../images/home/button.previous.png");
			}
			.slideHandles .handle.next {
				left: 47px;
				background-image: url("../images/home/button.next.png");
			}


.brands h1 {
	text-align: center;
}
.brands {
	padding-bottom: 50px;
}

	.brand {
		width: 304px;
		float: left;
		margin: 0 8px;
	}
		.brand p {
			display: none;
		}
		.brand .readMore {
			display: none; /*For now*/
/*			display: block;*/
			width: 100px;
			height: 34px;
			margin-top: 10px;
			background: url("../images/home/button.weiterlesen.png") no-repeat top left;
		}
			.brand .readMore span {
				display: none;
			}


.winePersons {
	width: 350px;
	float: left;
}
	.winePersons .slideHandles {
		position: absolute;
		top: 305px;
		left: 270px;
	}
.wines {
	margin-left: 30px;
	width: 580px;
	float: left;
}
	.wine {
		position: relative;
		background: url("../images/home/unsere_neuen_weine.background.png") repeat-x top left;
		padding: 10px 15px 10px 250px;
		min-height: 370px;
	}
		.wine .image {
			position: absolute;
			top: 5px;
			left: 100px;
		}
	.wines .slideHandles {
		position: absolute;
		top: 320px;
		left: 250px;
	}

.left-content {
	width: 640px;
	float: left;
}
	.left-content .header {
		position: relative;
		border-bottom: 1px solid #B9B170;
	}
	.topic {
		position: relative;
		background: url("../images/home.news.bg.png") no-repeat left center;
		padding: 0px 24px 10px 64px;
		border-top: 1px solid #EDECD6;
		border-right: 1px solid #B9B170;
		border-bottom: 1px solid #B9B170;
		border-left: 1px solid #B9B170;
	}
	.topic:hover {
		background: url("../images/home.news.bg.hover.png") no-repeat left center;
	}
		#content .topic h2 {
			margin-bottom: 10px;
		}

.right-content {
	margin-left: 19px;
	width: 301px;
	float: left;
}

	.right-content .header {
		position: relative;
	}
	.right-content .image {
		position: relative;
		margin-top: -12px;
		margin-bottom: 19px;
	}
		.right-content .image img {
			top: -12px;
			right: -12px;
		}
	.right-content .content {
		position: relative;
		float: left;
		margin-bottom: 30px;
		}
		.right-content .text {
			float: left;
			position: relative;
			width: 260px;
		}
		.right-content img {
			padding-top: 15px;
			right: 0;
		}

.awards {
	width: 301px;
	float: left;
}
	.awards .header {
		position:relative;
		border-bottom: 1px solid #B9B170;
	}

	.awards .images {		
		background: url("../images/home.logos.png") no-repeat center;
		border-top: 1px solid #EDECD6;
		border-right: 1px solid #B9B170;
		border-bottom: 1px solid #B9B170;
		border-left: 1px solid #B9B170;
		width: 231px;
		height: 542px;
		padding-left: 69px;
	}
