/*
	colorBackground: #555555;
	colorHead: #2d6b9a;
	colorMenue: #dbf5f9;
	colorMenueHead: #dbf5f9;
	colorContent: #7fceec;
*/
/*
 * html .menu_active { /*IE6 only*/
/*     margin: 0  3px 0 5px;
     border-top: 0px;
  }
  
  *+html .menu_active { /*IE7 only*/
/*     margin:  2px 3px 0 5px;
  }

*/

html {
	height:100%; 
	/*max-height:100%;*/ 
	width:100%;
	/*max-width:100%;*/
	padding:0;
	margin:0; 
	border:0; 
	background:#dfdfdf; 
	font-size:76%; 
	font-family:'Verdana', sans-serif, serif, 'times new roman';
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 	
}

body {
	height:100%;
	/*max-height:100%;*/
	overflow:hidden;
	padding:0px;
	margin:0px;
	border:0px;
	vertical-align:middle;
	text-align:center;
}

#sheet{
	position:absolute;
	vertical-align:middle;
	text-align:center;
	border:10px solid #eee;
	width:80%;
	height:80%;
	top:10%;
	left:10%;
	background: #7fceec;
	overflow: hidden; 
}

* html #sheet{
	overflow:auto;
}

#lhead {
	position:absolute;
	top:0px; 
	left:0px; 
	width:218px; 
	height:100px;
	background: #2d6b9a; 
	z-index:7;
	overflow:hidden; 
}
a img {
	border:0;
}
#rhead {
	position:absolute;
	top:0px; 
	left:0px; 
	right:0px; 
	height:100px; 
	background: #2d6b9a;
	width:100%; 
	z-index:5;
	overflow:hidden;
}

#menue{
	position:absolute;
	top:100px; 
	left:0px; 
	bottom:0px;
	width:220px;
	background: #dbf5f9; 
	z-index:4;
	overflow:auto; 	
}
/*
* html #menue{
	height:100%;
	top:0px;
	border-top:100px solid #fff;
}
*/
#hmenue{
	position:absolute;
	left:0px;
	right:0px; 
	top:70px;
	height:30px; 
	background: #dbf5f9; 
	z-index:6;
	overflow:hidden;
}

#content{
	position:absolute;
	display:block;
	text-align:left;
	left:220px;
	right:0px; 
	top:100px;
	bottom:0px;
	background: #7fceec; 
	z-index:3;
	overflow:auto;
	padding:0px;
}
/*
* html #content{
	top:100px;
	left:220px;
	right:0px;
	bottom:0px;
	height:100%;
	width:100%;
	overflow:auto;
	border-top:100px solid #eee;
  	border-left:220px solid #eee;
  	border-bottom:-10% solid #eee;
}
*/

#noscript{
	visibility:hidden;
	background-color: red;
	font-size: 120%;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

