/*******************************************************************************
 Homepage DPSG Gailbach - Guy de Larigaudie

 Erstellt
 am: 05.03.2005 15:25:14
 von: sascha

*******************************************************************************/

a:hover {
  color: gray;
  text-decoration: none;
}
a {
  color: black;
  text-decoration: underline;
}
/* Zum Verhindern von E-Mail Spam */
a.mail span {
  display: none;
}


a.nav:hover {
  color: black;
  text-decoration: underline;
}
a.nav {
  text-decoration: none;
}


ul.menu a:hover {
  color: black;
  text-decoration: underline;
}
ul.menu a {
  text-decoration: none;
}


a.woes { color: rgb( 240,156,0 ); }
a.jupfis { color: rgb( 40,86,221 ); }
a.pfadis { color: rgb( 0,196,0 ); }
a.rover { color: red; }
a.leiter { color: gray; }


body {
  background-color: khaki;
  font-family: arial, helvetica, sans-serif;
  color: black;
  font-size: 11pt;
  margin: 0px;
  padding: 10px;
}


body.menu {
  background-color: rgb( 234,220,91 );
  padding: 0px;
  height: 100%;
  border-right: 2px solid black;
}


div.logo {
  background-color: rgb( 228,210,48 );
  padding: 20px;
  border-bottom: 2px solid black;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

div.logo img {
  margin: 0px;
}

div.logo a {
  text-decoration: none;
}


hr {
  width: 90%;
  margin: 20px;
  height: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
  border: none;
  border-top: solid 1px black;
  text-align: center;
}


/*
Überschrift
*/
h1 {
  font-size: 24pt;
  text-align: center;
 	white-space: nowrap;
}
h1 img {
  margin-left: 20px;
  margin-right: 20px;
}
h1 a:hover {
  text-decoration: underline;
}
h1 a {
  text-decoration: none;
}


/*
Untertitel
*/
h2 {
  font-size: 18pt;
  text-align: center;
  padding: 0px;
  margin: 0px;
}


/*
Kapitel Titel
*/
h3 {
  margin-top: 50px;
  font-size: 16pt;
  text-align: left;
}
hr + h3 {
  margin-top: 0px;
}



/*
Abschnitt Titel
*/
h4 {
  font-size: 12pt;
  text-align: left;
}


/*
Links
*/
div.links {
  text-align: center;
  font-size: 12pt;
  margin-top: 30px;
}


/*
Jahreszahlen - Chronik
*/
table.years {
  font-size: 14pt;
  font-weight: bold;
}
table.years td {
  border: 0px;
  padding: 5px;
  margin: 0px;
}

/*
Menütabelle
*/
body.menu p {
  margin-left: 10px;
}

/*
Menüliste
*/
ul.menu {
  margin-left: 10px;
  font-weight: bold;
  list-style: none;
  padding: 0px;
}
ul.menu ul {
  margin-left: 10pt;
  list-style: none;
  padding: 0px;
}
ul.menu li {
  margin-top: 5pt;
  margin-bottom: 5pt;
  padding: 0px;
}


/*
Eintrag in Chronik
*/
div.entry {
  border: 1px solid black;
  padding: 10px;
  background-color: rgb( 243,236,167 );
  margin-bottom: 20px;
}
div.entry div.headline {
  margin-top: 0px;
  font-weight: bold;
}


a img {
  border: 0px solid black;
}


/*
Bildvorschau
*/
div.vorschau {
  padding: 10px;
  text-align: center;
}
div.vorschau img {
  border: 1px solid black;
  display: block;
  margin-bottom: 5px;
}
/*
div.vorschau div {
  text-align: center;
  vertical-align: middle;
}
div.vorschau center {
  text-align: center;
  vertical-align: middle;
}
*/


/*
Bilder Tabelle
*/
table.bilder {
  width: 100%;
}
table.bilder td {
  vertical-align: top;
}
table.bilder caption {
  font-weight: bold;
  text-align: center;
}
table.bilder caption {
  background-color: rgb( 243,236,167 );
  margin-left: 5%;
  margin-right: 5%;
}
table.bilder + table.bilder caption {
  margin-top: 12pt;
}

