body {
  background: #000000;
  padding: 0px;
  margin: 0px;
  font-family: georgia;
  font-size: 12px;
  color: grey;
}

div, h1, h2, h3, img, p, form, input, textarea, select, fieldset, label, table, th {
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: georgia;
  font-size: 12px;
  color: white;
  text-align: left;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: none;
}

img {
  border: 1px dotted white;
  vertical-align: middle;
}

h1 {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  border-bottom: 1px silver solid;
  margin-bottom: 20px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  display: block;
  width: 110px;
  float: left;
}

p {
  margin-bottom: 10px;
}

p img {
  border: 0px;
}

input, textarea, select {
  background: transparent;
  border: 1px solid grey;
  width: 190px;
  vertical-align: middle;
  padding: 5px;
  color: silver;
}

textarea {
  height: 100px;
}

input:hover, textarea:hover, input:focus, textarea:focus {
  border: 1px solid white;
  color: white;
}

input[type=submit] {
  width: 200px;
  text-align: center;
}

input[type=submit]:hover, input[type=submit]:focus {
  background: white;
  color: black;
  opacity: 0.4;
}

th {
  font-weight: bold;
}

hr {
  border: 0px;
  border-top: 1px dashed silver;
}

#main {
  width: 1000px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  z-index: 0;
  margin-top: 100px;
}

#content {
  height: 500px;
  border: 1px solid white;
}

#logo {
  background: url('../pics/site/logo.png');
  width: 100px;
  height: 116px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -80px;
}

#navi {
  width: 1000px;
  height: 21px;
}

#lang {
  position: absolute;
  right: 0px;
  padding-top: 14px;
}

#lang img {
  border: 0px;
  margin-right: 10px;
}

#footer {
  width: 1000px;
  height: 20px;
  padding-top: 5px;
}

#mp3 {
  margin-top: -5px;
  width: 50%;
}

#loading {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 37px;
  right: 25px;
}

#navi a, #footer a {
  display: block;
  width: 100px;
  float: left;
  text-align: center;
  text-decoration: none;
}

#footer a {
  float: right;
}

#navi a:hover, #footer a:hover,
#navi a:focus, #footer a:focus,
#navi a:active, #footer a:active {
  font-size: 18px;
}

#playlist {
  padding-left: 47px;
}

#playlist a {
  display: inline;
  float: none;
  color: grey;
}

#playlist a:hover, #playlist a:focus, #playlist a:active {
  font-size: 10px;
  color: white;
}

.text, .side {
  background: url('../pics/site/opacity_40.png');
  padding: 20px;
  border: 1px dotted white;
  overflow: auto;
  height: 380px;
  margin-top: 40px;
}

.text {
  border-left: 0px;
  float: left;
  width: 660px;
}

.text .sub {
  margin-bottom: 50px;
}

.side {
  border-right: 0px;
  float: right;
  width: 210px;
}

#myspace {
  border: 0px;
  background: white;
  margin-right: 20px;
}

.small {
  font-size: 10px;
}

.huge {
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
}

.thumb {
  width: 40px;
  height: 40px;
  margin: 5px;
  margin-bottom: 10px;
  border: 1px solid silver;
}

.thumb:hover, .thumb:focus, .thumb:active {
  width: 50px;
  height: 50px;
  margin: 0px;
  margin-bottom: 5px;
  border: 1px solid white;
}

.shop {
  width: 130px;
  height: 190px;
  margin: 5px;
  float: left;
  padding: 5px;
  text-align: center;
  border: 1px solid transparent;
}

.shop:hover {
  border: 1px solid white;
}

.shop img {
  width: 120px;
  height: 120px;
}

.shop .warenkorb {
  margin-top: 4px;
  border: 0px;
  width: 26px;
  height: 22px;
}

.shop .warenkorb:hover {
  border: 0px;
}

a#admin {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
}

.clear {
  clear: both;
}

.highlight {
  background: white;
  color: black;
  padding: 3px;
}

.edit {
  float: right;
  margin-left: 3px;
}

.hover {
  padding: 2px;
  clear: both;
}

.hover:hover {
  background: url('../pics/site/opacity_40.png');
}