/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

html {
	font-size: 100%; /*IE hack*/
	/*height: 100%; 
	margin-bottom: 1px;*/
	overflow: scroll;
   	overflow-x: auto;


}


body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 10pt;
	line-height: 12pt;
	color: #646567;
	
	background-image: url(../../resources/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #999999;
	
	
}



/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#page{
	margin: 0 auto;
	width: 870px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid black;
	padding: 20px 20px 20px 20px;
	padding: 10px;
	
}

#min-height, #min-height-startseite{
	vertical-align: top;
	height: 670px;	
	
	
	width: 870px;
	background-color: transparent!important;
	
	background-image: url(../../resources/images/default_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
}

#min-height-startseite{

	height: 540px!important;
	border: 0px solid red;
	
}

#page-inside{
	
	
}

#header{
	height: 236px;
	
	border: 0px solid red;
	/*background-color: #d9dadb;*/
	position: relative;
	

}

#logo{
	margin: 0px 0px 0px 0px;
	position: absolute;	
	right: 20px;
	top: 20px;
}


#bread-crumb{
	display: none;
	color: #333;
}

#bread-crumb a{
	color: #333;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#menu-bar{
	background-color: #333;
	height: 20px;
	border: 0px solid red;
}


#main-menu{
	border: 0px solid red;
	width: 550px;
	
}

#main-menu ul{
	list-style-type: none;
	margin: 2px 0px 0px 20px;
	padding: 0px;	
	
}

#main-menu li{
	display: inline;
	margin-right: 20px;
}

#main-menu li a{
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#main-menu li a:hover,#main-menu li a.active {
	color: #FFF;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------*/
/* SERV NAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid red;
	width: 300px;
	text-align: right;
}

#serv-nav ul{
	list-style-type: none;
	margin: 1px 0px 0px 0px;
	padding: 0px;	
}

#serv-nav li{
	display: inline;
	margin-right: 17px;
}

#serv-nav li a{
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	
}

#serv-nav li a:hover,#serv-nav li a.active {
	color: #FFF;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------*/
/* SUB MENU */
/*------------------------------------------------------------------------------------*/

#sub-menu{
	border: 0px solid red;
}

#sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#sub-menu li{
	/*display: inline;*/
	margin: 0px 0px 5px 0px;
}

#sub-menu li li{
	/*display: inline;*/
	margin: 0px 0px 0px 0px;
}


#sub-menu li a{
	color: #999;
	text-decoration: none;
	font-family: "Arial Black", Arial;
	
	
}

#sub-menu li a:hover, #sub-menu li a.active {
	color: #336600;
	text-decoration: none;
}

#sub-menu ul ul{
	margin: 3px 0px 10px 0px;
		
}

#sub-menu ul ul ul{
	margin: 3px 0px 0px 20px;
		
}


#sub-menu li li a{
	text-decoration: none;
	font-family: Arial!important;
	
}

#sub-menu li li a.active{
	/*text-decoration: underline;*/
}

.extended a, .extended{
	font-family: Arial!important;
	color: #999!important;
	
	
}
.extended{
	margin-bottom: 15px;
}

.extended a.active, .extended a:hover{
	color: #336600!important;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	border: 0px solid red;
	position: relative;
	
	
}

.spalte1{
	width: 266px;
	border: 0px solid green;
	float: left;
	position: relative;

}
.content-left{
	/*background-image: url(../../resources/images/medium.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.left-td{
	height: 431px; 
	vertical-align: top; 
	width: 266px;
}
.left-td-startseite{
	height: 215px; 
	vertical-align: top; 
	width: 266px;
}

.spalte2{
	width: 215px;
	border: 0px solid green;
	float: left;
	margin: 30px 20px 0px 20px;
	position: relative;

}

.spalte3{
	width: 340px;
	border: 0px solid green;
	float: left;
	margin: 30px 0px 0px 0px;
	position: relative;

}






/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	border: 1px solid green;
}



/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

a, a.avtext{
	color: #333;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 0px;	
	margin: 0px;
}

h1{
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	padding: 0px;	
	margin: 0px;
	font-family: "Arial Black", Arial;
	color: #336600;
	
}

h2{
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	padding: 0px;	
	margin: 0px;
	font-family: "Arial Black", Arial;
	
}



h3, h4, h5, h6{
	font-size: 10pt;
	
	line-height: 14px;
	padding: 0px;	
	margin: 0px;
}




/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/
.gallery{
	margin-top: 30px;
	border: 0px solid red;
	width: 100%;
}


.gallery img{
	border: none;
	margin-right: 8px;
	margin-bottom: 5px;
	
}



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/
.teaser-startseite{
	padding: 20px;
}


.teaser-startseite .white, .teaser-startseite .white a, .teaser-startseite .white h1, .teaser-startseite .white h2{
	color: #fff;
	/*font-style: italic;*/
}






