div#banner1	{
	width: 700px;
	height:110px;
	position:relative;
	margin:auto;
}
div#navi	{
	width: 600px;
	height:20px;
	position:relative;
	margin:auto;
}
div#banner2	{
	width: 700px;
	height:200px;
	position:relative;
	margin:auto;

}
#container	{
width: 920px;
height: 400px;
margin:auto;
}
#page_content {
	width:900px;
	height:300px;
	position: relative;
	margin:auto;
}
#page_content_vl {
	width:600px;
	height:300px;
	position: relative;
	margin:auto;
}
#banner1 {
  /* FF, Opera, IE verstehen dies */
}
*html #banner1 {
  /* nur IE versteht dies */
  height: 105px;
}
:root #banner1 {
  /* nur FF/Mozilla verstehen dies */
  height: 110px;
}
