/* ================================================================
// Formatierungen fuer die Website http://www.NN
// Ausgabemedien: Bildschirm
// Stand: 2007-06-27
// ................................................................
//
// Die Formatierungen sind gegliedert in zehn Sektionen:
// 01. Containerformate
// 02. Tabellenformate
// 03. Listenformate
// 04. Eingabeformate (Formularfelder)
// 05. Headline-Formate
// 06. Absatzformatierungen
// 07. Ankerformate
// 08. Bildformatierungen
// 09. Freie Klassen
// 10. Spezialtag-Formatierungen
// ================================================================ */

/* -----------------------------------------------------------------
// Sektion 01: Containerformate
// --------------------------------------------------------------- */
body        {
        color:#000;
        background-color:#FFF;
        font-family:arial,helvetica,sans-serif;
        }

#bereich_kern        {
        position:absolute;
        top:140px;
        left:200px;
        width:580px;
        }

#bereich_navigation        {
        position:absolute;
        top:140px;
        left:10px;
        width:180px;
        }

#bereich_obligaten        {
        position:absolute;
         top:102px;
         left:430px;
         }

#bereich_schmuck        {
        position:absolute;
        top:10px;
        left:10px;
        width:780px;
        padding-bottom:8px;

        border-bottom:solid 2px #CD2324;
         background-image:url("../gra/projekte_collage.jpg");
         background-repeat:no-repeat;
         background-position:190px 0px;
        }

#bereich_spendeninfo p                  {
                                      font-size:11px;
                                      }
/* -----------------------------------------------------------------
// Sektion 02: Tabellenformate
// --------------------------------------------------------------- */
table       {
            width:100%;
            /*
            border-left:solid 1px #000000;
            border-top:solid 1px #000000;
            */
            }
th          {
            width:40%;
            text-align:left;
            vertical-align:top;
            /*
            border-right:solid 1px #000000;
            border-bottom:solid 1px #000000;
            */
            }

td          {
            width:60%;
            vertical-align:top;
            /*
            border-right:solid 1px #000000;
            border-bottom:solid 1px #000000;
            */
            }
/* -----------------------------------------------------------------
// Sektion 03: Listenformate
// --------------------------------------------------------------- */

/* -----------------------------------------------------------------
// Sektion 04: Eingabeformate (Formularfelder)
// --------------------------------------------------------------- */

/* -----------------------------------------------------------------
// Sektion 05: Headline-Formate
// --------------------------------------------------------------- */
h1        {
        font-size:24px;
         }

h2        {
        font-size:20px;
         }

h3        {
        font-size:16px;
         }
/* -----------------------------------------------------------------
// Sektion 06: Absatzformatierungen
// --------------------------------------------------------------- */

/* -----------------------------------------------------------------
// Sektion 07: Ankerformate
// --------------------------------------------------------------- */
#bereich_navigation a        {
        display:block;
         border-bottom:solid 1px #FFF;
         text-decoration:none;
         }

#bereich_obligaten a        {
        text-decoration:none;
         color:#C9261F;
         background-color:#FFF;
         }

a.navigationspunkt_cap        {
        font-weight:800;

         padding-left:3px;
         padding-top:11px;
         padding-bottom:11px;
         }

a.navigationspunkt_cap:link,
a.navigationspunkt_cap:visited
        {
         background-color:#8a0f0f; /* D13236,  #D95757; */
         color:#FFF;
         }

a.navigationspunkt_cap:hover,
a.navigationspunkt_cap:active,
a.navigationspunkt_cap:focus        {
         color:#D95757;
         background-color:#EEBABC;
         }

a.navigationspunkt_sub        {
        font-weight:400;
         font-size:86%;

         padding-left:12px;
         padding-top:4px;
         padding-bottom:5px;
         }

a.navigationspunkt_sub:link,
a.navigationspunkt_sub:visited        {
         color:#FFF;
         background-color:#aa2828; /* #C9261F */
         }

a.navigationspunkt_sub:hover,
a.navigationspunkt_sub:active,
a.navigationspunkt_sub:focus        {
         background-color:#EEBABC;
         color:#C9261F;
         }

/* -----------------------------------------------------------------
// Sektion 08: Bildformatierungen
// --------------------------------------------------------------- */
img	{
	border:none;
	}

/* -----------------------------------------------------------------
// Sektion 09: Freie Klassen
// --------------------------------------------------------------- */
div.bild_mit_umfluss_LINKS        {
        float:right;
         margin-left:8px;
         margin-bottom:2px;
         }

div.bild_mit_umfluss_RECHTS        {
        float:left;
         margin-right:8px;
         margin-bottom:2px;
         }

.bilduntertext        {
                font-size:10px;
                 color:#999;
                 background-color:#FFF;
                 }
/* -----------------------------------------------------------------
// Sektion 10: Spezialtag-Formatierungen
// --------------------------------------------------------------- */
