/* Basis */
*      { margin: 0; padding: 0; }

body   { font-size: 13px; font-family: courier, arial, sans-serif; }
a      { text-decoration: none; }
img    { border: 0; }
h1     { font-size: 18px; letter-spacing: 6px; color: /*#d1de76*/ #222222; }

div#bg-image {
  position: fixed; top: 0; left: 0;
  z-index: -1;
  width: 100%; height: 100vh;
  background-color: #222222;
  background-repeat: no-repeat; background-size: cover;
}

div#text { float: right; width: /*372px*/ 452px;
  margin: 40px 90px 0 0;
  padding: 7px; 
}

.thumbnail { display: inline; }


/* CDs Bg */
div#text {
  background-image: url("5/kasten_bg_80weiss.png"); 
  background-repeat: repeat;
}
div.cd { margin-bottom: 20px; }
div.cd img { width: 113px; }


/* Menu 2 */
div#title { position: fixed; left: 100px; top: 40px; }

ul.menu {   position: fixed; left: 100px; top: 100px; }
ul.menu {         list-style: none; font-size: 16px; font-weight: bold;}
ul.menu li {      color: #dddddd; padding: 10px 0; }
ul.menu a {       color: #aaaaaa; }
ul.menu a:hover { color: #dddddd; }

h1 { color: #dddddd; }

/* Text */
/* */

/* Footer */
div#footer { clear: both; height: 40px; }

