/* kontakt.css */

table.adresse {
  margin-top: 15px;
  margin-left: 30px;
  empty-cells: show;
}

table.adresse td {
  padding: 10px;
}

img.adresse {
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

.adresse {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5; 
}

table.kontakt {
  margin-top: 10px;
  margin-left: 40px;
  empty-cells: show;
}

table.kontakt td {
  padding: 3px;
}

table.kommentar {
  margin-top: 10px;
  
  empty-cells: show;
}

img.mobil {
  width: 25px;
  height: 30px;
}

img.phone {
  width: 40px;
  height: 40px;
}

img.fax, img.email{
  width: 30px;
  height: 30px;
}

.space {
  width: 20px;
}

p.fragen {
  margin-top: 30px;
  margin-left: 40px;
  line-height: 1.5;
}

 
form {
  margin: 20px 40px 0 40px;
}

fieldset{
  padding: 10px;
  width: 70%;
  border: 1px solid black;
}

.input{
  padding-left: 10px;
}

label {
  margin: 5px 0 0 10px;
  line-height: 2;
}

select {
  width: 90px;
  background: silver;
  font-weight: bold;
}

input{
  background: silver;
  font-weight: bold;
}


textarea{
  border: 1px solid black;
  background: silver;
  font-weight: bold;
}


p.submit {
  margin-top: 15px;
}

input.loeschen {
  margin-left: 20px;
}


