
/* geändert durch TWH */

body {
  margin: 0px;
  text-align: left; }



#plexBar {
  position: relative;

	width: 100%;

	margin: 0px auto;

	text-align: left;
}



#plexDiv {
  height: 200px;
	background:#000;
	background-image: url(bg_top.jpg);

	background-repeat: repeat-x;
	border:0px solid #000;
}



#mainPage {
}



#contentContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}



#content {
  width: 100%;
  height: 100%;
  margin: auto;
}



#contentFrame {
  border: 0px;
  width: 100%;
  height: 100%;
}



#autoHideDiv {
  visibility: hidden;
}

.plexContainer {
  position: relative;
  height: 100%;
}

