#style1 {
    position:absolute;
    width:0px;
    height:0px;
    z-index:-12;
    -webkit-filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1);
    filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1);
	}

#style2 {
    position:absolute;
    width:0px;
    height:0px;
    z-index:-10;
    -webkit-filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1);
    filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1);
	}

#style2b {
    position:absolute;
    width:600px;
    height:600px;
    z-index:-9;
    -webkit-filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(.3) contrast(1);
    filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(.3) contrast(1);
	}

#style3 {
    position:absolute;
    width:0px;
    height:0px;
    z-index:-8;
    -webkit-filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1);
    filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1);
	}

#style4 {
    position:absolute;
    width:0px;
    height:0px;
    z-index:-6;
    -webkit-filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1);
    filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(1) contrast(1);
	}

#style4b {
    position:absolute;
    width:600px;
    height:600px;
    z-index:-5;
    -webkit-filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(.5) contrast(1);
    filter: hue-rotate(0deg) saturate(1) grayscale(0) brightness(1) opacity(.5) contrast(1);
	}

#style_s {
    position:absolute;
    width:600px;
    height:600px;
    z-index:-1;
}

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

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

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

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

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

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

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

.eingh {
	font-family:Courier, "Courier New", monospace;
	width:40px;
	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 {
	width:180px;
	height:22px;
	font-family:Courier, "Courier New", monospace;
	font-size:12px;
	font-weight:800;
	background-color:#CBC8B0;
	border:none;
}

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 */ }