/* Start of CMSMS style sheet 'Lochmann' */
* { padding: 0px; margin: 0px; }


body {
  background-color: #2b1425;
  background-image: url(/images/site/background.jpg);
  background-repeat: repeat-x;
  font: 14px "Trebuchet MS";
  color: #ffffff;
}

p {
  margin-bottom: 14px;
}

a {
  color: #33cccc;
  text-decoration: underline;
}

table {
  width: 100%;
}

table tr td { vertical-align: top; text-align: left; border-collapse: collapse; }

#menu {
  padding-left:60px;
  margin-top: 25px;
  height: 30px;
}

#menu .item {
  display: block;
  float: left;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: 'Indie Flower', cursive;
  font-size: 28px;
  margin-right: 20px;
  text-decoration: none;
  color: #fff;
}

#menu .selected, #menu .item:hover {
  color: #30cfbe;
}

#name {
  width: 55px;
  height: 562px;
  float: left;
  margin-left: 5px;
  background-image: url(/images/site/name.png);
  background-repeat: no-repeat;
}

#foto {
  width: 260px;
  height: 490px;
  float: left;
  margin-right: 21px;
  margin-top: 35px;
  background-repeat: no-repeat;
}

#content {
  width: 556px;
  height: 609px;
  float: left;
  padding: 15px;
  margin-top: 35px;
  background-image: url(/images/site/content_bg.png);
  background-repeat: no-repeat;
}

#impressum {
  width: 925px;
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: right;
  color: #663366;
}

#impressum a {
  text-decoration: none;
  color: #663366;
}

.multimedia img {
  vertical-align: middle;
  margin-right: 20px;
}

.multimedia.fotos, .multimedia.audios, .multimedia.videos {
  display: block;
  font-size: 30px;
  text-decoration: none;
}
/* End of 'Lochmann' */

