/**
 * Eppelpress default stylesheet
 * 
 * @author		Fränz Friederes
 * @created		20.07.2011
 */

* {
	padding: 0;
	margin: 0;
	outline: none;
}

.clear {
	clear: both;
}

.right-floated {
	float: right;
}

img {
	border: none;
}

body {
	background: #bfd600;
	font-family: Arial, sans-serif;
}

div#main {
	display: block;
	position: absolute;
	width: 990px;
	margin: 0 0 0 -495px;
	top: 50px;
	left: 50%;
	border-radius: 35px 35px 0 0;
	-moz-border-radius: 35px 35px 0 0;
	-webkit-border-radius: 35px 35px 0 0;
	background: #ffffff;
}

div#logo {
	display: block;
	position: absolute;
	top: 50px;
	left: 39px;
	width: 151px;
	height: 172px;
	background: url(/images/controls.png) no-repeat left top;
	cursor: pointer;
}

/**
 * @section Side Navigation
 */

div#sideNavigation {
	display: block;
	position: inherit;
	width: 138px;
	top: 270px;
	left: 50px;
	text-transform: lowercase;
}

div#sideNavigation ul {
	display: block;
	border-top: 2px solid #702b3d;
	list-style: none;
	margin: 0 0 34px 0;
}

div#sideNavigation ul#tools {
	border-top: 2px solid #bfd600;
}

div#sideNavigation ul li {
	display: block;
	height: 32px;
	border-bottom: 2px solid #702b3d;
}

div#sideNavigation ul#tools li {
	border-bottom: 2px solid #bfd600;
}

div#sideNavigation ul li a {
	display: block;
	margin: 0 0 0 32px;
	line-height: 32px;
	vertical-align: middle;
	color: #c1a3ab;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	background: #ffffff;
}

div#sideNavigation ul#tools li a {
	color: #dfea7f;
}

div#sideNavigation ul li a:hover,
div#sideNavigation ul li.selected a {
	color: #702b3d;
}

div#sideNavigation ul#tools li a:hover,
div#sideNavigation ul#tools li.selected a {
	color: #bfd600;
}

/**
 * @section Language Bar
 */

div#languageBar {
	display: block;
	position: absolute;
	top: 42px;
	right: 50px;
	text-transform: lowercase;
}

div#languageBar ul {
	list-style: none;
}

div#languageBar ul li {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 12px;
}

div#languageBar ul li a {
	font-size: 12px;
	color: #5d5d5d;
	text-decoration: none;
}

div#languageBar ul li a:hover {
	text-decoration: underline;
}

/**
 * @section Navigation
 */

div#navigation {
	display: block;
	position: absolute;
	height: 16px;
	padding: 0 0 13px 0;
	top: 134px;
	right: 50px;
	left: 238px;
	border-bottom: 2px solid #b7959e;
	text-align: right;
	text-transform: lowercase;
}

div#navigation ul {
	list-style: none;
}

div#navigation ul li {
	display: inline-block;
	margin: 0 0 0 35px;
}

div#navigation ul li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #b7959e;
}

div#navigation ul li.selected a,
div#navigation ul li a:hover {
	color: #7b2837;
}

div#cart {
	display: block;
	position: absolute;
	top: 175px;
	right: 50px;
}

div#cart a {
	display: inline-block;
	height: 17px;
	padding: 2px 28px 0 0;
	color: #bfd600;
	text-decoration: none;
	font-size: 10.5px;
	background: url(/images/controls.png) no-repeat right -172px;
}

div#cart a:hover {
	text-decoration: underline;
}

/**
 * @section Page
 */

div#page {
	display: block;
	padding: 270px 50px 50px 238px;
	min-height: 300px;
}

div#page h1 {
	border-top: 2px solid #bfd600;
	color: #bfd600;
	line-height: 32px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div#page h2 {
	border-top: 2px solid #bfd600;
	color: #bfd600;
	line-height: 22px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
}

div#page h3 {
	color: #000000;
	line-height: 22px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

div#page p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
}

div#page p.no-justify {
	text-align: left;
}

div#page p.brown {
	font-size: 16px;
	color: #702b3d;
}

div#page p.intro {
	font-size: 25px;
	line-height: 30px;
}

div#page p.green {
}

div#page p.description {
	color: #000000;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	width: 55%;
}

div#page p.big {
	font-size: 15px;
	line-height: 24px;
}

div#page a {
	color: #BFD600;
	text-decoration: underline;
}

div#page p a.black {
	color: #000000;
	text-decoration: none;
}

