#container {
  margin-left: auto;
  margin-right: auto;
  top:10px;
  width: 1040px;
}

#logo {
	float: left;
	top: 0;
	padding-top: 5px;
	padding-left: 10px;
  height: 120px;
  width: 990px;
	border: 1px solid black;
	background-image: url(/Images/Webseite/Auflage.png);
	background-position: right;
	background-repeat: no-repeat;
}

#logomenu {
  clear: both;
	float: right;
	margin-top: -125px;
	margin-right: 99px;
	width: 120px;
	height: 120px;
}

#navigation {
  top: 121px;
	float: left;
	width: 200px;
    /* height: 440px;*/
  height: 430px;
	border: 1px solid black;
	border-top: none;
    border-bottom: none;
	/*border-bottom: 1px solid black;*/
}

#status {
  clear: both;
  float: left;
  width: 200px;
  height: 38px;
  border: 1px solid black;
  border-top: none;
}

img.thumbright {
	float: right;
	margin-left: 10px;
}

img.thumbleft {
	float: left;
	margin-right: 10px;
}

img.center {
	float: center;
	margin-right: 10px;
	margin-left: 10px;
}

#content {
  float: left;
  height: 418px;
  width:779px;
  margin-top: -400px;
	padding: 10px;
  overflow: auto;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

/* Star-HTML-Hack für IE6 */
* html #content {
	display: inline;
	margin-right: -151px;
  height: 420px;
	width: 768px;
}
