/* Debug Messages
**************************************************/
#debugIcon a {
	position:fixed;
	bottom:0px;
	left:0px;
	width:40px;
	height:50px;
	z-index:1000000;
	background:url('../images/eselsohr.png') left bottom no-repeat;
	outline:0;
	text-decoration:none;
}

#debugMessages {
	text-align:left;
	font-family: monospace;
	font-size: 14px;
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	z-index:999999;
	overflow:auto;
	background:rgba(0,0,0,0.7);
	color:#eee;
}

#debugMessages ul {
	list-style-type: none;
	margin:10px 20px;
}

#debugMessages li {
	list-style-type: none;
	border-bottom:1px solid #fff;
	padding:3px 0;
}
