/* CSS Document */

/* ------------------------------------------ ALLGEMEINGÜLTIGES ---------------------------------------- */
* {
	margin: 0;
	outline: none;
}

HTML {
	margin: 0;
	padding: 0;
	height: 100%;
	
	}

BODY {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #333333;
	height: 100%;
	
	}
	
IMG { border: none; }

P { margin: 0 0 20px 0; padding: 0; }


/* --------------------------------------------- SEITENBEREICHE ---------------------------------------- */

.wrap { width: 850px; margin: auto; text-align: left; }

#header { padding-top: 50px; margin-bottom: 10px; }	

#footer { 
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-align: center; 
	line-height: 16px;
	}
	
.push { clear: left;}

#footer, .push { height: 70px; margin: 0 auto; /* .push must be the same height as .footer */ }

#footer a { color: #1a1a1a; text-decoration: none; padding: 0px 2px 1px 2px; margin-left: 5px; }
#footer a:hover { color: #1a1a1a;  }

#footer .dark, #footer .dark a { color: #B2B2B2; }

#footer #wz-bfg-link { color: #DBE0E6; }
#footer .dark #wz-bfg-link { color: #4D4D4D; }

.allbutfooter { 
	min-height: 100%;
	height: auto !important;
	background-color: #FFF;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */		
	}
	
#logo { float: left; }	

#nav A {
	text-decoration: none;
	padding-bottom: 2px;
	color: #1a1a1a;
	display: block;
	float: left;
	height: 14px; 
	padding-left: 25px; 
	}
	
.dark #nav A { color: #B2B2B2; }
	
#nav { font: 11px Georgia, "Times New Roman", Times, serif; float: right; margin-top: 15px; }
#nav .column { float: left; color: #4F4F4F;  }
#nav .column a { clear: left; color: #B2B2B2; }
#nav .title { margin-bottom: 5px; padding-left: 25px; color: #B2B2B2; }

.dark #nav .column a { clear: left; color: #4F4F4F; }
.dark #nav .title { margin-bottom: 5px; padding-left: 25px; color: #4F4F4F; }

#nav .colActive A, #nav .colActive .title {
	color: #2B2B2B;
	}

.dark #nav .colActive A, .dark #nav .colActive .title {
	color: #B2B2B2;
	}

#nav .pageActive {
	background: url(../img/arrowHell.gif) no-repeat 12px 1px;
	}

.dark #nav .pageActive {
	background: url(../img/arrowDunkel.gif) no-repeat 12px 1px;
	}	
	
#content {
	padding: 0;
	margin-top: 10px;
	}
	
.dynamic A {
	color: #DD4503;


	}	
	

.galleries { margin-top: 35px; }	


/* ------------------------------------------------------ TYPO --------------------------------------------------- */

.dark { color: #FFF; }

h1 { 
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 3px 0;
	color: #DD4503;
	}
	
.galleries h1, .galleries h1 a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0 3px 0;
	color: #DD4503;	
	text-decoration: none;
	}
	
.dark h2 { margin: 20px 0 20px 0; color: #B2B2B2; font: 14px Georgia, "Times New Roman", Times, serif; }	
	
.datum { 
	font-size: 11px; 
	line-height: 16px;
	color: #B2B2B2;
	padding-left: 5px;
	}
	
.grau { 
	font: 11px Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	color: #B2B2B2;
	}	
	
.datafield .grau {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	}	
	
.standardtext {
	font: 14px Georgia, "Times New Roman", Times, serif; 
	line-height: 20px;		
	color: #333;
	}		
	
.smalltext {
	font-size: 11px;
	line-height: 15px;
	}
	
.dark .grey { color: #4F4F4F; }
	
.indent { padding-left: 67px; }
	
.dark { background-color: #2B2B2B; }

/* BESTELLFORMULAR ----------------------------------------------------------------------------------------------- */

#orderform { margin-top: 35px; }
#orderform TABLE { width: 100%; }
#orderform TD { padding: 0px 8px 0px 0px; }
#orderform thead { color: #B2B2B2;  }
#orderform .category { line-height: 30px; }

#orderform A { color: #FFF; text-decoration: underline; }

#orderform .amount { 
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 12px; 
	color: #333;
	width: 30px;
	height: 12px;
	padding-left: 3px;
	}
	
#orderform .tags { color: #B2B2B2; font-style: italic; margin-left: 5px; }

#orderform #summe TD  { line-height: 25px; background-color: #B2B2B2; color: #333333; }
#orderform #summe DIV { padding: 5px; }

#orderform LABEL { width: 90px; float: left; clear: left; }

#orderform .input { 
	width: 400px;
	text-align: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-bottom: 2px;
	margin-top: 2px;
	}
	
#orderform TEXTAREA {
	width: 400px;
	margin-top: 2px;
	height: 80px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	}	

