#panel_cont, #panel_prod, #panel_indiv, #panel_kunden  {
    position: absolute;
    top: 70px;
    right: 60px;
	width: 45%;
	height: 565px;
	color: #000;
	background: #fff;
    overflow: hidden;
	z-index: 5;
	display: none;
	line-height: 1.2em;

	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=60);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.6;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.6;
}


#panel_imp {
    position: absolute;
    top: 70px;
    right: 60px;
	width: 45%;
	height: 565px;
	color: #000;
	z-index: 3;
	display: none;

	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=60);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.6;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.6;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.6;

    display: block;
}
.content_imp {
    position: absolute;
    bottom: 0px;
    display: none;
    height: 505px;
	padding: 30px;
	background: #fff;
    overflow: hidden;
	z-index: 3;
}

.overflow {
	overflow: auto;
	height: 270px;
	padding-right: 30px;
}

#panel_imp h1, #panel_cont h1, #panel_prod h1, #panel_indiv h1, #panel_kunden h1 {
	font-size: 1.6em;
	color: #0048CB;
	line-height: 20px;
	margin-bottom: 15px;
}

#panel_imp h2, #panel_cont h2, #panel_prod h2, #panel_indiv h2, #panel_kunden h2 {
	font-size: 1.2em;
	color: #0048CB;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#panel_imp p, #panel_cont p, #panel_prod p, #panel_indiv p, #panel_kunden p {
	font-size: 1em;
	padding: 0;
	
}

#panel_imp a, #panel_cont a, #panel_prod a, #panel_indiv a, #panel_kunden a {
	text-decoration: none;
	color: #0048CB;
}

#panel_imp a:hover, #panel_cont a:hover, #panel_prod a:hover, #panel_indiv a:hover, #panel_kunden a:hover {
	color: #e2001a;
}


#content_cont, #content_prod, #content_indiv, #content_kunden{
	margin: 30px;
	overflow: auto;
}