div#page p a.black:hover {
	text-decoration: underline;
}

div#page ul, ol {
	margin: 0 20px 5px;
	
}

div#page ul li, ol li {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 5px;
}

div#page div.main-column {
	display: block;
	float: left;
	width: 475px;
}

div#page div.sidebar-column {
	display: block;
	float: right;
	width: 200px;
}

div#page div.sidebar-column div.home-news-container {
	display: block;
	float: right;
	width: 179px;
	margin-right: -7px;
	padding: 7px 7px 7px 7px;
	background: #dfea7f;
}

div#page div.sidebar-column div.home-news-container img.news-image {
	width: 179px;
}

div#page div.sidebar-column div.home-news-container h2 {
	display: block;
	margin: 13px 13px 0;
	font-size: 16px;
	font-weight: bold;
	color: #702B3D;
	border: none;
}

div#page div.sidebar-column div.home-news-container h3 {
	display: block;
	margin: 0 13px 0;
	font-size: 16px;
	font-weight: normal;
	color: #702B3D;
}

div#page div.sidebar-column div.home-news-container p {
	display: block;
	margin: 20px 13px 0;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

div#page img.contact-image {
	
}

div#page span.contact-image-description {
	display: block;
	margin: 5px 0 50px;
	font-size: 12px;
}

div#page div.section {
	
}

div#page div.section.last {
	margin: 0 0 0;
}

div#page h2.expandable {
	cursor: pointer;
	border-color: #b2ce00;
	color: #b2ce00;
	margin: 50px 0 0;
}

div#page h2.expandable.first {
	margin: 0;
}

div#page h2.expandable span.expander {
	display: inline-block;
	background: url(/images/controls.png) no-repeat -166px -115px;
	float: right;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

div#page h2.expandable.expandet span.expander {
	background: url(/images/controls.png) no-repeat -166px -96px;
}

div#page div.default-form {
	margin-top: 25px;
}

div#page div.default-form div#captcha {
	display: block;
	margin: 15px 0 15px 150px;
	border: 1px solid #AEAEAE;
	padding: 10px;
	font-size: 12px;
}

div#page div.default-form div#captcha input#captchaResponseField {
	display: block;
	margin: 10px 0;
	border: 1px solid #aeaeae;
	width: 300px;
}

div#page div.default-form div#captcha a {
	color: #1a598a;
}

div#page div.default-form label {
	display: block;
	width: 140px;
	margin: 0 0 4px;
	padding: 0 10px 0 0;
	float: left;
	clear: both;
	font-size: 12px;
}

div#page div.default-form input.text {
	display: block;
	margin: 5px 0 5px 150px;
	border: 1px solid #aeaeae;
	width: 323px;
}

div#page div.default-form textarea {
	display: block;
	border: 1px solid #aeaeae;
	width: 473px;
	height: 100px;
	min-height: 100px;
	clear: both;
	margin: 35px 0 10px;
	resize: vertical;
}

div#page div.default-form input.button.send {
	float: right;
	margin: 20px 0 0 0;
	color: #bfd600;
	border: none;
	background: url(/images/controls.png) no-repeat -58px -134px;
	padding: 0 30px 5px 10px;
	width: 125px;
	text-align: right;
	cursor: pointer;
}

div#page div.contact-form input.button.send {
	margin: 50px 0 0 0;
}

div#page div.guestbook-form {
	margin: 0 0 25px;
}

div#page div#comments div.comment-entry {
	display: block;
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 22px;
}

div#page div#comments div.comment-entry span.comment-title {
	display: block;
	font-weight: bold;
}

div#page div#comments div.comment-entry span.comment-title span.date {
	display: inline-block;
	width: 115px;
}

div#page div#comments div.comment-entry span.comment-content {
	display: block;
	text-align: justify;
	
}

div#page div#mapCanvas {
	display: block;
	width: 472px;
	height: 300px;
	margin: 20px 0 0 0;
	border: 1px solid #AEAEAE;
}

div#page img.image-margins {
	margin: 10px 0 20px;
}

/**
 * @section Footer
 */

div#footer {
	display: block;
	height: 50px;
	margin: 0 50px 0 50px;
	border-top: 2px solid #bfd600;
}

div#footer ul {
	margin: 10px 0 0 0;
	list-style: none;
}

div#footer ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #5d5d5d;
	text-decoration: none;
	font-size: 12px;
}

div#footer ul.right-floated li {
	margin: 0 0 0 20px;
}

div#footer ul li a {
	color: #5d5d5d;
	text-decoration: none;
	font-size: 12px;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

