#RAHMENBOX {
  position: absolute; 
  top:0px;
  left:80px;
  padding:0px;
  height:auto;
  overflow:visible;
  width:760px;
  z-index: 7;
  /*border: 1px solid violett;*/
}
html>body #RAHMENBOX {}

/*Kopf bis Uebersicht*/

#KOPFBOX {
  /* border: 1px solid red; */ 
  position: relative;
}

#LOGOBOX {
  /*border: 1px solid black;*/
  position: relative;
  background: #002161;
}

#ZWISCHENBOX_OBEN_1 {
  /* border: 1px solid green; */
  position: relative;
  height: 1px;
  font-size: 1px;
}

#ZWISCHENBOX_OBEN_2 {
  /* border: 1px solid green; */
  position: relative;
  height: 10px;
  font-size: 1px;
}

#ZWISCHENBOX_FARBE {
  /* border: 1px solid white; */
  position: relative;
  background: #002161;
  height: 1px;
  font-size: 0px;
}

#UEBERSICHT {
  /*border: 1px solid orange;*/
  position: relative;
  top: 1px;
  height: 17px;
  font-size: 10px;
}

/*Inhalt */

#INHALTSBOX {
  /* border: 1px solid blue; */
  position: relative;
  background-image: url(http://www.bestesfutter.de/netcontentmedia/webimages/logo_background.gif);
  background-repeat:repeat;
}
html>body #INHALTSBOX {
  float:left;
}

#INHALTSBOX_NAVIGATION_LINKS {
  /* border: 1px solid green; */
  position: relative;
  left: 0px;
  height:auto;
  width:170px;
  float:left;
  background-image: url(http://www.bestesfutter.de/netcontentmedia/webimages/logo_background.gif);
  background-repeat:repeat;
}

#INHALTSBOX_BESTELLINFO_LINKS {
  /* border: 1px solid green; */
  position: relative;
  left: 0px;
  height:auto;
  width:170px;
  float:left;
  background-color:#efefef;
  font-size:10px;
  padding: 5px;
}
html>body #INHALTSBOX_BESTELLINFO_LINKS {
  width: 155px;
}

#INHALTSBOX_MITTE {
  /* border: 1px solid red; */ 
  position: relative;
  left: 0px;
  height:auto;
  width:427px;
  float:left;
  text-align: center;
  padding: 0px 8px;
  background-image: url(http://www.bestesfutter.de/netcontentmedia/webimages/logo_background.gif);
  background-repeat:repeat;
  overflow: hidden;
}
html>body #INHALTSBOX_MITTE {
  width: 412px;
}

#INHALTSBOX_MITTE_LANG {
  /* border: 1px solid red; */
  position: relative;
  left: 0px;
  height:auto;
  width:587px;
  float:left;
  padding: 0px 0px 0px 8px;
  background-image: url(http://www.bestesfutter.de/netcontentmedia/webimages/logo_background.gif);
  background-repeat:repeat;
  overflow: hidden;
}
html>body #INHALTSBOX_MITTE_LANG {
  width: 582px;
}

#INHALTSBOX_MITTE_NAVIGATION {
  border: 1px solid blue;
  position: relative;  
  border: 0px;
}

#INHALTSBOX_MITTE_INHALT {
  /* border: 1px solid green; */
  position: relative;
}

#INHALTSBOX_INFOBOX_RECHTS {
  /* border: 1px solid yellow; */
  position: relative;
  left: 0px;
  height:auto;
  width:160px;
  background: #F0F0F0;
  text-align: center;
  float: clear;
}
html>body #INHALTSBOX_INFOBOX_RECHTS {
  float: left;
}

#PRODUKTSUCHE {
  /* border: 1px solid yellow; */
  position: relative;
  left: 0px;
  height:auto;
  width:160px;
  background: #F0F0F0;
  /* background: #F0F0F0; */
}
html>body #PRODUKTSUCHE {
  float: left;
}

/* Fussteil */

#ZWISCHENBOX_UNTEN {
  /* border: 1px solid green; */
  position: relative;
  height: 30px;
  width: 758px;
  float: left;
}

#SITEMAP {
  /* border: 1px solid blue; */
  position: relative;
  height: 40px;
  text-align: center;
  font-size: 11px;
}
html>body #SITEMAP {
  float:left;
  width: 758px;
}

#PARTNERSEITEN {
  /* border: 1px solid yellow; */
  position: relative;
  height: 65px;
  text-align: center;
  font-size: 10px;
}
html>body #PARTNERSEITEN {
  height: 75px;
  width: 758px;
  float: left;
}

#NETCONTENT_LOGO {
  /* border: 1px solid grey; */
  position: relative;
  background: #002161;
  color: #FFFFFF;
  height: 15px;
  width: 758px;
  float: left; 
}