/*----- Seitenlayout -----*/

/** Der Inhalt der Seite */
#content {
	overflow: hidden;
	vertical-align: top;
  margin-left: 20px;
	margin-right: 20px;
  background: white;
}

/** Inhalt der Seite */
#bg-middle {
	background: url("/store/img/shadow.middle.gif");
	background-repeat: repeat-y;
	background-position: left;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

/** Inhalt der Seite */
#bg-top {
/*	background: url("/store/img/shadow.top.gif");
	background-repeat: no-repeat;
	background-position: left;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 20px; */
}

/** Inhalt der Seite */
#bg-bottom {
	background: url("/store/img/shadow.bottom.gif");
	background-repeat: no-repeat;
	background-position: left;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 20px;
}

/** Fußzeile */
#bottomBar {
  font-size: 100%;
  font-weight: normal;
  color: white;
  background-color: black;
  padding: 3px;
  text-align: center;
}

#main {
/*	overflow: hidden; */
	padding: .5em;
/*  margin-right: 14em; */
}

#adminMain {
/*	overflow: hidden; */
/*  margin-left: 17em; */
  margin-right: 0;
  padding: .5em;
}

#topBar {
  background: #880000;
}
