#MITTERAHMEN {
  position:relative;
  top:15px;
}

#RAHMENBOX {
  position: relative;  
  top:0px;
  left:0px;
  padding:0px;
  height:auto;
  overflow:visible;
  width:100%;
  z-index: 7;
}
html>body #RAHMENBOX {}

/*Kopf bis Uebersicht*/

#KOPFBOX {
  /* border: 1px solid red; */ 
  position: relative;
  background-image: url(./hintergund_kopf.png);
  background-repeat:repeat-x;
}

#LOGOBOX {
  /*border: 1px solid black;*/
  position: relative;
  top:10px;
  height: 125px;
  padding: 15px 0px 0px 0px;
}


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


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

/*Inhalt */

#INHALTSBOX_NAVIGATION_LINKS {
  position: relative;
  width:176px;
  float:left;
}

#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;
}

#INHALTSBOX_MITTE {
  /* border: 1px solid red; */ 
  position: relative;
  top:0px;
  width:545px;
  text-align: center;
  /* width:60%; */
  float:left;
}

#INHALT_BOX_LINKS {
 /* border: 1px solid red; */ 
  position: relative;
  top:0px;
  width:720px;
  padding:0px 10px;
  text-align: left;
  /* width:60%; */
  float:left;
}

#INHALTSBOX_MITTE_LANG {
  /* border: 1px solid red; */
  position: relative;
  top:0px;
  padding:0px 4px 0px 0px;
  width:720px;
  float:left;
/*   background-image: url(http://www.bestesfutter.de/netcontentmedia/webimages/logo_background.gif);
  background-repeat:repeat; */
  /* overflow: hidden; */
}


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

#INHALTSBOX_INFOBOX_RECHTS {
  /* border: 1px solid yellow; */
  position: relative;
  top:-10px;
  left: 5px;
  height:auto;
  width:175px;
  padding:0px 3px 0px 0px;
  /* background: #F0F0F0; */
  text-align: center;
  float:left;
  /* float: clear; */
}

#PRODUKTSUCHE {
  /* border: 1px solid yellow; */
  position: relative;
  left: 0px;
  height:auto;
  width:170px;
  /* background: #F0F0F0; */
  /* background: #F0F0F0; */
}

#schrittanzeige {
  /* border: 1px solid yellow; */
  position: relative;
  width:100%;
  text-align:center;
  /* background: #F0F0F0; */
  /* background: #F0F0F0; */
}


/* Fussteil */

#SITEMAP {
  /* border: 1px solid blue; */
  position: relative;
  height: 30px;
  vertical-align:bottom;
  text-align: center;
  font-size: 11px;
 
}


#NETCONTENT_LOGO {
  position: relative;
  /* background: #002161; */
  color: #FFFFFF;
  line-height:50px;
  height: 40px;
  width: 100%;
  background-image: url(./hintergund_fuss.png);
  background-repeat:repeat-x;
  /* border: 2px solid #002161; */
}
