body {
  margin:0;
  padding:0;
  background:#d2dd65 url(../assets-interim/images/body-bg.jpg) 0 0 repeat-x;
}
body,table,input,textarea,button,select {
  font-family:'Quicksand',arial,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#464646;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
  display: block;
}
audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

h1 {
  font-size:14px;
  line-height:18px;
  font-weight:700;
  margin:0;
}
h2 {
  font-size:18px;
  line-height:20px;
  font-weight:normal;
}
h3 {
  font-size:16px;
  line-height:18px;
  font-weight:normal;
}
h4,h5,h6 {
  font-size:12px;
}
a {
  text-decoration:none;
  color:#464646;
}
a:hover {
  text-decoration:underline;
}

img {
  border:0;
}

/* clearfix
********************************/
.clearfix:after {  /* Firefox, IE8, Opera, Safari, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html .clearfix { /* IE7 */
  display: inline-block;
}
* html .clearfix { /* IE6 */
  height: 1%;
}

/* Seitenelemente (Master)
********************************/

#container {
  width:980px;
  margin:0 auto;
}
#header {
  height:560px;
}
#logo {
  padding:120px 0 0 0;
  text-align:center;
}
#main {
  text-align:center;
}

.imprint {
  font-size:10px;
  line-height:13px;
}