

		/* ------------------ Nicht übersehen - dank an den IE ------------------------- */
img { border:none }


body {
   background-color: #dddddd;
   padding: 0px;
	margin: 0px;
}


		/* ------------------ bestimmt die BOX Kasten in den die Seite geladen wird ------------------------- */
.box {
  top: 50%;
  left: 50%;
  width: 790px;
  height: 520px;
  margin-top: -260px;     /* halbe höhe des DIV's */
  margin-left: -395px;     /* halbe breite des DIV's */
  position: absolute;
}


		/* ------------------ menu links ------------------------- */
.menu {
   width: 241px;
   height: 520px;
   background-image: url(p/menu.jpg);
   background-repeat: no-repeat;
}



		/* ------------------ menu oben ------------------------- */
.oben {
   width: 550px;
   height: 126px;
   background-image: url(p/oben.jpg);
   background-repeat: no-repeat;
}


		/* ------------------ main Hintergundbild------------------------- */
.main {
   width: 550px;
   height: 339px;
   background-image: url(p/main2.jpg);
   background-repeat: no-repeat;   
}


		/* ------------------ bestimmt den OVERFLOW scollbalken ------------------------- */
div.overF {
   height: 339px;
   width: 550px;
   overflow: auto;
}


		/* ------------------ bestimmt Abstände vom INHALT ------------------------- */
div.inhalt {
   margin-left: 28px;
   margin-right: 70px;
   height: 339px;
}


		/* ------------------ Unten Menu ------------------------- */
.unten {
   width:550;
   height:55;
   background-image: url(p/unten.jpg);
   background-repeat: no-repeat;
}



