body {
    font-family:arial;
    font-size:11px;
    background:#ffffff;
    mmargin:0px;
    padding:0px;
  }
  * + html form {
  	margin:0px;
  	padding:0px;
  }
h1 {
	background:transparent url(http://mach3.de/fileadmin/layout/images/icons/icon_letter.gif) no-repeat scroll left 1px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 16px;
}
  fieldset {
    border:1px solid #9FD0CA;
    width:368px;
  }
  fieldset.small {
  	width:175px;
  }
  fieldset legend {
    color:#000000;
    font-size:11;
  }
  fieldset.small table {
  	width:100%;
  	margin: 0 5px;
  }
  table {
    font-size:11px;
    width:351px;
    margin-left:12px;
  }
  table th {
    text-align:left;
    font-weight:normal;
    padding:4px 0 2px 0px;
  }
  table td {
    padding:0 0 1px 0;
  } 
  textarea,
  input {
    border:1px solid #9FD0CA;
    background:white;
    height:17px;
    font-size:7pt;
    color:#165F54;
  }
  .full_half {
    width:165px;
  }
  textarea.half_half {
    height:85px;
    width:165px;
  }
  .half_half {
    width:69px;
  }
  .half_long {
    width:109px;
  }
  .half_small {
    width:30px;
  }
  .full {
  	width:360px;
  }
  textarea.full {
  	width:360px;
  	height:200px;
  }
  .submit {
    background:#FFFFFF url(http://mach3.de/fileadmin/layout/images/form_submit_background.png) no-repeat left top;
    color:#ffffff;
    font-size:7pt;
    font-weight:bold;
    height:16px;
    line-height:16px;
    width:77px;
    border:none;
    cursor: pointer;
    margin-top:2px;
  }
  a {
    color:#048F7C;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:7pt;
    background: transparent url(http://mach3.de/fileadmin/layout/images/navigation/sub_navigation_inactive.gif) no-repeat scroll left 3px;
    padding: 1px 0 1px 10px;
    text-decoration: none;
  }
  a:hover {
  	text-decoration: underline;
  }
  .error {
  	border:1px solid red;
  }