/**
 * @section Products
 */

div#productsShowcase {
	display: block;
	margin: 0 5px;
	position: relative;
	padding: 35px 0 0 0;
	min-height: 500px;
}

div#productsShowcase div.product {
	display: block;
	float: left;
	width: 125px;
	height: 220px;
	background: no-repeat center center;
	margin: 0 14px 0;
	cursor: pointer;
}

div#productsShowcase.juices div.product {
	height: 220px;
}

div#productsShowcase.jams div.product {
	height: 180px;
}

div#productsShowcase.preview div.product {
	opacity: 0.3;
}

div#productsShowcase div#juiceAapel.product {
	background-image: url(/images/juices/apple-aapel-small.png);
}

div#productsShowcase div#juiceMuerten.product {
	background-image: url(/images/juices/apple-muerten-small.png);
}

div#productsShowcase div#juiceHierlenterbleien.product {
	background-image: url(/images/juices/apple-hierlenterbleien-small.png);
}

div#productsShowcase div#juiceHielenter.product {
	background-image: url(/images/juices/apple-hielenter-small.png);
}

div#productsShowcase div#juiceSanddorn.product {
	background-image: url(/images/juices/apple-sanddorn-small.png);
}

div#productsShowcase div#juiceBirnen.product {
	background-image: url(/images/juices/apple-birnen-small.png);
}

div#productsShowcase div#juiceKiischten.product {
	background-image: url(/images/juices/apple-kiischten-small.png);
}

div#productsShowcase div#juiceAppelschwaarzkreischelen.product {
	background-image: url(/images/juices/apple-appelschwaarzkreischelen-small.png);
}

div#productsShowcase div#juiceHielenterPur.product {
	background-image: url(/images/juices/apple-hielenterpur-small.png);
}

div#productsShowcase div#jamErdbeeren.product {
	background-image: url(/images/jams/jam-erdbeeren-small.png);
}

div#productsShowcase div#jamKiischten.product {
	background-image: url(/images/jams/jam-kiischten-small.png);
}

div#productsShowcase div#jamKreischelenHambier.product {
	background-image: url(/images/jams/jam-kreischelen-hambier-small.png);
}

div#productsShowcase div#jamKreischelenHierlenter.product {
	background-image: url(/images/jams/jam-kreischelen-hierlenter-small.png);
}

div#productsShowcase div#jamMirabellen.product {
	background-image: url(/images/jams/jam-mirabellen-small.png);
}

div#productsShowcase div#jamQuetschen.product {
	background-image: url(/images/jams/jam-quetschen-small.png);
}

div#productsShowcase div#jamQuidden.product {
	background-image: url(/images/jams/jam-quidden-small.png);
}

div#productsShowcase div#jamSchwaarzbier.product {
	background-image: url(/images/jams/jam-schwaarzbier-small.png);
}

div#productsShowcase div#jamSchwaarzkreischel.product {
	background-image: url(/images/jams/jam-schwaarzkreischel-small.png);
}

div#productsShowcase div#jamAppelcassero.product {
	background-image: url(/images/jams/jam-appelcassero-small.png);
}

div#productsShowcase div#jamRubarbhielenterbleien.product {
	background-image: url(/images/jams/jam-rubarbhielenterbleien-small.png);
}

div#productsShowcase div#syrupHielenterbleie.product {
	background-image: url(/images/syrups/syrup-hielenterbleie-small.png);
}

div#productsShowcase div#syrupHielenter.product {
	background-image: url(/images/syrups/syrup-hielenter-small.png);
}

div#productsShowcase div#productsShowcasePreview {
	display: block;
	position: absolute;
	background: no-repeat center 25px;
	top: -35px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

div.information-box {
	display: block;
}

div.information-box div.information-header {
	display: block;
	height: 200px;
	background: url(/images/products-juices-headers.png) no-repeat left top;
	margin-top: 5px;
}

div.information-box.jam div.information-header {
	background: url(/images/products-jams-headers.png) no-repeat left -1600px;
}

div.information-box.syrup div.information-header {
	background: url(/images/products-syrup-headers.png) no-repeat left top;
}

div.information-box.juice div.information-header.information-header-aapel {
	background-position: left -1400px;
}

div.information-box.juice div.information-header.information-header-muerten {
	background-position: left -800px;
}

div.information-box.juice div.information-header.information-header-hierlenterbleien {
	background-position: left -1000px;
}

div.information-box.juice div.information-header.information-header-hielenter {
	background-position: left 0;
}

