/* DATEI: my_css.css */

/* Wenn die Schriftgroessen von SELFHTML fuer Sie schwer lesbar sind */
/* und Sie SELFHTML lokal lesen, benennen Sie diese Datei */
/* um in selfnormal.css */
/* und benennen Sie die Datei selfnosize.css im src-Verzeichnis */
/* um in selfhtml.css */



h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; }

/*h1 { font-size:26px; margin-bottom:18px; }*/

h2 { font-size:21px; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }

body {
  background-image:url(../images/background1.jpg);
  background-repeat:repeat-x;
}

div { border:0px solid #888; }

div.background_oben {
  position:static;
  /*top:35px; left:40px; width:150px; height:150px;*/
  width:900px; height:100px;
  margin-right:auto; margin-left:auto;  /*bewirkt zentrale Ausrichtung */
  z-index:1; background-color:#ddf;
  background-image:url(../images/hintergrund_oben2.jpg); /*background-position:top;*/
  border:0px;
  /*text-align:center;*/
}

div.background_seiten {
  position:relative;
  top:0px; left:0px; width:900px; height:1500px;
  margin-right:auto; margin-left:auto;  /*bewirkt zentrale Ausrichtung */
  z-index:3; background-color:#fff;
  background-image:url(../images/hintergrund_seiten3.jpg); /*background-position:top;*/
  border:0px;
  /*text-align:center;*/
}

div.background_unten {
  position:static; 
  top:0px; left:auto; width:900px; height:40px;
  margin-right:auto; margin-left:auto;  /*bewirkt zentrale Ausrichtung */
  z-index:4; background-color:#ddf;
  background-image:url(../images/hintergrund_unten2.jpg); /*background-position:top;*/
  border:0px;
  /*text-align:center;*/
}

div.menutext{
  position:absolute;
  top:15px; left:40px; width:180px; height:auto;
  /*margin-right:auto; margin-left:auto;  /*bewirkt zentrale Ausrichtung */
  z-index:2; background-color:#FFF;
  border:0px;
  text-align:left;
  margin-left:0px; margin-top:0px;
}

div.content_start{
  position:absolute; top:15px; left:260px; width:620px; height:900px;
  /*margin-right:auto; margin-left:auto;  /*bewirkt zentrale Ausrichtung */
  z-index:2; background-color:#fff;
  border:0px;
  text-align:left;
  margin-top:0px;
}
  
  
  

