html, body {
  background-color:rgb(119,9,8);
  margin:0;
  /*
  min-width:1000px;
  max-width:1500px;
  */
  width:1200px;
}

#container {
  /*margin:auto;*/
  width:960px;
  
  overflow:visible;
  position:absolute;
  left:120px;
  background-color:#242424;
}

#kopf {
  width: 100%;
  height: 226px;
}

#kopflinks {
  height:99px;
  float:left;
}

#suche {
background-color:#1CADEE;
height:30px;
margin-top:64px;
padding:5px;
}

#suchecke {
  float:right;
  margin:-5px;
}

#bannerrahmen {
  float:left;
  width:100%;
  height:127px;
  margin-bottom:1px;
  background-position:left;
}

#textgelb {
  margin-left:-120px;
  width:1080px;
  height:127px;
  float:left;
  background-image:url(bilder/banner_bg.jpg);
  background-repeat:no-repeat;
  background-position:left;
}

#seidu_logo {
  float:left;
  background-image:url(bilder/seidu_logo.png);
  background-repeat:no-repeat;
  width:303px;
  height:126px;
  margin-left:13%;
}


#banner {
  height:226px;
  position:absolute;
  right:-69px;
  top:0px;
}

#banner.annalena {
  right:-96px;
}

#banner.steven {
  right:-66px;
}

#banner.merletheresa {
  right:-109px;
}

#banner.theresa {
  right:-60px;
}

#banner.rene {
  right:-120px;
}

#banner.chris {
  right:-120px;
}

#kopfnavi {
  float:right;
  text-align:right;
  height:34px;
  margin-bottom:10px;
  background-color:#1CADEE;
}

.menu, .menu-a {
  float:left;
  margin:2px;
  font-family:"Trebuchet MS", "DejaVu Sans", sans-serif;
  font-size:11pt;
  font-weight:bold;
}

.kategorienummer {
  color:white;
}

.menu a:link, .menu-a a:link,
.menu a:active, .menu-a a:active,
.menu a:visited, .menu-a a:visited,
.menu a:focus, .menu-a a:focus,
.menu a:hover, .menu-a a:hover {
  font-style:italic;
  color:black;
  text-decoration:none;
}

.menu-a {
  /* anders */
}

#inhalt,#fuss {
  width:960px;
  background-color:#242424;
}

#inhalt {
  margin-top:50px;
}

#fussnavi {
  height:34px;
  background-color:#1CADEE;
  margin-top:10px;
  width:350px;
}

#kopfnaviecke {
  float:left;
  height:34px;
  width:10px;
  background-image:url(bilder/ecke_unten.gif);
  background-repeat:no-repeat;
  background-position:left bottom;
}

#fussnaviecke {
  float:right;
  height:34px;
  width:10px;
  background-image:url(bilder/ecke.gif);
  background-repeat:no-repeat;
  background-position:top right;
}