div.information-box.juice div.information-header.information-header-sanddorn {
	background-position: left -600px;
}

div.information-box.juice div.information-header.information-header-birnen {
	background-position: left -200px;
}

div.information-box.juice div.information-header.information-header-kiischten {
	background-position: left -400px;
}

div.information-box.juice div.information-header.information-header-appelschwaarzkreischelen {
	background-position: left -1600px;
}

div.information-box.juice div.information-header.information-header-hielenterpur {
	background-position: left -1200px;
}

div.information-box.jam div.information-header.information-header-quetschen {
	background-position: left 0;
}

div.information-box.jam div.information-header.information-header-erdbeeren {
	background-position: left -200px;
}

div.information-box.jam div.information-header.information-header-kiischten {
	background-position: left -1000px;
}

div.information-box.jam div.information-header.information-header-kreischelen-hambier {
	background-position: left -800px;
}

div.information-box.jam div.information-header.information-header-kreischelen-hierlenter {
	background-position: left -600px;
}

div.information-box.jam div.information-header.information-header-mirabellen {
	background-position: left -1200px;
}

div.information-box.jam div.information-header.information-header-quetschen {
	background-position: left 0;
}

div.information-box.jam div.information-header.information-header-quidden {
	background-position: left -1400px;
}

div.information-box.jam div.information-header.information-header-schwaarzbier {
	background-position: left -400px;
}

div.information-box.syrup div.information-header.information-header-hielenter {
	background-position: left -200px;
}

div.information-box.syrup div.information-header.information-header-hielenterbleie {
	background-position: left 0;
}

div.information-box ul {
	display: block;
	margin: 25px 0 0 0!important;
	font-size: 12px;
}

div.information-box ul li {
	display: block;
	border-top: 1px solid #000000;
	line-height: 22px!important;
	margin: 0!important;
}

div.information-box ul li.heading {
	font-weight: bold!important;
}

div.information-box div.fb-like-container {
	margin: 20px 0 0 0;
}

span.notavailable {
	color: #e94e0f;
	font-size: 12px;
	float: right;
	margin: 21px 0 0 0;
}

/**
 * @section photo album
 */

div.photo-album {
	display: block;
	margin: 20px 0;
	
}

div.photo-album div.photo {
	display: block;
	float: left;
	width: 115px;
	height: 115px;
	margin: 0 5px 0 0;
	background: #dddddd;
	overflow: hidden;
	cursor: pointer;
}

div.photo-album div.photo:last-child {
	margin: 0;
}

div.photo-album div.photo img {
	position: relative;
	min-width: 115px;
	min-height: 115px;
	max-height: 200px;
}

div.photo-album div.photo.more-button {
	background: #555555;
	color: #ffffff;
	text-align: center;
}

div.photo-album div.photo.more-button:hover {
	background: #222222;
}

div.photo-album div.photo.more-button span.count {
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 38px 0 0 0;
}

div.photo-album div.photo.more-button span.description {
	display: block;
	font-size: 11px;
	padding: 5px 0 0 0;
}

div#overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #ffffff;
	opacity: 0.7;
	z-index: 500;
	cursor: pointer;
}

div#modalWindow {
	display. block;
	position: fixed;
	left: 50%;
	top: 215px;
	width: 600px;
	min-height: 300px;
	margin: 0 0 0 -300px;
	z-index: 510;
	background: url(/images/photo-background.png) left top repeat;
}

div#modalWindow img {
	display: block;
	max-width: 500px;
	max-height: 500px;
}

div#modalWindow div.controls {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 100px;
}

div#modalWindow div.controls ul {
	display: block;
	list-style-type: none;
	width: 80px;
}

div#modalWindow div.controls ul li {
	display: block;
	text-align: right;
	padding-bottom: 5px;
	height: 18px;
}

div#modalWindow div.controls ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div#modalWindow div.count {
	display: block;
	position: absolute;
	width: 50px;
	bottom: 20px;
	right: 20px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.videos {
	margin: 50px 50px 0;
	padding: 25px 0;
	border-top: 2px solid #bfd600;
}

a.video {
	display: block;
	position: relative;
	width: 193px;
	height: 137px;
}

.videos a.video {
	display: inline-block;
	margin-left: 34px;
}

.videos a.video:first-child {
	margin-left: 0;
}

a.video img {
	width: 193px;
	margin: 0;
}

a.video .overlay {
	display: block;
	position: absolute;
	background: url(../images/video-thumb-overlay.png);
	background-size: 100% auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.75;
}

a.video .overlay:hover {
	opacity: 1;
}