#orderform SELECT { margin: 2px 0 2px 0; font: 12px Georgia, "Times New Roman", Times, serif; }

#orderform .button {
	border: 1px solid #8E4227;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	background-color: #F15A24;
	margin: 10px 0 10px 0;
	}
	
#amountTotal { margin-left: 5px; }	

#orderform .ausdimaus { padding-left: 5px; color: #DD4503; }

#orderform .confirmation {
	background-color: #DD4503;
	color: #FFF;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	text-align: center;
	}

/* SORTIMENT ----------------------------------------------------------------------------------------------------- */

#degubox {
	background-color: #1F1F1F;
	padding: 25px 0 15px 0;
	margin-top: 20px;
	margin-bottom: 30px;
	}

#degubox .text { padding: 30px; width: 280px; font: 11px Georgia, "Times New Roman", Times, serif; line-height: 16px; }	
#degubox .title { font: 28px Georgia, "Times New Roman", Times, serif; margin-bottom: 10px; }
	

#sortiment { margin-left: 20px; }

#sortiment A {
	color: #b2b2b2;
	display: block;
	margin-bottom: 3px;
	}

#sortiment .productBottle { width: 65px; }
#sortiment .productDesc { width: 170px; font: 11px Georgia, "Times New Roman", Times, serif; line-height: 16px; padding-top: 60px; }

#sortiment.frontend .productDesc {
	padding-top: 0px;
}

.productDesc .title { color: #B2B2B2; display: block; padding-bottom: 4px; }

.productBottleBig {
	float: left;
	width: 170px;
	text-align: right;
	}
	
.productDescription {
	padding: 60px 0 0 40px;
	float: left;
	font: 20px Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	color: #333333;
	}
	
.productDescription .title, .productDescription .vintage {
	color: #000000;
	}	

.productDescription .tags { margin: 10px 0 20px 0; }	
.productDescription .tag { color: #333; }	

.productDescription .alcohol { font: 14px Arial, Helvetica, sans-serif; margin: 20px 0 20px 0; }	

.productDescription .text { font: 14px Georgia, "Times New Roman", Times, serif; color: #000; width: 200px; margin-bottom: 15px; }

.linkOrderform { color: #808080; text-decoration: underline; }

#popupDegubox {	
	background-color: #FFF;
	}

#popupDegubox .deguboxPicture {
	text-align: center;
	padding-top: 10px;
	}
	
#popupDegubox .deguboxDescription {
	margin-left: 45px;
	display: block;
	}

#popupDegubox .deguboxDescription .title {	
	font: 28px Georgia, "Times New Roman", Times, serif; margin-bottom: 10px; 
	}
	
 
SMALL {
	display: block;
	font: 11px Arial;
	margin: 10px 0 3px 0;
	color: #666;
	}
	
/* CMS only ------------------------------------------------------------------------------------------------------ */

.editLink { margin-top: 25px; }
.editLink A { font-size: 11px; color: #B2B2B2; text-decoration: none; }
.editLink A:hover { text-decoration: none; }

.button {
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	padding: 2px;
	}
	
.imageUpload {
	margin-bottom: 10px;
	}
	
#imagePreview {
	}		

/* --------------------------------------------------------------------------------------------------------------- */

