/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

div#container1 {
	background-image: url(../images/layout.jpg);
	background-repeat: no-repeat;
	height: 570px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align: left;
	width:770px;
}

div#logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 26px;
	margin-top: 25px;
	margin-left: 25px;
	position: absolute;
	width: 169px;
}

div#menue{
	margin-top: 80px;

	margin-left: 15px !important;
	margin-left: 40px;

	position: absolute;
	width: 160px;
}

div#inhalt {
  height: 400px;
  margin-left: 230px;
  margin-top: 35px;
  overflow: auto;
  padding-right: 5px;
  position: absolute;
  width: 508px;
}

