* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  color: #ff8b00;
  font-family: Arial, Helvetica, sans-serif;
  background: #001343 url(../img/hint_mitte.gif) center repeat-y ;
  text-align: center;
  height: 100%;
}

* html, * html body {
  margin:0;
  padding:0;
  height:100%;
  overflow:hidden;
}

h1, h2, h3 {
  background: transparent;
}

h1 {
  font-size: 23px;
  margin-bottom: 11px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: bold;
}

table {
  padding: 0;
  margin: 0;
  border: 0;
}

a, p, li, td {
  font-size: 12px;
}

td {
  padding: 0 0;
}

p {
 line-height: 140%;
 margin-bottom: 12px;
}

input, select, textarea, checkbox {
  background-color: #dde6ff;
  padding: 2px;
  margin: 0;
  font-size: 12px;
}

a {
  color: #ff8b00;
  text-decoration: underline;
}

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

a img {
  border: 0 none;
}