.cmsLink { color: #B2B2B2 !important; text-decoration: none; cursor: pointer; border-bottom: none; }
h1 .cmsLink { padding-left: 8px; }

.cmsLink:hover {
	color: #333 !important;
	}

.galleryEditForm {
	padding: 0;
	margin-bottom: 30px; 
	}

.galleryEditForm .title { font-weight: bold; }
	
.formCMS { margin-top: 5px; padding-bottom: 20px; }	
	
.formCMS .input {
	border: 1px solid #B2B2B2;
	padding: 3px;
	font: 13px Arial, Helvetica, sans-serif;
	}
	
.formCMS TEXTAREA {
	border: 1px solid #B2B2B2;
	padding: 3px;
	font: 13px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	width: 100%;	
	height: 100px;
	}			
	
#galleryDescription {
	width: 496px;
	}	
	
.formCMS .button { padding: 1px; height: 26px; width: 100px; }	

.big { width: 410px; }
.small { width: 75px; }

#imageFloatContainer {
	margin-top: 35px;
	}
	
.img { background-color: #2B2B2B; color: #FFF;  margin: 0 5px 5px 0; text-align: center; height: 200px; width: 170px; }	
	
.img IMG {
	margin: 5px 5px 0 5px;
	}	
	
.img .fotoFrame {
	height: 125px;

	}	
	
.img .desc {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 5px;
	width: 160px;
	line-height: 12px;
	height: 65px;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	}	
	
.img .desc:hover {
	background-color: #4B4B4B;
	}
	
.img .desc DIV {
	padding: 3px 0 3px 3px;
	height: 100%;
	}		
	
.img .fotoDesc {
	width: 100%;
	padding: 0; margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	overflow: hidden;
	}	
		
.iconDelete { position: absolute; right: -5px; top: -5px; cursor: pointer; }		

.img .formContent TEXTAREA {
	width: 150px;
	margin: 5px 5px 0px 5px;
	font: 11px Arial, Helvetica, sans-serif;
	height: 150px;
	}

.img .formContent .button { 
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #000; 
	width: 76px;
	}
	
/* --------------------------------------------------------------------------------------------------------------- */

#sortiment A.productEdit, #sortiment A.productDelete {
	background-color: #000;
	padding:  0 4px 1px 4px;
	font: 11px Arial, Helvetica, sans-serif;
	display: inline;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
	}
	
#sortiment A.productEdit:hover, #sortiment A.productDelete:hover {	
	background-color: #DD4503;
	}
	
#productEdit .datafield {	
	display: inline;
	margin-right: 25px;
	float: left;
	margin-bottom: 15px;
	}	
	
#productEdit INPUT, #productEdit TEXTAREA, #productEdit SELECT {
	font: 12px Georgia, "Times New Roman", Times, serif;	
	}
	
#productEdit LABEL {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	margin-top: 10px;
	}
	
#productEdit #productTitle {
	width: 270px;
	}	
	
#productVintage, #productAlcohol, #productVolume, #productPrice {
	width: 71px;
	}	
	
#productDescription {
	margin-top: 3px;
	margin-bottom: 10px;
	width: 270px;
	height: 187px;
	}	
	
#productEdit .thumbnail {
	width: 137px;
	text-align: center;
	margin-top: 60px;
	}
	
#productEdit .picture {
	width: 185px;
	background-color: #FFF;
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 10px;
	}
	
#productEdit .uploadThumbnail, #productEdit .uploadPicture {
	clear: left;
	}			

#productEdit .upload {
	width: 385px;
	padding: 2px;
	}	
	
#productEdit .soldout {
	clear: left;
	margin-top: 30px;
	}
	
#productEdit .buttons {
	clear: left;
	float: left;
	}	
	
#productEdit .submit {
	margin-top: 30px;
	padding: 6px;
	background-color: #000;
	color: #FFF;
	border: 2px solid #333;
	}
	
#productEdit .cancel {
	margin-top: 30px;
	padding: 6px;
	background-color: #222;
	color: #fff;
	border: 2px solid #333;
	}		
	
