#gl_message, #ptLogin {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	z-index: 80;
	top: 0px;
	bottom: 0px;
	background-image: url(../img/bg_img/light_white.png);
	background-repeat: repeat;
	text-align: center;
}

#gl_message {
	z-index: 81;
}

#gl_message_window {
	position: relative;
	margin:0 auto -100px;
	width: 450px;
	border: 2px solid #000000;
	height: 130px;
	padding: 20px;
	background-color: #dcdcdc;
	font-size: 15px;
	text-align: center;
	top: 200px;
	z-index: 79;
}

#ptLoginWindow {
	position: relative;
	margin:0 auto -100px;
	width: 450px;
	border: 2px solid #000000;
	padding: 20px;
	background-color: #dcdcdc;
	font-size: 15px;
	text-align: center;
	margin-top: 200px;
}


#login_links {
	text-align: right;
}

a.ptLoginLink {
	color: brown;
	text-decoration: none;
	border: none;
}

a.ptLoginLink:hover {
	color: blue;
	text-decoration: none;
	border: none;
}

#pt_lock {
	text-align: right;
	position: absolute;
	bottom: 0px;
	float: right;
	height: 22px;
	width: 156px;
	border-top: 1px dotted #000000;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
}

#pt_slide_box {
	position: fixed;
	z-index: 40;
	height: 100%;
	right: 0px;
	/*background-image: url(../img/menu_bg.png);*/
	overflow: hidden;
}

#pt_frame_border {
	position: absolute;
	width: 100%;
	top: 20px;
	bottom: 20px;
	left: 10px;
	z-index: 42;
	border-radius: 10pt 10pt;
	-webkit-border-radius: 10pt 10pt;
	-moz-border-radius: 10pt 10pt;
	border: 6px solid #3f1406;
	background-color: #FFF2BF;
}

#pt_frame {
	border-right: 1px dotted #000000;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	position: absolute;
	top: 30px;
	height: 94%;
	margin-bottom: 20px;
}

#pt_box_line {
	width: 100%;
	height: 25px;
	background-color: #2B0A04;
	color: white;
	border-bottom: 1px solid #CD853F;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
}

#pt_content_1, #pt_content_2, #pt_content_3, #pt_content_4, #pt_content_5 {
	padding: 1px;
}

#pt_content_1:hover, #pt_content_2:hover, #pt_content_3:hover, #pt_content_4:hover, #pt_content_5:hover {
	/*border: 1px dotted #545454;*/
	background-image: url(../img/icon/edit2.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#pt_contentblockmenu {
	float: right;
	width: 16px;
	height: 16px;
}

#pt_contentblockmenu:hover {
	border-left: 1px dotted #545454;
	border-bottom: 1px dotted #545454;
}



/** *************************************************
 * neues menu
 ************************************************* **/