/*------------------------------------------------------------------------------------*/
/* DB INHALTE - WEINE LAGEN */
/*------------------------------------------------------------------------------------*/
.weine_lagen{
	border: 0px solid red;
	position: relative;
}



#w-menu{
	position: absolute;
	bottom: 25px;
	left: 20px;
	
}

#w-menu div{
	border: 0px solid red;
}

#w-menu h1, #w-menu  .listen-link{
	/*float: left;*/
	color: white;
	font-family: Arial;
	font-size: 10pt;
	display: inline;
	border: none;
}

#w-menu .listen-link, #w-menu .listen-link-active{
	border: none;
	border-left: 2px solid white;
	padding: 0px 25px 0px 10px;
	font-size: 10pt;
	background-image: url(../../resources/images/w-list.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


#w-menu a{
	color: white;
	font-size: 20pt;
	line-height: 25pt;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 2px solid white;
	text-decoration: none;
}

#w-menu a.active,#w-menu a:hover, #w-menu .listen-link-active {
	color: #FFED00!important;
	text-decoration: none;
}

.weine_lagen .lage-wein-link, .weine_lagen .lage-wein-link-active{
	font-family: 'Times New Roman',Times,serif!important;
	font-weight: bold;
	font-style: italic;
	padding-left: 0px;
	margin-left: 20px;
	margin-left: 10px;
	
	border: 0px solid red;
	display: block;
	text-decoration: none;	
}

.lage-wein-link:hover{
	text-decoration: none;
}


.weine_lagen .show_as_h2{
	font-size: 10pt;
	font-style: normal!important;
	font-weight: normal;
	line-height: 12pt;
	padding: 0px;	
	margin: 0px;
	font-family: "Arial Black", Arial!important;
	text-transform: uppercase;
}

.weine_lagen .lage-wein-link-active, .jahr-box .jahr-link-active, .lage-wein-link:hover, a.lage-wein-link-active{
	color: #336600!important;
}



.jahr-box{
	margin: 10px 0px 10px 0px;
}

.jahr-box .jahr-link, .jahr-box .jahr-link-active{
	margin: 0px 5px 0px 0px;
}

.jahr-box .jahr-link-active{
	text-decoration: underline;	
}

.w-liste h2{
	text-transform: uppercase;
	
}




/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

.multi-formular-two-row-container span{
	font-weight: bold;
	color: #333;
}

input.multi-formular{

}


/*------------------------------------------------------------------------------------*/
/* MULTIPLE DOWNLOADS */
/*------------------------------------------------------------------------------------*/

.multiple_downloads{
	margin-top: 30px;
}


.download_item{
	float: left; 
	margin: 0px 8px 2px 0px;
}

.download_button{
	background-color: white;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 75px;
	font-weight: bold;

}


/*------------------------------------------------------------------------------------*/
/* I SHOP */
/*------------------------------------------------------------------------------------*/

.Ishop, .Ishop-height{
	position: relative;
	width: 300px;
	height: 950px;
	border: 0px solid green;
	
}

.Ishop{
	border: 0px solid red;
	position: absolute;
	width: 855px;
	width: 642px;
	left: -420px;
	top: 0px;
	
	
	
}



.Ishop iframe{
	width: 100%;
	height: 100%;
	
}



/*------------------------------------------------------------------------------------*/
/* WEBSHOP */
/*------------------------------------------------------------------------------------*/

.webshop{
	display: block;
	border: 0px solid black;
	position: relative;
	left: -520px;
	top: -30px;
	width: 880px;
}


.webshop .spalte1{
	display: block;
	border: 1px solid #999;
}

