/* Aussehen der Seite */

/* Standard-Formatierungen - fix */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}




/* Textfarben */

/*Standard-Farbe Text */
body {
  color: #fff;
}
.footerTop {
  color: #fff;
}

a {
    color:#fff;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.vcf a {
    color:#fff;
    text-decoration: underline;
}
.vcf a:hover {
    text-decoration: none;
}

/* Textgrößen */

/* Standard-Größe text */
body {
  font-size: 18px;
  line-height: 20px;
}
h1 {
    font-size: 28px;
	line-height: 1.1em;
}
.footer {
  font-size: 10px;
}
.footerBottom {
  line-height: 38px;
}



/* Hintergrund aussen */

body {
  background-color: #000;
}

.pageOuterWrap {
  background-color: transparent;
}

.header {
  background-color: transparent;
  border-bottom: 0px solid #d9d9d9;
}
.headerInnerWrap {
  background-color: transparent;
}
.content {
  background-color: transparent;
    border: 0px solid red;
}
.footerBottom {
  background-color: transparent;
  border-top: 0px solid #d9d9d9;
}