div#total {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
  position: relative;
  margin: 20px auto 20px;
  width: 1400px; 
  height: 700px; 
}
  
/* Zeichenfläche */

div#canvas {
  background-color: #e6e6e6;
  border: 1px solid #000000;
  width: 1200px;
  height: 400px;
}
  

/* Eingabebereich */  
#ueberschrift_funktionsgleichung,
#ueberschrift_info_P,
#ueberschrift_sichtbereich {
  font-size: 18px;
  font-weight: bold;
}
#eingabefeld_01_ueberschrift {
  top: 15px;
}
div#eingabe_panel {
  background-color: #e6e6e6;
  border: 1px solid #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
	width: 1200px;
	height: 215px;
	} 
div#eingabe_panel div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: relative;
  left: 15px;
}
div#eingabe_panel div input {
  position: absolute;
  left: 130px;
  width: 100px;
}
div#eingabe_panel div input[type="checkbox"]  {
  position: absolute;
  left: 160px;
} 
#fuehrungstext_eingabefeld_funktion {
  font-size: 20px;
  font-weight: bold;	
} 
div#eingabe_panel div span#ausgabefeld_y_P, div#eingabe_panel div span#ausgabefeld_y_P_cos {
	position: absolute;
  left: 100px;fuehrungstext_eingabefeld_x_P
}
div#eingabe_panel div span#ausgabefeld_y_P_als_winkelmass {
	position: absolute;
  left: 100px;
} 
div#eingabe_panel div input#eingabefeld_x_P {
	position: absolute;
  left: 100px;
  width: 90px;
}  
button {
  height: 30px;       
  border-radius: 0px;
  border-style: outset;
  border-width: 2px;
  margin-left: 0px;
  font: bold 16px sans-serif;
  width: 280px;
} 
input[type="text"] {
  position: absolute;
  padding-left: 2px;
  height: 20px;
  border-radius: 0px;
  border-color: #000000;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
} 
div#eingabe_panel span {
  position: absolute;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#eingabe_panel span#fuehrungstext_eingabefeld_x_P,
div#eingabe_panel span#fuehrungstext_eingabefeld_x_P_als_winkelmass,
div#eingabe_panel span#fuehrungstext_ausgabefeld_y_P,
div#eingabe_panel span#fuehrungstext_ausgabefeld_y_P_cos {
	font-size: 16px;
	left: 70px;
}
div#eingabe_panel span#fuehrungstext_ausgabefeld_Tangentensteigung {
  left: 18px;
}
input[type="checkbox"] {
  margin-left: 10px;
  border-radius: 10px; 
  width: 20px;
  height: 20px;
}
  