.debug:hover {opacity: 0.7;}
.debug
{
	position: absolute;
	padding: 20px 20px 20px 20px;
	top: 20px;
	/*
	
	*/
	float: right;
	right: 20px;
	width: 300px;
	
	opacity: 0.0;
	background: rgba(0,0,0, 0.6);
	
	border: dashed rgba(251,251,251, 0.6);
	border-width: 2px;
	-webkit-border-radius: 20px 20px 20px 30px;
	
	font-family:"CodingFontToby";
	font-size: 1.1em;
	color: #fff;
	text-align: left;
	z-index: 998;
}

#wholePage
{
	/*
	outline: yellow dotted 2px;
	background: url(../../images_global/image76.jpg);
	*/
	position: fixed;
	background-size: 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	min-height:100%;
	width: 100%;
}
#topBord
{
	/*
	outline: blue dotted 2px;
	*/
	
	background: #FFFFFF;
	position: fixed;
	left: 0px;
	top: 0px;
	height:30px;
	width: 100%;
	z-index: 980;
}
#bottomBord
{
	/*
	outline: blue dotted 2px;
	*/
	
	background: #FFFFFF;
	position: fixed;
	left: 0px;
	bottom: 0px;
	height:30px;
	width: 100%;
	z-index: 981;
}
#leftBord
{
	/*
	outline: blue dotted 2px;
	*/
	
	background: #FFFFFF;
	position: fixed;
	left: 0px;
	top: 0px;
	height:100%;
	width: 30px;
	z-index: 982;
}
#rightBord
{
	/*
	outline: blue dotted 2px;
	*/
	
	background: #FFFFFF;
	position: fixed;
	right: 0px;
	top: 0px;
	height:100%;
	width: 30px;
	z-index: 983;
}

.topmenubar 
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 45%;
	height: 60px;
}
#mainwindow
{
	/*outline: yellow dotted 1px;*/
	
	left: 0px;
	margin-bottom: 40px;
	
	
}

.topmenu 
{
	/*
	outline: blue dotted 2px;
	float:left;
	*/
	position: fixed;
	top: 0px;
	right: 16px;
	z-index: 999;
	
}
.menu:hover
{
	color: #000;
	cursor: pointer;
}
.menufocus
{	
	float:right;
	padding-top: 4px;
	padding-right: 14px;
	
	font-family:"Gill_Sans";
	font-size: 1.4em;
	color: #333;
	text-align: center;
}
.menu 
{
	float:right;
	padding-top: 4px;
	padding-right: 14px;
	
	font-family:"Gill_Sans";
	font-size: 1.4em;
	color: #999;
	
}
