h1 {
  font-size: 220%;
}
#contentForm {
  margin:0;
  padding:0;
  display: block;
  width: 400px;
  border: 0px;
  margin-top:20px;
  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:400px;
  height:100px;
}

input, textarea, select {
  width:400px;
  height:25px;
  margin: 0;
  padding: 2px;
  font-size: 13px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #c1c1c1;
  margin: 5px 0;
  
  -moz-box-shadow:inset 2px 2px 5px #e8e8e8;
  box-shadow:inset 2px 2px 5px #e8e8e8;


}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  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 {
	margin-top:190px;
	font-size: 16px;
	font-family: Arial;
	color: #4d7991;
	text-decoration:none;
}