*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6, small {
  font-size: 1em;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}

#site {
  min-width: 1000px;
  font-size: 16px;
  font-family: 'Cantarell', Verdana, Arial, Helvetica, sans-serif;
  background: #000000;
  line-height: 1.4em;
  
}
#site .container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#site .clear {
  clear: both;
}

::selection {
  color: #151515;
  background: #fc0087;
}
::-moz-selection {
  color: #151515;
  background: #fc0087;
}

#header {
  border-bottom: 4px solid #121212;
}

#logo a {
  float: left;
  width: 500px;
  height: 84px;
  background: url(images/logo.png) left  no-repeat;
}
#logo span, #logo small {
  display: none;
}
#kontakt {
  padding-top: 1.5em;
  margin-left: 500px;
}
#kontakt a {
  float: left;
  display: block;
  margin-left: 0.75em;
  width: 32px;
  height: 32px;
  background-position: top left;
  background-repeat: no-repeat;
}
#kontakt a:hover {
  background-position: top right;
}
#kontakt #twitter {
  background-image: url(images/twitter.png);
}
#kontakt #vimeo {
  background-image: url(images/vimeo.png);
}
#kontakt #youtube {
  background-image: url(images/youtube.png);
}
#kontakt #email {
  background-image: url(images/email.png);
}
#kontakt #skype {
  background-image: url(images/skype.png);
}
#kontakt #facebook {
  background-image: url(images/facebook.png);
}
#kontakt #carbon {
  width: 88px;
  height: 31px;
  background-image: url(images/carbon.png);
}

#content {
  clear: both;
  color: #CCC;
  background-color: #151515;
}
#content .container {
  padding: 0px 0;
}
#content h1 {
  color: #FFF;
  font-size: 1.8em;
  margin-bottom: 0.4em;
  margin-top: 1.0em;
  padding-left: 40px;
  padding-top: 4px;
  background: url(images/heading2.gif) left center no-repeat;
  text-shadow: 0px 2px 3px #000;
}
#content a {
  color: #00aefc;
  text-decoration: underline;
}
#content a:hover {
  color: #fff;
  text-decoration:none;
  text-shadow: 1px 0px 4px #00aefc;
}
#content p, #kontakt p {
  margin-bottom: 0.6em;
}
#content p, #kontakt p, #content a.more, div.PDS_Poll {
  margin-left: 42px;
}
#content strong {
  font-weight: bold;
}
#kontakt p, #content li, #content a.more {
  font-size: 1.1em;
  line-height: 1.2em;
  color:#AAA;
}
#content a.more {
  text-decoration: none;
}

#willkommen, #referenzen {
  width: 468px;
  margin: 0 8px;
}
* html #willkommen, * html #referenzen {
  width: 460px;
}

#willkommen {
  float: left;
  font-size: 1.0em;
  color:#DDD;
}
#signature {
  display: block;
  width: 300px;
  height: 80px;
  background: url(images/signature2.gif) center no-repeat;
}
#signature span {
  display: none;
}

#referenzen {
  float: right;
}

#referenzen small {
  display: block;
  padding: 0px;
  float: left;
  width: 33px;
  margin-right: 8px;
  margin-top: 0px;
  color: #666;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: right;
}
