/* strempfers.css */
/* Stylesheet fuer strempfer.de */
/* (W) WStrempfer 20080908 (obwohl ich nicht weiss, ob es eine gute Idee ist, das hier zu sagen...) */
/* */
/* ASCII-Art: */
/*  (von http://de.wikipedia.org/wiki/ASCII-Art, 20080908)  
            __ __
           ,;::\::\
         ,'/' `/'`/
     _\,: '.,-'.-':.
    -./"'  :    :  :\/,
     ::.  ,:____;__; :-
     :"  ( .`-*'o*',);
      \.. ` `---'`' /
       `:._..-   _.'
       ,;  .     `.
      /"'| |       \
     ::. ) :        :
     |" (   \       |
     :.(_,  :       ;
      \'`-'_/      /
       `...   , _,'
        |,|  : |
        |`|  | |
        |,|  | |
    ,--.;`|  | '..--.
   /;' "' ;  '..--. ))
   \:.___(___   ) ))'
          SSt`-'- 
*/
body {
  font-family: Verdana, Sans-serif;
  font-size: 0.8em;
  background-color:#fff;
  color:#000;
}

/* Links im gleichen Rotton wie die Grafiken; mouseover = blau */
a:link, a:visited {
  color:#aa2500;
  /* font-weight: bold; */
  text-decoration: none;
}
a:hover, a:active {
  color:#00f;
}

/* Bild oben rechts */
.rechtsoben {
  position: fixed;
  right: 10px;
  top: 30px;
  z-index: -1; /* Falls jemand auf die Idee kommt, das Browserfenster sehr schmal zu machen */
}

/* Seiten-Inhalt: Abstand zur Navigation links und zum Bild rechts. */
.inhalt {
  margin-left: 160px;
  margin-right: 160px;
  margin-top: 30px;
  background-image:url(neue_images/trans.png);
}
.inhalt h1 {
  font-variant: small-caps;
}

/* =========== Navigation ========== */
div#Navigation {
  float: left; width: 160px;
  margin: 0 1em 1em 0;
  padding: 0;
}
/* das ist die Kiste */
.NavBox {
  /* border:1px solid #dd2500; */
  background-color: #fff;
  margin:0 1em 1em 0;
}
/* fuer den Inhalt der Kiste: */
.NavContent {
  padding: 2px;
  padding-top: 0px;
  margin:0;
}
/* Der Deckel der Kiste */
.InvHead {
  background-image:url(neue_images/deckel.png);
  /* background-color:#dd2500; */
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin:0;
  padding-top: 2px;
  padding-bottom: 2px;
  /* border:2px solid blue; */
  /* padding: 2px; */
}
/* =========== Ende Navigation =========== */
/* Bild ganz oben auf der Seite */
#seitenoberkante {
  background-image:url(neue_images/kantenbild_oben.png);
  background-repeat:repeat-x;
  position: fixed;
  width: 100%;
  height: 30px; /* kleinergleich Hoehe des Kantenbilds */
  top: 0px;
  left: 0px;
  z-index: -2; /* der hier sorgt dafuer, dass der Rest der Seite oberhalb liegt */
}

/* Bild ganz unten auf der Seite */
#seitenunterkante {
  background-image:url(neue_images/kantenbild_unten.png);
  background-repeat:repeat-x;
  position: fixed;
  width: 100%;
  height: 30px; /* kleinergleich Hoehe des Kantenbilds */
  bottom: 0px;
  left: 0px;
  /* Ohne Z-Index => ganz oben => Seite verschwindet darunter */
}


/* Verworfen: zusaetzliche Navigation am oberen Rand: */
/*
#topnav {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  font-variant: small-caps;
  position: fixed;
  width: 30%;
  background: #ccc;
  color: #fff;
  margin-top: -18px;
  margin-left: 35%;
  padding: 1px;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-bottom-style: solid;
  text-align: center;
}
#topnav a:link, a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#topnav a:hover, a:active {
  color:#00f;
}
*/







