

	
.dl, .dlR, .dlN {
    border-top: 1px dotted #1A1A1A;
	margin-top:10px;
	margin-bottom:10px;
	display: block;
	}
	
.dlR {
    border-top: 1px dotted #BE1432;

	}

.dlN {
    border-top: 1px solid #E5E5E5;
	
	}



/* --------- Lightbox --------- */	
#INFO_Wrapper {
	/*background: #fff;*/
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 2px 12px;
	-moz-box-shadow:  rgba(0,0,0,.2) 0px 2px 12px;
	/*padding: 24px 24px 24px 24px;*/
	padding: 48px 24px 24px 24px;
	/*width: 800px;*/
	width: 80%;
	max-width: 960px;
/*	position: absolute; top: 40px;	*/
	position: relative; top: 400px; 
	
	display: none;
	z-index: 2;
	/*overflow: hidden;*/
	/*overflow: scroll;*/
	}

/* --------- NAV1 --------- */	
.NAV1 {
	display: block;
/*	padding-bottom: 30px;*/
	}
	
.Overlay_Info { 
	/*text-decoration:underline !important; */
	}



.DATA_EN {
	/*display: none;*/
/*	z-index: 10;*/
	}

.DATA_DE {
	display: none;
	}

/* --------- NAV1 --------- */	
.NAV1 h2NAV {
	font-family:News Gothic TT Medium, Arial Bold, Sans-Serif;
	font-size:13px;
	line-height: 18px;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #1A1A1A;
	margin-right:40px;
	display: inline-block;
	padding-bottom: 10px;
	}

	
#close_x { 
	width: 20px; height: 20px;
	background: url(../images/close.png) no-repeat;
	/*background: url(../images/close_w.png) no-repeat;*/
	background-size:20px 20px;

	overflow: hidden; line-height: 1000px;
	display: block;
	position: absolute; top: 10px; right: 20px;
	/*position: absolute; top: 2px; right: -25px;*/
	background-position: 0px 0px;
	}



/*---------------------------- RESPONSIVE TABLE*/
.table_1 {
	width:100%;
	font-size:0;
	margin-bottom:40px;
}

.table_1_stack {
	display:inline-block;
	width:calc(50% - 0.1px);
	border:0px solid black;
}

td {
  padding-bottom:0px;
}

@media only screen and (max-width: 800px) {
/* ---------------------------- TABLE */
.table_1_stack {
	width:100%;
}

