.CONTENT {
 position:relative;
 background-image:url('img/content_bg.jpg');
 background-repeat:repeat-y;
 color:white;
 margin:0;
 padding:0;
 clear:both;
 min-height:277px;
 width:100%;
}

 .CONTENT .wrapper {
  height:100%;
 }
 .CONTENT .outer {
  height:100%;
 }
 .CONTENT .inner {
  height:100%;
 }

 .CONTENT .RIGHT {
  position:relative;
  float:right;
  padding:0;
  margin:0;
  width:567px;
  min-height:470px;
  background-image:url('img/bg_rechtsoben.jpg');
  background-repeat:no-repeat;
  background-position:0px 0px;
  background-color:#063153;
 }
 .CONTENT .LEFT {
  position:relative;
  float:left;
  padding:0;
  margin:0;
  width:278px;
  min-height:470px;
  background-image:url('img/l_s_bg.gif');
  background-repeat:repeat-y;
  background-color:#063153;
 }
 .CONTENT .LEFT ul.ul,.CONTENT .LEFTSHORT ul.ul {
  margin:20px 0 0 0;
 }

 .CONTENT .RIGHTSHORT {
  position:relative;
  float:right;
  padding:0;
  margin:0;
  width:567px;
  min-height:277px;
  background-image:url('img/bg_rechtsoben.jpg');
  background-repeat:no-repeat;
  background-position:0px 0px;
  background-color:#063153;
 }
 .CONTENT .LEFTSHORT {
  position:relative;
  float:left;
  padding:0;
  margin:0;
  width:278px;
  min-height:277px;
  background-image:url('img/l_s_bg.gif');
  background-repeat:repeat-y;
  background-color:#063153;
 }

 /* das ist wenn die linke seite wie die rechte aussieht */
 .CONTENT .LEFTWIDE {
  float:left;
  width:567px;
  min-height:430px;
  padding:20px 0 0 0;
  background-color:#03477f;
  background-image:url('img/bg_rechtsoben.jpg');
 }
 .CONTENT .RIGHTSMALL {
  float:left;
  width:277px;
  min-height:430px;
  padding:10px 0;
  background-color:#063153;
  text-align:center;
 }

/*
#homerechtshalb {
	padding:0px;
	height:277px;
	width:282px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
}

#homerechtshalb span {
	display:block;
	height:277px;
	width:282px;
	text-indent:-5555px;
}
*/

#homerechtshalb {
	padding:0px;
	height:277px;
	width:567px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
}

#homerechtshalb span {
	display:block;
	height:277px;
	width:567px;
	text-indent:-5555px;
}