#contact-area {
	width: 700px;
	margin-top: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	/*font-family: Helvetica, sans-serif;
	font-size: 1.4em;*/
	margin: 0px 0px 10px 0px;
	border: 1px solid #aaa;

}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #006ca2;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 128, 192, 0.5);
	box-shadow: 0px 0px 2px 1px rgba(0, 128, 192, 0.5);
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	/*font-size: 1.4em;*/
}

#fett{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4a4a4a
}

#ueberschrift {
	font-weight:bold;
	font-family: "Century Gothic", CenturyGothic, "Avant Garde", Avantgarde, "AppleGothic", sans-serif;	font-size:15px;
	font-size:17px;
	color:#4a4a4a;
}

#normaler_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block
}

.submit-button{
	height: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


/* von bootstrap */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
	visibility: hidden;
	margin-left: -2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
	}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

#contact_form_errorloc {
	visibility: hidden;
	overflow: hidden;
}
