#centered { width: 990px; margin-left: -500px; /* halbe weite */

   height: 665px; margin-top: -350px; /* halbe höhe */

   position: absolute; top: 50%; left: 50%; z-index: 1; }
#content1 { text-align: left; position: relative; width: 990px; height: 665px; z-index: 2; border: solid 1px #71b2e2; }
#head {
	clear: both;
	font-size:0.8em;
	font-weight: bolder;
	text-align: center;
	position: relative;
	width: 990px;
	height: 150px;
	z-index:3;
	overflow: hidden;
	min-height: 150px;
	max-height: 150px;
	background-color: #FBFBFD;
	background-image: url(../../abbotronic_bilder/header.jpg);
	background-position: 150 300px;
}
#left { width: 165px; z-index: 6; position: relative; overflow: visible; visibility: visible; float: left; min-height: 165px; }
#content { background-color: #f2f2f2; width: 595px; z-index: 5; position: relative; height: 475px; overflow: auto; visibility: visible; float: left; min-width: 595px; max-width: 595px; }


#right { text-align: center; width: 220px; position: relative; top: 30px; z-index: 7; visibility: visible; float: right; padding-top: 10px; }
#flags {
	background-color: #EAEAEA;
	text-align: left;
	position: relative;
	height: 17px;
	width: 990px;
	top: 0;
	z-index: 4;
	visibility: visible;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer {
	clear: both;
	color: #fff;
	font-weight: bolder;
	background-color: #CCCCCC;
	text-align: center;
	position: relative;
	width: 990px;
	z-index: 8;
}
