
	#edi_div {
		position: absolute;
		top: 20px;
		left: 200;
		width: 300px;
		height:	34px;
		font-size: 30px;
		border-radius: 25px;
		text-align: center;
		background-color:	rgba(155,255,100,0.5);
	}
		
	#aktval_div {
		position: absolute;
		top: 100px;
		left: 150;
		width:400px;
		height:	355px;
		background-color:	rgba(155,255,100,0.5);
	}
	.cssHeaderRow {
	  background-color:	rgba(100,255,100,1);
	  margin-bottom: .5%;
	  height: 40px;
	  font-size: 20px;
	}
	.cssTableRow {
	  background-color:	rgba(150,255,255,0.5);
	  margin-bottom: .5%;
	  font-size: 25px;
	}
	.cssOddTableRow	{
	  background-color:	rgba(255,255,100,0.75);
	  margin-bottom: .5%;
	  font-size: 25px;
	  line-height:40px;
	}
	
	#status_div {
	position: absolute;
		top: 480px;
		left: 20;
		width: 300px;
		height:	80px;
		font-size: 25px;
		background-color:	rgba(255,255,255,0.75);
	}

	#kalender_div {
		position: absolute;
		top: 550px;
		left: 40;
		width: 300px;
		height:	250px;
		background-color:#F0E68C;
	}


	#chk_div {
		position: absolute;
		top: 40px;
		left: 1300;
		width: 200px;
		height:	400px;
		background-color:	#e0e0e0;
	}

	#buttons1 {
		position: absolute;
		top: 500px;
		left: 400;
		width: 250px;
		height:	100px;
	  background-color:	rgba(255,0,255,0.0);
	}

	.kale-head  {
	  background-color:	#bbdaff;
	  margin-bottom: .5%;
	  height: 30px;
	  font-size: 18px;
	}

	.kale-we {
	  background-color:	#67fd9a;
	  margin-bottom: .5%;
	  height: 25px;
	  font-size: 18px;
	  font-weight:bold';
	}


	.kale-tag  {
	  background-color:	#ffffc7;
	  margin-bottom: .5%;
	  height: 25px;
	  font-size: 18px;
	  font-weight:bold';
	}

	.kale-sel  {
	  background-color:	#F0E68C;
	}

	#charts1 {
		position: absolute;
		top: 800px;
		left: 20;
		width: 700px;
		height:	450px;
//		background-color: rgba(128,255,255,0.5);
	}
	#cross1 {
		position: absolute;
		top: 30px;
		left: 430;
		width: 800px;
		height:	450px;
//		background-color: rgba(200,200,200,0.1);
	}


	#yaxis_div {
		position: absolute;
		top: 35px;
		left: 1250;
		width: 300px;
		height:	400px;
		background-color: rgba(200,200,200,0.1);
	};

	
	

	#buttab td{
		border: 2px solid rgba(100,255,100,1);
		border-radius: 13px; 
		text-align: center;
		background-color: rgba(255,255,100,0.75);
		cursor: pointer;
	}


