
/* fuer IE7 */
*+html legend {margin-left: 0px}
*+html textarea {width: 430px}
*+html li.last {padding: 5px}
*+html input[type="submit"] {width: 100px}

body {
    font-family: Helvetica, Arial, "Nimbus Sans L", FreeSans, sans-serif;
}

#fruehwirt {
	margin-left:80px;
}


form {
  background: #F6F6F6;
  padding: 5px 0 0;
  margin: 20px auto;
  width: 520px;
  /* text-align: center; */
  border: #ccc solid thin;
}
fieldset {
  background: #F6F6F6;
  border: none;
  margin: 0;
  padding: 10px 20px 25px;
}

/*
legend {
  font: 20px Helvetica,Arial,"Lucida Sans","DejaVu Sans","Bitstream Vera Sans",sans-serif;
  font-weight: bold;
  color:#fe9e00;  
  margin:15px 0 15px 158px;
  
  }
  */
  
p {
	margin: 0;
        color:#4D4D4D;
}

span {
    margin-left: 158px;
    color:red;
}
  
label {
  font: 14px Helvetica,Arial,"Lucida Sans","DejaVu Sans","Bitstream Vera Sans",sans-serif;
  cursor: pointer;
  line-height: 24px;
  width:135px;
  float: left;
  margin-left:60px;
}

input, textarea {
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid #c4c4c4;
  font: 13px Helvetica, Arial, "Nimbus Sans L", FreeSans, sans-serif;
  padding: 8px 12px;
  width: 190px;
  margin-bottom:10px;
  
  
  border-radius: 5px;

  
  box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;

  filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5)";
}

input:focus	{
	background: none repeat scroll 0 0 rgba(248, 182, 63, 0.4);
}

input[type="submit"] {
  background-color: #fe9e00;
  background-color: #fe9e00;
  color: #fff;
  cursor: pointer;
  font: italic bold 1em/1.2 Georgia, "Times New Roman ", Times, Cambria, "Nimbus Roman No9 L ", serif;
  border: 1px solid #f8b63f;
  padding: 5px 10px;
  margin-left:200px;
  width: auto;
  border-radius: 0;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorStr=#fe9e00, EndColorStr=#f8b63f)";
  
   -webkit-box-shadow: 1px 0 0 #fe9e00, -1px 0 0 #fe9e00, 0 1px 0 #fe9e00, 0 -1px 0 #fe9e00, 0 5px 10px -5px #666;

  -moz-box-shadow: 1px 0 0 #fe9e00, -1px 0 0 #fe9e00, 0 1px 0 #fe9e00, 0 -1px 0 #fe9e00, 0 5px 10px -5px #fe9e00;

  box-shadow: 1px 0 0 #fe9e00, -1px 0 0 #fe9e00, 0 1px 0 #fe9e00, 0 -1px 0 #fe9e009, 0 5px 10px -5px #666;
  
  background: -moz-linear-gradient(top, #fe9e00, #f8b63f);
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0, #fe9e00), color-stop(1, #f8b63f));

  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fe9e00, EndColorStr=#f8b63f);

}
input[type="submit"]:hover {
  background: #fe9e00;
  text-shadow: none;
}
textarea {
  width: 425px;
  overflow: auto;
}