/* Layout und Optik der Seite */


#center {
	position: absolute;
	left: 50%;
	width: 880px;
	background-color: white;
	margin-left: -440px;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	min-height: 672px;
}

#hauptbild {
	width: 623px;
	height: 210px;
	position: absolute;
	top: 32px;
	left: 15px;
}

/* Visitenkarte mit Logo drin (Logo derzeit "per Hand" eingefügt) */
#bildebis {
	position: absolute;
	top: 32px;
	left: 645px;
	width: 220px;
	height: 210px;
}
#logoebis {
	position: absolute;
	top: 57px;
	left: 743px;
	width: 115px;
	height: 44px;
}

#news {
	position: absolute;
	left: 645px;
	top: 249px;
	background-color: #e6ecf2;
	height: 123px;
	width: 220px;
}

#newsbereich {
  position: absolute;
  left: 9px;
  top: 4px;
  color: #808080;
  height: 115px; 
  width: 202px;
}

#banner {
	position: absolute;
	left: 645px;
	top: 379px;
	width: 220px;
	height: 260px;
}

#content {
	position: absolute;
	left: 190px;
	top: 249px;
	width: 447px;
	height: 391px;
	overflow: auto;
	font-size: 12px;
	line-height: 14px;
}


