/* Kontakt neu Kienzinghof*/


/*body {
	align:center;
	border: thin dotted #F00;
}*/

div.elem-group {
	margin: 20px 0;
	color: #993300;
}

div.elem-group.inlined {
  width: 27%;
  display: inline-block;
  float: center;
  color: #993300;
}

label {
	display: block;
	font-family: 'Nanum Gothic';
	padding-bottom: 10px;
	color: #993300;
	/*font-size: 1.25em;*/
}

input, select, textarea {
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1.1em;
  font-family: 'Nanum Gothic';
  width: 70%;
  padding: 10px;
  color: #993300;
  background-color: #FFF;
}

div.elem-group.inlined input {
  width: 95%;
  display: inline-block;
}

textarea {
	height: 100px;
  	border: 1px solid color: #54825e;
	cursor: hand;
	background-color: #FFF;
	color: #993300;
}

hr {
	border: 1px double #993300;
}

button {
	height: 50px;
	border: medium double #993300;
	color: #993300;
	/*font-size: 1.25em;*/
  font-family: "Nanum Gothic";
	font-size: 1.25em;
	border-radius: 4px;
	cursor: default;
	background-color: #fbf6f0;
	font-weight: bold;
	filter: DropShadow(Color=#000033, OffX=5, OffY=5, Positive=y);
}

buttongr {
	color: #993300;
	font-size: 1.5em;
  font-family: "Nanum Gothic";
	font-size: 1.5em;
	border-radius: 4px;
	cursor: default;
	background-color: #fbf6f0;
	font-weight: bold;
	filter: DropShadow(Color=#000033, OffX=5, OffY=5, Positive=y);
}

button:hover {
	border: 2px solid #00F;
	color: #09F;
	font-size: 1.5em;
  }
 
table {
	text-align: left;
	margin: 0px auto;
}