#modal_panel {
	display:none;
	position:absolute;
	height:520px;
	width:995px;
	margin:-260px 0px 0px -485px;
	padding:0;
	top:50%;
	left:50%;
	z-index:500;
	font-family: Verdana;
    	font-size: 1.1em;
    	text-align: left;
	/* border:1px dotted #000000; */
	scrollbar-face-color:#964A4F;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:gray;
	scrollbar-3Dlight-color:gray;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-darkshadow-color:gray;
	}

.clear {
	clear:both;
         }

#close_button {
	width:14px;
	height:13px;
	margin:6px 0 0 0;
	float:left;
	}

#content_top {
	float:left;
	width:985px;
	height:25px;
	background-color:#ffffff;
	}

#close_button {
	width:15px;
	height:15px;
	margin:5px 0 0 8px;
	float:left;
	}

#close_text {
	width:370px;
	height:15px;
	margin:5px 0 0 5px;
	float:left;
         font-family: Verdana;
    	font-size: 12px;
	color:#000000;
	}

#close_text a {
	font-family: Verdana;
    	font-size: 12px;
	color:#000000;
	text-decoration:none;
    	text-align:left;
	}

#close_text a:hover {
	text-decoration:underline;
	color:#964A4F;
	}

#seitentext {
	width:400px;
	height:15px;
	margin:5px 0 0 60px;
	font-family: Verdana;
    	font-size: 12px;
	font-weight:bold;
	text-align:left;
	color:#964A4F;
	float:left;
	}

#content {
	width:985px;
	height:490px;
	background-color:#ffffff;
	overflow:auto;
	text-align:center;
	}

.navigation {
	float:left;
	margin:100px 0 0 10px;
	padding:5px 0 0 5px;
	width:150px;
	height:130px;
	border:1px solid #E1DEDE;
	}

.navigation a {
	text-decoration:none;
	color:#AD0000;
	}

.navigation a:hover {
	text-decoration:underline;
	color:#AD0000;
	}

#bg_trans {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter: chroma(color=#FFFFFF) progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	background-color:#E79523;
	display:none;
	z-index:100;
	display:none;
	}
