#layoutpos{
  width:100%;
}

#container{
  width:95%;
  margin: auto;
	text-align:left;
	/* background-color:#aaaaaa; */
}

#header{
  background-color:#fff;
	background-image:url(../../img/webkit/header.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	height:130px;
	margin:auto;
}

div.message,div.button,.debuginfo_container,#header,.form_container,.menu_container,.dashboard_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: 15px;
}

#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;*/
}