@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------------------
 5. INHALTSSTRUKTUR
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
   #main {
    clear:both;
   }
      
/*------------------
5a. Aufmacher
---------------------*/
#aufmacher {
 margin-top:10px;
 height:400px;
 position:relative;
 *z-index:-1;
}
#aktuell {
 position:absolute;
 top:10px;
 left:600px;
}
#aktuell-text {
 position:absolute;
 width:180px;
 top:10px;
 left:123px;
}
#heft {
 position:absolute;
 left:0px;
 top:330px;
}
#heft-text {
 position:absolute;
 width:250px;
 top:13px;
 left:10px;
 line-height:13px;
}
/* ----------------
5b. Homepage Spalten
------------------- */
#standards,#specials {
 clear:both;
}
#standards {
 background-color:#ccd4d9;
/* background-image:url(../media/pix/bg_standards.jpg);
 background-repeat:repeat-y; */
}
#specials {
 background-color:#efe3cd;
 width:930px;
}
#standards h2,#specials h2 {
 font-size:12px;
 color:#4D3408;
 padding:5px 10px;
 margin:0px;
}
.balken-braun {
 background-color:#4D3408;
 width:20px;
 float:left;
 height:440px;
}
.balken-hellbraun {
 background-color:#C99C47;
 width:20px;
 float:left;
 height:360px;
}
#standards-links,#specials-links {
 float:left;
 width:370px;
}
#standards-links {
 width:368px;
 *width:370px;
 border-right:2px solid #ffffff;
}
#standards-links .inhalt,#specials-links .inhalt {
 float:left;
 width:370px;
}
#standards-links .inhalt p,#specials-links .inhalt p {
 padding:0px 10px 10px 10px;
}
#standards-links h1, #standards-rechts h1 {
 font-size:11px;
 color:#ffffff;
 background-color:#4f6ea4;
 text-indent:10px;
}
#standards-rechts {
 float:left;
 width:560px;
 *width:558px;
}
#standards-rechts .inhalt {
 float:left;
 width:560px;
 *width:558px;
}
#standards-rechts .inhalt p {
 padding:10px;
}
#standards-rechts .inhalt img {
 float:right;
 padding-left:10px;
}
#specials-mitte,#specials-rechts {
 float:left;
 width:280px;
}
#specials-mitte .inhalt,#specials-rechts .inhalt {
 float:left;
 width:260px;
}
#specials-mitte .inhalt p,#specials-rechts .inhalt p {
 padding:0px 10px 10px 10px;
}
#specials-mitte {
 *width:290px;
}
#specials-rechts {
 *width:278px;
}
#specials-mitte .inhalt {
 *width:265px;
}
#specials-rechts .inhalt {
 *width:278px;
 overflow:hidden;
}
 
#specials h1 {
  background-color:#4f6ea4;
 color:#ffffff;
 font-size:11px;
 text-indent:10px;
 
 }
 
 #specials-links {
 border-right:2px solid #ffffff;
 width:368px;
 *width:370px;
 }
 
#specials-links .inhalt img {
 float:right;
 padding-left:10px;
}
#specials-links .inhalt {
 padding-top:10px;
}
#specials-mitte {
 border-right:2px solid #ffffff;
 width:278px;
}
#standards, #specials {
 background-color:#ccd4d9;
}
#standards h2, #specials h2 {
 color:#4f6ea4; 
}