/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 8, F:/xampp/htdocs/bbb/scss/screen.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
/* line 13, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper {
  width: 851px;
  margin: 0 auto;
  margin-top: 20px;
}
/* line 18, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper .header {
  width: 851px;
  height: 330px;
  background: url('../media/title.png?1400521102');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-indent: -999em;
}
/* line 27, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper .facebook {
  margin-top: 40px;
  *zoom: 1;
  line-height: 18px;
}
/* line 29, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper .facebook img.fblogo {
  height: 36px;
  float: left;
}
/* line 34, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper .facebook .fbtext {
  float: left;
  height: 2em;
  width: 140px;
  margin-left: 10px;
  font-size: 1.25em;
}
/* line 22, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body .wrapper .facebook:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 47, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper .video {
  margin-top: 40px;
}
/* line 51, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
/* line 57, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper .imprint {
  margin-top: 40px;
}
/* line 61, F:/xampp/htdocs/bbb/scss/screen.scss */
body .wrapper h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.2em;
  line-height: 1.5em;
}
