body
{
	background-color:white;
	color: black;
	font-size:12pt;
	padding:0px;
	font-family: Arial, sans-serif;
	/*background: url(http://www.shukatsu-note.com/wp-content/uploads/2014/12/computer-564136_1280.jpg) no-repeat;*/
	background-size: cover;
	height: 100vh;
}
.curMouse{	cursor: default;}
.curMouse area, .curMouse a{cursor: pointer;}
.curVoltmetre{	cursor: url("/public/img/curVoltm3.png"), default;}
.curVoltmetre area, .curVoltmetre a{cursor: url("/public/img/curVoltm3.png"), pointer;}
.curLuxmetre{	cursor: url("/public/img/curLuxm.png"), default;}
.curLuxmetre area, .curLuxmetre a{cursor: url("/public/img/curLuxm.png"), pointer;}
header
{
	background-color:white;
	color:black;
	font-size:22pt;
	text-align:center;
	/*padding:15px;*/
	padding:0px;
	margin:0px;
}
footer
{
	text-align:center;
}
#maincontent
{
	/*background-color: white;*/
	min-height:800px;
	width:1885px;
}
.img_fullscreen
{
	width:1885px;
	max-height:800px;
}
area:hover
{
	background-color: hsla(50, 33%, 25%, 0.5);
}




.FctInputText
{
	background-color:rgb(255,150,150); 
	position:absolute;  
}
.FctOutputText
{
	background-color:rgb(150,255,150); 
	border: solid black 1px; 
	text-align:center; 
	padding:2px; 
	width:180px; 
	position:absolute;  
}

.FctInputTextShort
{
	background-color:rgb(255,150,150); 
	position:absolute;  
	width:140px;  
}
.FctOutputTextShort
{
	background-color:rgb(150,255,150); 
	border: solid black 1px; 
	text-align:center; 
	padding:2px; 
	width:140px; 
	position:absolute;  
}						