#style1 {
position:absolute;
width:0px;
height:0px;
z-index:1;
}

#style2 {
position:absolute;
width:0px;
height:0px;
z-index:2;
}

#style3 {
position:absolute;
width:0px;
height:0px;
z-index:3;
}

#style4 {
position:absolute;
width:300px;
height:300px;
z-index:4;
}

#myCanvas1 {
	position:absolute;
	left:20;
	z-index:-4;
}

#myCanvas2 {
	position:absolute;
	left:20;
	z-index:-3;
}

#myCanvas3 {
	position:absolute;
	left:20;
	z-index:-2;
}

#myCanvas4 {
	position:absolute;
	left:20;
	z-index:-1;
}

#schalter {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
}

.schalter {
	width:200px;
	height:22px;
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	background-color:#CBC8B0;
	border:none;
}

.eingh {
	width:60px;
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
}

h1 {
	font-family:Courier, "Courier New", monospace;
	font-size:20px;
}

h2 {
	font-family:Courier, "Courier New", monospace;
	font-size:16px;
}

h3 {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
}

h4 {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	font-weight:800;
	line-height:1.2;
	color: #A19F84; 
}

p {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	font-weight:800;
}

em {
	font-style:inherit;
	font-weight:100;
	color: #A19F84; 
	/*color: #B9B694;*/
}
	
button {
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	font-weight:800;
}

input {
	font-family:Courier, "Courier New", monospace;
	font-size:12;
	font-weight:800;
}

a:link    {
	  color: #178069; 
}

a:visited {
	color: #11B390; 
}

a:focus   {
	color:#48E9E7;
}

a:hover   {
	color:#48E9AA;
}

a:active  { /* Deklarationen */ }