#style1 {
position:absolute;
width:0px;
height:0px;
z-index:1;
-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:2;
-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);
}

#style3 {
position:absolute;
width:0px;
height:0px;
z-index:3;
-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:4;
}

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

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

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

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