/*-------------------------------------------------------------------------------------------------*/
/* Overlay Homepage und Newsletter
/*-------------------------------------------------------------------------------------------------*/
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
	height: 235%;
    background-color: white;
	/*background-color: black;*/
    z-index:1001;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
.white_content_x {
    display: none;
    position: absolute;
    top: 10%;
    /*left: 20%;*/
    /*width: 55%;*/
    width: 1000px;
 	/*height: 55%;*/
	height: 500px;
    padding: 3px;
    border: 1px solid grey;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
/*Groesse des Fensters*/
.white_content {
    display: none;
    /*position: absolute;*/
	position: absolute;
	left: 50%;	
	top: 10px;
	margin: 0 0 0 -25%;
	/*width: 620px;*/
    /*height: 500px;*/
	padding: 3px;
    border: 1px solid grey;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.black_overlay1{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
	height: 235%;
    background-color: white;
	/*background-color: black;*/
    z-index:1001;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
.white_content1 {
    display: none;
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%;
    padding: 16px;
    border: 1px solid grey;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
.black_overlay_new{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.6;
			opacity:.60;
			filter: alpha(opacity=60);
		}
		.white_content_new {
			display: none;
			position: absolute;
			top: 2%;
			left: 35%;
			width: 490px;
			height: 720px;
			padding: 16px;
			border: 1px solid green;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}