
/* #####################

Richthofen-Kalender

Spezial-StyleSheet

######################*/

/* BODY */

 body {
  color: black;
  background-color: white;
  font-size: 100.01%;
  /* font-family: Helvetica,Arial,sans-serif; */
  margin: 0;
  padding: 0;
  min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  background-image: url(000ccd0cc.jpg);
  }

.tab2 {
      background: #dcdcdc;
      text-align: center;
        font-family : georgia, Trebuchet MS, Verdana, Helvetica, Geneva, Arial, sans-serif ;
  font-size: 1.0em;
  font-style : normal; }


.tab2 a {
  text-decoration: none;
  }

.tab2 a:link, a:visited, a:focus {
  color: #003300;
  border-bottom: 1px dotted #003300;
  }

.tab2 a:hover {
  border-bottom: 1px dotted lightyellow;
  font-weight: bold;
  background-color: yellow;
  }

/*   =   =   =   E I N B A N D   =   =   =   */

#einband {
  margin: 5px 50px 5px 50px;
  padding: 0;
  font-family: sans-serif;
  background-color: white;
  }

/*   =   =   =   L O G O   Z E I L E    =   =   =   */

#logozeile {
  margin: 0;
  padding: 0;
  height: 50px;
  background-image: url(logo-erster-entwurf.jpg);
  background-repeat: no-repeat;
  }

/*   =   =   =   I N H A L T   =   =   =   */

h1  {  background-color: white; }
h2  {  background-color: #dcdcdc; }

 div#Inhalt {
  margin: 0  5px 0 5px;
  padding: 0;
  /* border: 1px dashed #ccd0cc; */
  font-family: sans-serif;
  background-color: #dcdcdc;
  }

* html div#Inhalt {
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

 div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0.2em 0;
  }

 div#Inhalt p {
  font-size: 1em;
  margin: 1em 0;
  }

  li { list-style-type: square; }



  /*   =   =   =  F U S S Z E I L E  =   =   =   */

 p#Fusszeile {
  clear: both;
  font-size: 0.9em;
  margin: 0; padding: 0.1em;
  text-align: center;
  border: 1px solid white; /* ridge */
  background-image: url(000ccd0cc.jpg);
  }

/*   =   =   =   F O R M A T   =   =   =   */

 h1 {
  font-size: 1.5em;
  margin: 0 0 0.7em;
  padding: 0.3em;
  text-align: center;
  background-image: url(000ccd0cc.jpg);
  /* border: 1px solid white;  ridge */
  }

/*   =   =   =   G A L L E R I E    =   =   =   */

div.galerie {
  overflow: hidden; /* umschliessen der floats */
  float: left;
  padding: 5px ;
  margin: 0px 5px 0px 5px;
  width: 200px;
  height: 200px;
  font-family: Garamond, Times, Serif;
  background-color: white;
  }


div.galerie img, div.abwesend img, div.richthofen img {
  float: left;
  padding: 5px ;
  margin: 5px ;
  border: 1px solid #ddd;
  border-top-color: white;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  border-left-color: white;
  margin-right: 5px;
  margin-bottom: 0px;
  background-color: #CFCFCF;
  }



  /*   =   =   =   N A V I G A T I O N    =   =   =   */

#navigation {
  width: 50em;
  hight: 1em;
  margin: 0em;
  padding: 2em;
  }

#navigation a {
  color: black;
  padding: 5px 8px 5px 8px;
  border: 1px solid #8c8c8c;
  text-decoration: none;
  }

#navigation a:hover,
#navigation a:focus {
  color: black;
  background-color: yellow;
  text-decoration: none;
  }

#navigation a:active {
  color: black;
  background-color; white;
  text-decoration: none;
  }

 ul#navigation {
  font-size: 0.83em;
  float: left;
  width: 10em;
  margin: 1.2em;
  padding: 1.2em;
  border: 1px dashed silver;
  background-color: #dcdcdc;
  background-repeat: repeat-x;
  }

 ul#navigation li {
  list-style: none;
  margin: 0;
  padding: 0.5em;
  }

 ul#navigation a {
  display: inline;
  padding: 0.2em;
  font-weight: bold;
  }

 ul#Navigation a:link,
 ul#Navigation a:visited
 ul#Navigation a:active {
  background-repeat: repeat-y;
  }

 ul#Navigation a:hover {
  background-color: #dcdcdc;}


/*   =   =   =  KLEINE  N A V I G A T I O N    =   =   =   */


/*     ERSTMAL raus-kommentiert  .............................

#navi {
  float: left;
  width: 20em;
  padding: 0;
  background-color: #dcdcdc;
  }

#navi ul {
  width: 8em;
  border-top: 1px solid #d90000;
  }

#navi li {
  display: inline:
  list-style-type: disc;
  border-left: 1px solid #d90000;
  border-bottom: 1px solid #d90000;
  margin: 0;
  }

#navi a {
  display: block; /* ganze Fläche anklickbar */
  text-decoration: none;
  color: black;
  background-color: #ffe574;
  padding: 2px;
  border-left: 3px solid #ffe574; /* nicht sehbar */
  }

#navi a:hover,
#navi a:focus {
  color: black;
  background-color: white;
  border-left-color: #d90000;
  border-bottom: none;
  }

#navi a:active {
  color: black;
  background-color: #d9d9d9;
  }

 ERSTMAL raus-kommentiert  ............................. */



