#contentForm {
  margin:0;
  padding:0;
  display: block;
  width: 490px;
  border: 0px;
  margin-left:auto;
  margin-right:auto;
}

/* and now the form formatting itself */
label {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#333333;
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 2px;
  margin-bottom: 10px;
  margin: 8px 0;
}
#message{
  width:440px;
  height:130px;
}
.text_kontakt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#123a4b;
	line-height:10px;
}
input, textarea, select {
  width:440px;
  height:25px;
  margin: 0;
  padding: 6px;
  font-size: 13px;
  color: #666666;
  background: #f8f8f8;
  border: 1px solid #9ccd89;
  margin: 5px 0;
  

9ccd89

}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #dedede;
  background-color: #fbfbfb;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 70px;
  height: 28px;

}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  margin-top:20px;
  margin-bottom:10px;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 22px;
  color: #CC0000;
  font-size: 16px;
  font-weight: bold;
  background: url(images/stop.png) no-repeat;
  padding: 0px 0px 0px 40px;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
.kontakt_style {
	font-size: 16px;
	font-family: Arial;
	color: #4d7991;
	text-decoration:none;
}