#layoutpos{
  width:100%;
}

#container{
  width:90%;
  min-width: 980px;
  margin: 1em auto;
  text-align:left;
  background-color: #f9f9f9;
  border: 1px solid #aaaaaa;
  padding: 1em;
  -moz-box-shadow: 0px 0px 4px 2px #bbbbbb;
  -webkit-box-shadow:  0px 0px 4px 2px #bbbbbb;
  box-shadow: 0px 0px 4px 2px #bbbbbb;
}

#header{
  float: left;
  background-color:#a9c23f;
	height:120px;
  width: 70%;
  margin-bottom: 16px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
}

img.logo{
  height: 70px;
  width: 207px;
  margin-top: 64px;
  margin-left: 30px;
}

.debuginfo_container{
  margin-top:3px;
	margin-right:auto;
	margin-bottom:3px;
	margin-left:auto;
	text-align:left;
	padding:6px;
}

#menu1{
  font-size:9pt;
	padding:0;
	margin:0;
	width:734px;/*Gesamtbreite-Abst�nde links rechts wg. Mozilla*/
	border:0px solid red;
	position:absolute;
	top:144px;
	right:0;
	bottom:auto;
	left:270px;
	
}



#menu2{
  float:left;
	width:23%;
	border:0px solid black;
	/*background-color:#ff0000;*/
}

#news{
  border:0px solid black;
	float:right;
	width:15%;
	/*background-color:#ff0000;*/
}

#clear{
  clear:both;
	overflow:hidden;
	height:1px;
}

#footer{
  height: 35px;
  text-align:left;
	margin-top:  20px;
  padding-top: 25px;
  padding-left: 60px;
  padding-right: 6px;
  background-color:#a9c23f;
}
