/*------------------------------------------------------------------------------------*/
/* 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 .lage-wein-link-active, .jahr-box .jahr-link-active, .lage-wein-link:hover{
	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%;
	
}



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/