/* HOME
------------------------------------------------------------------------------------------------------------------ */	

#home {
	margin-top: 25px;
	width: 856px;
	}
	
#home h2 {
	color: #d85f00;
	font-size: 36px;
	border-top: 3px solid #d85f00;
	font-weight: normal;
	padding-top: 20px;
	margin-bottom: 35px;
	}		
	
#home #gallery {
	width: 512px;
	float: left;
	}	
	
#gallery.slides1 .jcarousel-next,
#gallery.slides1 .jcarousel-prev {
	display: none !important;
	}	
	
#home P {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	}	

#home A {
	color: #d85f00;
	text-decoration: none;
	}	
	
#home A:hover {
	color: #b2b2b2;
	}	
	
#home .column {
	float: left;
	width: 162px;
	margin-left: 10px;
	}	
	
.slideshow {
	width: 512px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background-color: #ddd;
	}	
	
.slideshow LI {
	width: 512px;
	height: 300px !important;
	overflow: hidden;
	}	
	
.slideshow LI IMG {
	max-width: 100%;
	max-height: 100%;
	}	
	
.jcarousel-next,
.jcarousel-prev {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 126px;
	cursor: pointer;
	}	
	
.jcarousel-next {
	background: url('../img/next.png') no-repeat;
	right: 0px;
	}	

.jcarousel-prev {
	background: url('../img/prev.png') no-repeat;	
	left: 0px;
	}
	
#passion {
	height: 320px;
	}	
	
#passion IMG {
	margin-bottom: 10px;
	}

#passion P {
	font-size: 10px;
	line-height: 13px;
	}
	
.mac #passion P {
	font-size: 11px;
	}	
	
#home .newsItem {
	border-top: 1px solid #d85f00;
	padding-top: 5px;
	}
	
#home .newsDate,
#home .productYear {
	color: #b2b2b2;
	}		
	
#home .newsTitle,
#home .productTitle {	
	font-size: 21px;
	line-height: 25px;
	color: #d85f00;
	margin-bottom: 10px;
	}
	
#home #news .all {
	border-top: 1px solid #d85f00;		
	padding-top: 15px;
	}
	
#focus #bottle {
	text-align: center;
	border-bottom: 1px solid #d85f00;	
	margin-bottom: 10px;
	}	
	
#focus #bottle IMG {
	margin-top: -15px;
	height: 180px;
	}
	
/* RESONANZ
------------------------------------------------------------------------------------------------------------------ */	

#resonanz {
	margin-top: 30px;
	position: relative;
	}
	
#resonanz #gallery {
	height:	auto;
	}
	
#resonanz .slideshow {
	width: 625px;
	background: none;
	}
	
#resonanz .slideshow {
	height: auto;
	}	
	
#resonanz LI {
	height: auto !important;
	width: 625px;
	}		
	
#resonanz LI .image {
	display: block;
	width: 625px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 30px;
	background: url('../img/schraffur.gif');
	}	
	
#resonanz .title,
#resonanz .slideshow A {
	color: #d85f00;
	text-decoration: none;
	}	
	
#resonanz A:hover {
	color: #b2b2b2;
	}
	
#imagePreview {
	margin: 10px 0 0px 0;
	}		
	
#imagePreview UL {
	margin: 0;
	padding: 0;
	}	
	
#imagePreview .image {
	margin-bottom: 0px !important;
	}	
	
#resonanceTitle {
	width: 530px;
	}
	
#resonanceDescription {
	width: 616px;
	}	
	
#resonanceCreate {
	position: absolute;
	top: 0px;
	right: 0px;
	}		
		
	
/* MISC
------------------------------------------------------------------------------------------------------------------ */

.smalltext { font-size: 11px; }
.mediumtext { font-size: 14px; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.bold { font-weight: bold; }

.mt2 { margin-top: 2px; }
.mt5 { margin-top: 5px; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

.pb10 { padding-bottom: 10px; }
.mb20 { margin-bottom: 20px; }

.pt20 { padding-top: 20px; }



.lh14 { line-height: 14px; }

.pr { position: relative; }






		