.webshop .spalte2{
	display: block;
	border: 0px solid #999;
}


.webshop .spalte2 a{
	text-decoration: none;
	border:0 solid red;
	display:block;
	/*font-family:'Times New Roman',Times,serif !important;*/
	/*font-style:italic;*/
	/*font-weight:bold;*/
	/*margin-left:10px;*/
	padding-left:0;
	text-decoration:none;

 	font-size: 12px;


}



.webshop .spalte3{
	width: 400px;
	display: block;
	border: 0px solid #999;
}

.webshop .spalte4{
	border: 0px solid #999;
	width: 200px;
	float: right;
	margin-right: 15px;
	
}

.webshop .spalte4 .warenkorb-container{
	left: 0px;	
	width: 200px;
}


.webshop .row{
	display: block;
	width: 350px;

}

.webshop .mehr, .webshop .hide {
	display: none;
}


.row1{
	width: 100px;
	display: block; 
	float: left;

}

.row2{
	width: 200px;
	display: block; 
	float: left;

}

.more-info{
	margin: 10px 0px 10px 0px;
	display: block;
	outline: none;
}
.product_order input{
	border: 1px solid #999;
	padding: 3px;
}

.product_order button{
	background: transparent url(../../resources/images/cartIcon.gif) 3px 3px no-repeat;
	border: 1px solid #999;
	color: #666;
	padding: 3px 3px 3px 24px;
	margin-left: 5px;
}

.product_order .preis{
	font-weight: bold;
	color: black; 

}

.delete_wk{
	display: none;
}

.back_2_shop{
	display: block;
	float: right;	
}

.webshop .w-liste{
	border: 1px solid #CCCCCC;
}


.webshop h2{
	background: #CCCCCC;
	color: #666;
	padding: 3px;
	font-weight: bold;
	text-transform: none;
	font-family: Arial;
}

.alle-link{
	text-decoration: underline!important;
	font-size: 11px;	
}

.webshop  a.active, .webshop  a.active h2{
	color: #336600 !important;
}
.versand_zusatz{
	display: block;
	font-size: 11px;
	color: #AAA;
}

#bestellnummer{
	color: black;
	font-size: 15px;
	display: block;
	padding: 3px;
	font-weight: bold;
}


/*------------------------------------------------------------------------------------*/
/* WARENKORB */
/*------------------------------------------------------------------------------------*/

.warenkorb-container{
	border: 0px solid red;
	position: relative;
	left: -520px;
	width: 800px;
}

.warenkorb form fieldset{
	padding: 20px;
}

.warenkorb table td, .warenkorb table th{
	text-align: left;
	border-bottom: 1px dotted #999;
	padding: 5px;

}


.warenkorb table .number, .warenkorb table .right{
	text-align: right;

}



.warenkorb table .special{
	background: #EEE;

}

.warenkorb table .s1{
	width: 450px;

}


.warenkorb table .s2{
	width: 50px!important;

}

.warenkorb table input{
	width: 30px!important;
	text-align: center;

}


.warenkorb table .gesamt .number{
	font-weight: bold;
	color: black;

}

.warenkorb .button{
	border: 0px solid red;
	padding: 10px 0px 10px 0px;
	text-align: right;
}

.warenkorb .row{
	margin: 0px 0px 5px 0px;
}

.warenkorb input{
	width: 240px!important;
}


.warenkorb input.radio{
	width: 40px!important;
}
.warenkorb .step2 select, .warenkorb .step3 select{
	width: 246px!important;
}


.warenkorb label{
	width: 120px; 
	display: block; 
	float: left;
}


.warenkorb .versad{
	cursor: pointer;
}


.warenkorb .versad1{

}

.warenkorb .versad2{
	/*display: block;*/
	display: none;

}


.warenkorb{

}


.warenkorb_mini{
	font-size: 11px;
}

.warenkorb_mini table{
	border: 1px solid #CCC;
}

.warenkorb_mini th, .dark_bg{
	background: #CCC;
}

.warenkorb_mini th, .warenkorb_mini td{
	padding: 3px;
}


.warenkorb_mini .produkt_titel{
	font-weight: bold;
	padding-bottom: 0px;
	background: #EEE;


}

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/







