#layoutpos{
  width:100%;
}

#container{
  width:95%;
  margin: auto;
	text-align:left;
	/* background-color:#aaaaaa; */
}

#header{
    float: left;
    background-color: #a9c23f;
    height: 120px;
    width: 70%;
    margin-bottom: 16px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

div.message,div.button,.debuginfo_container,.form_container{
  width:94%;
	margin-top:3px;
	margin-right:auto;
	margin-bottom:3px;
	margin-left:auto;
	text-align:left;
	padding:6px;
}

img.message{
  position: relative;
  top: -15px;
  left: -20px;
  border: 0px;
  float: left;
}

#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;
	
}

img.logo {
    margin-top: 64px;
    margin-left: 30px;
}

#menu2{
  float:left;
	width:23%;
	border:0px solid black;
	/*background-color:#ff0000;*/
}

#content{
  border:0px solid black;
	float:left;
	width:60%;
	/*background-color:#ff0000;*/
	position:relative;
	right:1%;
	left:1%;
}

#news{
  border:0px solid black;
	float:right;
	width:15%;
	/*background-color:#ff0000;*/
}

#clear{
  clear:both;
	overflow:hidden;
	height:1px;
}

#footer{
  float:left;
	width:100%;
  padding-top:10px;
	text-align:center;
	/*background-color:#00ff00;*/
}