/* -*- encoding: utf-8 -*- */
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #490e0e;
}

/*body.startseite {
  background: #490e0e url("/_img/startseite_pattern.jpg") center top;
}*/

#main-table {
  width: 100%;
  height: 100%
}

#main-table tr td {
  width: 100%;
  text-align: center;
  vertical-align: center;
}

#main {
	position: relative;
	margin: auto;
	width: 969px;
	height: 651px;
	background: transparent url(/_img/mainbackground.jpg) no-repeat center center;

}

#startbild {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 970px;
  height: 590px;
}

#side {
  float: left;
  width: 140px;
  padding-left: 25px;
  margin-top: 50px;
}

#side #header {
padding-top: 12px;
}

#content {
  overflow: auto;
  float: left;
  color: #FFF;
  text-align: left;
  width: 660px;
  height: 385px;
  padding-top: 10px;
  margin: 163px 0 0 19px;
}

#menu {
  text-align: left;
  padding-left: 20px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  font-size: 11px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

#menu ul li a {
  color: #f1d0d0;
  text-decoration: none;
}

#menu ul li a.current {
  font-weight: bold;
  color: #490e0e;
}

#menu ul li a:hover {
  color: #490e0e;
}

#covers {
  float: left;
  width: 350px;
}

.covertext {
  text-align: left;
  font-size: 9px;
}

#covers .thumb {
  float: left;
  margin-right: 13px;
  margin-bottom: 8px;
  width: 91px;
  height: 95px;
  background: transparent url(/_img/thumbshadow_klein.jpg) no-repeat left top;
}

#bigcover {
  float: left;
  width: 300px;
  height: 200px;
  background: transparent url(/_img/covershadow_s.jpg) no-repeat left top;
}

#thumbs {
  float: left;
  width: 350px;
}

#thumbs .thumb {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  width: 85px;
  height: 118px;
  background: transparent url(/_img/thumbshadow.jpg) no-repeat left top;
}

#bigimage {
  float: left;
  width: 250px;
  height: 349px;
  background: transparent url(/_img/imageshadow.jpg) no-repeat left top;
}

#kontakt {
/*   float: left; */
  margin-top: 0px;
}

#kontakt form {
  margin: 0;
  padding: 0;
}

#kontakt form p {
  margin: 5px 0 0 0;
}

#kontakt form p label {

}

#kontakt form p input, textarea, select {
  display: block;
}

#adminpanel {
  position: absolute;
  right: 120px;
  top: 85px;
  font-size: 11px;
}

#langlinks {
  text-align: left;
  position: absolute;
  right: 73px;
  top: 519px;
  color: #FFF;
}

#langlinks a {
  font-size: 13px;
  text-decoration: none;
}
