a:link {
color: #5D1614;
}
a:visited {
color: #5D1614;
}
a:hover {
color: #11846F;
}
a:active {
color: #8E1F1A;
}
.titel {
	color: #FFE572;
} 
input {
      color: #FFFFFF;
	  background-Color: #5A120E;
	  border: 1px solid #EFB873;
}
input:hover {
      color: #921C17;
	  background-Color: #FFE572;
	  border: 1px solid #D33F2E;
      }
textarea {
      color: #FFFFFF;
	  background-Color: #5A120E;
	  border: 1px solid #EFB873;
      }
.inputbox {
	width: 400px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.inputOhneBG {
	  background-Color: #a13021;
	  border: 0px none #EFB873;
      }
.inputboxGB {
	width: 300px;
	text-align: left;
}
.box_blau{
	background-color: #5a120e;
	color: #EFB873; 
}
fieldset {
	border: 2px solid #5A120E;
	padding: 5;
}
fieldset legend {
	padding: 5;
}