/*   -----------------------------------------------------   */
/*    styles.css für www.abc-automatenbetriebscatering.de    */
/*      blau: #111144;                                       */
/*   -----------------------------------------------------   */

body {
  background-color:#ffffff;
  padding:0px;
  margin:20px;
  overflow:auto;
}

#header  {
  width:auto;
  height:auto;
  background-image: url(../images/blank.gif); background-repeat: no-repeat; 
  overflow:hidden;
}

#header_print {
  display:block;
}

#header_top_left  {
display:none;
}

#header_rand  {
display:none;
}
#header_logo  {
display:none;
}

#header_click  {
display:none;
}

#navigation_top {
display:none;
} 

#content_rahmen { 
  width: auto; 
  padding-left: 0px;
  background-image: url(../images/blank.gif); background-repeat: no-repeat; 
  overflow:hidden;
}

#automaten_navigation {
display:none;
} 

#automaten_content { 
  z-index:2;
  position: relative;
  height:auto;
  top:10px;
  width:auto; 
  margin-left:0px;
  margin-right:0px;
  padding-left:0px;
  padding-bottom:00px;
  margin-bottom:00px;
  overflow:hidden;
 }

#bottom { 
  clear:both;
  position:relative;
  top:0px;
  left:0px;
  margin-top:30px;
  width:auto;
  height:auto;
  background-image: url(../images/blank.gif); background-repeat: no-repeat; 
  overflow:hidden;
  border-top:1px solid #111144;
  border-bottom:1px solid #111144;
  padding:3px; 
}

#bottom_left  {
  display:none;
}

#bottom_text { 
  position:relative;
  top:0px;
  left:0px;
  width:auto;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  color:#111144;
  font-size:8pt;
 }

#bottom-link { 
  color:#111144;
  font-size:08pt;
}

a.bottom1:link,a.bottom1:visited,a.bottom1:hover,a.bottom1:active
  { font-size:08pt;color:#111144; font-weight:none; text-decoration:none;   }


