#page-top {
  background: black url('/graf/kontakt_top.jpg');
}

#page-content {
  background: black url('/graf/kontakt_bot.jpg');
}

#content-box {
  position: relative;
  left: 10px;
  top: 10px;
  width: 600px;
  height: 346px;
}

#content-box  a, #content-box  a:hover, #content-box  a:visited {
  color: white;
  font-weight: bold;
}

#content-box  p {
  margin: 0 0 5px 0;
  padding :0;
  font-family: tahoma, sans-serif;
  color: white;
  font-weight: bold;
}

#mail_form {
  width: 100%;
}

#mail_form input, #mail_form textarea {
  width: 300px;
  border: 1px solid #555555;
}

#mail_error {
  padding-bottom: 10px;
}

#mail_sent{
  padding-bottom: 10px;
}

#mail_error p {
  text-align:center;
  width: 100%;
}

#content-box  #mail_error a {
  color: #dddddd;
  text-decoration: underline;
}

#mail_sent p {
  text-align:center;
  width: 100%;
}

input, textarea {
  color: black;
  text-align: left;
}

.form_default {
  background-color: #fffb94;
}

.form_error {
  border: 1px solid #555555;
}

td.title {
  text-align: right;
  vertical-align: top;
}

#content-box  #details {
  padding-top: 10px;
}


