/*
 * -ck- 01/2008
 * ck@gaertner.de
 */
body#info-email {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
/*  line-height: 19px; */
}

body#info-email input.check{
  float: left; 
  margin-bottom: 0.5em;
}

h1 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

p {
  margin: 6px 0 0 0;
  border: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}

a {
  color: #666;
}

a:hover {
  color: #a8161f;
  text-decoration: none;
}

.instrumentenNummer, .besitzMarke {
/*  font-size: 11px;  Jetzt reicht der Platz, kleinerer Font nicht nötig */
}

body#info-email {
/*  background-color: #EAE5D7; */
  background-color: #ceccc1;
}

div#formular {
/*  background-color: #dff;  */
  margin: 0 0 0 -480px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 960px;
  height: 600px;
}

div.formularZeile {
  position: relative;
  padding-bottom: 5px;
}

div.linkesHalbesFeld {
  width: 200px;
}

div.rechtesHalbesFeld {
  position: absolute;
  top: 0px;
  left: 200px;
}

div.rechtes78Feld {
  position: absolute;
  top: 0px;
  left: 55px;
}
input.ganzesFeld, textarea {
  width: 390px;
}

input.halbesFeld {
  width: 190px;
}

input.achtelFeld {
  width: 45px;
}

input.siebenachtelFeld {
  width: 335px;
}


