/**
 *  Project: iberbodega.de
 *  Style-Sheet: Basis-Styles
 *
 *  @author      Jochen Pollex
 *  @copyright   Jochen Pollex
 *
 */


html {
  font-family:arial, sans-serif;
  font-size:100.01%;
  padding:0;
  margin:0;
  color:#000;
  height:100.01%;
 /*
  * height:100.01% dann ist immer ein scrollbalken eingeblendet
  * und das laestige hin und her springen des Inhalts wird unterdrueckt
  */
}

body {
  padding:0;
  margin:0;
  color:#000;
  background:#E8B969;
  background-image:url(../pics/bg_main.jpg);
  background-repeat:repeat-x;
}


#main {
  font-family:arial, sans-serif;
  font-size:12px;
  width: 980px;
  height:620px;
  margin:10px auto;
  padding: 0;
  /*border:1px dashed orange;*/
  background-image:url(../pics/bg.jpg);
  background-repeat:no-repeat;
  position:relative; 
}

#header {
  height:90px;
  margin-bottom: 5px;
}

#header h1 {
  position:absolute;
  top:20px;
  left:16px; 
}

#header h2 {
  position:absolute;
  top:20px;
  left:396px; 
}

#p-news {
  position:absolute;
  top:35px;
  right:26px; 
}

#content {
  position:absolute;
  top:120px;
  left:166px; 
  width:558px;
  height:440px;
  overflow:auto;
 /* border:1px dashed orange;*/
}

#content-center-580 {

  overflow:auto;
 /* border:1px dashed orange;*/
}


#content-right {
  position:absolute;
  top:122px;
  left:749px; 
  width:205px;
  height:440px;
 /* border:1px solid green;*/
}

#footer {
  position:absolute;
  top:595px;
  right:9px; 
  padding: 5px;
  margin-top: 5px;
}

#footer a {
  text-decoration:none;
  color:#000;
  font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
  margin:0;
  padding:0 10px 10px 0;
  color:#002E3D;
}



h1 {
  font-size:1.2em;
  padding-bottom:0.4em;
}
h2 {
  font-size:1.05em;
  padding-bottom:0.4em;
}
h3 {
  font-size:0.9em;
  padding-bottom:0.4em;
}
h4 {
  font-size:0.9em;
  padding-bottom:0.4em;
}
h5 {
  font-size:0.85em;
  padding-bottom:0.4em;
}
h6 {
  font-size:0.8em;
  padding-bottom:0.2em;
}