
/* globaler Style */ 
 *
 {
  font-size:small;
  font-family:sans-serif;
  color:#000000;
 }

 body
 {
  /*background-image:url(../images/hintergrund_unten.jpg);
  background-position:center 735px;
  background-repeat:repeat-y;*/
 }

/* Überschrift */
 div.headline
 {
  height: 100px;
/*  text-shadow: #FF6633 3px 3px 5px; */
  width:980px;
  margin:0px auto;
  position:relative;
  top:20px;
 }

 div.content
 {
  width:980px;
/*  min-height:900px; */
  margin:0px auto;
  /*padding:0px;*/
/*  border:solid; */
/*  border-color:#b0b0b0; */
  background-image:url(../images/hintergrund_unten.jpg);
  background-position:center 633px;
  background-repeat:repeat-y;
 }

 div.head
 {
  width:980px;
  height:633px;
  margin:0px 0px;
  padding:0px;
  position:absolute;
  background-image:url(../images/hintergrund_oben.jpg);
  background-position:center;
  background-repeat:no-repeat;
/*  border:solid; */ 
 }

 div.bottomline
 {
  width:980px;
  height:110px;
  margin:0px auto;
  background-image:url(../images/hintergrund_ganzunten.jpg);
  background-position:center;
  background-repeat:no-repeat;
  text-align:right;
  clear:both;
 }

 div.bottomline p.counter
 {
  text-align:left;
  color:#dddddd;
  margin:60px 0px 0px 20px;
  float:left;
 }

 div.bottomline p.counter *
 {
  color:#dddddd;
 }

 div.bottomline p.w3c
 {
  text-align:right;
 }

 div.menuleft, div.menuright
 {
/*   position:static; */
  position:relative;
    min-width:150px;
  /*  height:700px; */
/*   top:265px; */
/*   left:0px; */
    margin:90px 30px 10px 30px;
  /*  padding:10px 20px; */
 }



 div.menuleft
 {
    float:left;
      /*background-image:url(../images/tafel_mitte.png);*/
 }

 div.menuleft a:hover
 {
  font-weight:bold;
 }

 div.menuright
 {
    float:right;
    visibility:hidden; 
  
 }

 div.menuleft img.background, div.menuright img.background
 {
    position:absolute;
  height:100%;
  width:100%;
 }

 div.menutext
 {
    margin:20px 10px;
   }



 div.menutext h1, div.menutext a
 {
  /*margin:30px 0px 0px 10px;*/
 }

 div.menutext *
 {
  position:relative;
 }

 div.menutext > ul
 {
  list-style-type: none;
  margin:0px;
  padding:0px
 }
 
 div.menutext a
 {
  text-decoration:none;
  line-height:2.0;
  white-space:nowrap;
  overflow:hidden;
 }




 div.text
 {
  margin:0px auto;
    width:640px;
    min-height:433px;
  margin-top:100px;
  text-align:center;
  position:relative;
 }

 /* Photos ohne Rand und mit fester Breite */
 img.seitenphoto
 {
  width:300px;
  border-style:none;
 }

 /* Alle Photos ohne Rand! */
 img
 {
  border-style:none;
 }

 /* Hauptüberschrift der Seiten */
 div.text h1
 {
    font-size:12pt;
    font-weight:bold;
 }

 /* Artikelüberschrift */
 div.text h2, div.text a.h2
 {
    font-size:16pt;
    font-weight:bold;
 }

 /* Unterüberschrift der Artikel */
 div.text h3
 {
    font-size:14pt;
    font-weight:normal;
 }

 /* Artikelinhalt */
 div.text p
 {
 }

 /* fettgedruckter text im Artikel */
 div.text b
 {
  font-weight:bold;
 }

 /* Listen ohne Punkte
 div.text ul
 {
  list-style-type: none;
 }

 /* Überschrift Inhaltsverzeichnis */
 div.menu h1
 {
  
 }
