* {margin:0; padding:0}
.sm {
	list-style:none;
	width:698px;
	height:453px;
	display:block;
	overflow:hidden
}

.sm li {float:left; display:inline; overflow:hidden}

.biercontainer {
	width: 274px;
	background-color: #FFFFFF;
	position: relative;
}
.biertext {
	position: absolute;
	left: 142px;
	top: 0px;
	width: 120px;
	z-index: 10;
	height: 370px;
}

/*die folgenden 2 Klassen sind Varianten für die Seitenaufteilung mit drei statt vier Flaschen*/
.biercontainerdreier {
	width: 344px;
	background-color: #FFFFFF;
	position: relative;
}
.biertextdreier {
	position: absolute;
	left: 177px;
	top: 0px;
	width: 150px;
	z-index: 10;
	height: 370px;
}

#weiter {
	z-index: 100;
	top: 480px;
	position: absolute;
	left: 950px;
}
#zurueck {
	z-index: 100;
	top: 477px;
	position: absolute;
	left: 230px;
}
#sm_komplett {		/* Container für das komplette Slidemenu */
	position: relative;
	/* Flaschenparade rechts abschneiden im IE gelingt durch feste Breite des sm_komplett (gleiche Breite wie content) und overflow:hidden */
	overflow: hidden;
	width: 698px;
}
.biertext  h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 8px;
}
.biertextdreier  h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 8px;
}
.highlight {
	font-weight: bold;
	color: #356842;
}

#noscripthilfe {
	position: absolute;
	top: 57px;
	left: 802px;
	z-index: 100;
	width: 140px;
	background-color: #FFFFFF;
}
#noscripthilfe a {
	color: #356842;
	text-decoration: none;
	background-image: url(../img/subnavpfeil_gruen.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
}
#noscripthilfe p {
	margin-bottom: 1px;
}

/*Das folgende ist notwendig, um beim serverseitigen Laden der Inhalte im Bereich "Produkte" das kurzzeitige "Aufblitzen" aller aufgeklappten Divs unterhalb der Bühne zu vermeiden*/
#content {
	height: 454px;
}

