body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

body {
  background: #ecfafc url(/assets/images/body_top.jpg) center top no-repeat;
  color: #808080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
h2 {
  font-size: 20px;
  margin: 25px 0;
}
h3, h4 {
}
h3 {
  font-size: 18px;
  margin: 25px 0 10px 0;
}
h4 {
  font-size: 16px;
  margin: 25px 0 0 0;
}
p {
  margin-bottom: 15px;
}
a,
a:hover,
a:active,
a:visited {
  color: #808080;
}

.container {
  text-align: center;
  margin: 100px auto;
  width: 960px;
}
.half {
  float: left;
  margin: 15px 20px 30px 0;
  text-align: left;
  padding: 50px;
  width: 370px;
}
.first {
  padding-left: 150px;
  padding-right: 0;
  width: 320px;
}
.last {
  margin-right: 0;
}

#Imprint {
  padding-bottom: 20px;
  text-align: left;
}
