/* Stylesheet des Projekts schmitt-kommuniziert
// Medien: Druck (print)
// Version: 2011-06-26
// -----------------------------------------------------
// Sektionen:
// Sektion 01: Container
// Sektion 02: Formularfelder
// Sektion 03: Tabellen
// Sektion 04: Listen
// Sektion 05: Headlines
// Sektion 06: Absaetze
// Sektion 07: Anker
// Sektion 08: Bilder
// Sektion 09: Freie Klassen
// Sektion 10: Spezielle Tags
// ----------------------------------------------------- */


/* -----------------------------------------------------
// Sektion 01: Container
// ----------------------------------------------------- */
body        {
        background-color:#fff; /* Farbe: weiß */
        color:#000; /* Farbe: schwarz */
        font-family:arial,sans,sans-serif;
        font-size:14px;
        }


#logo {
      position:absolute;
      left:100px;
      top:20px;
      height:100px;
      z-index:5;
      }

#nav_links {
           position:absolute;
           background-color:#e6e6fa;
           left:100px;
           width:165px;
           top:20px;
           bottom:40px;
           padding-top:185px;
           padding-left:15px;
           padding-right:15px;
           font-size:15px;
           font-weight:bold;
           }


#nav_privat {
           position:absolute;
           background-color:#e6e6fa;
           left:100px;
           width:165px;
           top:20px;
           bottom:40px;
           padding-top:500px;
           padding-left:15px;
           padding-right:15px;
           font-size:10px;
           font-weight:bold;
           }


#main {
      position:absolute;
      top:200px;
      left:300px;
      right:100px;
      bottom:40px;
      padding-left:5px;
      padding-right:10px;
      overflow:auto;
      text-align:justify;
      color:black;
      }

#navigation_oben {
             position:absolute;
             top:75px;
             right:100px;
             width:auto;
             height:auto;
             }

#bereich_nav_rechtsoben_zeile1 {
        border-bottom:solid 4px #00008b; /* Farbe: dunkelblau */
        }

#bereich_nav_rechtsoben_zeile2        {
        padding-top:4px;
        text-align:right;
        }



/* -----------------------------------------------------
// Sektion 03: Tabellen
// ----------------------------------------------------- */


table{
        border-spacing:15px;
        }



/* -----------------------------------------------------
// Sektion 05: Headlines
// ----------------------------------------------------- */

ul {
   list-style-type:square;
   list-style-position:outside;
   padding-left:15px;
   ;
   }



/* -----------------------------------------------------
// Sektion 05: Headlines
// ----------------------------------------------------- */

h1 {font-size:22px;
   font-weight:bold}

h2 {font-size:18px;
   font-weight:normal
   }



/* -----------------------------------------------------
// Sektion 06: Absätze
// ----------------------------------------------------- */
.fett+p {
        padding-top:0px;
        }


/* -----------------------------------------------------
// Sektion 07: Anker
// ----------------------------------------------------- */

a       {
        color:#483d8b;
        font-weight:400;
        text-decoration:none;
        }

a:active {
        color:#4169e1;
        font-weight:400;
        text-decoration:underline;
                }

a:hover {
        color:#4169e1;
        font-weight:400;
        text-decoration:underline;
        }


/* -----------------------------------------------------
// Sektion 08: Bilder
// ----------------------------------------------------- */



.fotos {
        padding-left:10px;
        margin-right:10px;
        float:right;
        }

.foto_schmitt {
       padding-left:10px;
        margin-right:10px;
        float:right;
        }


/* -----------------------------------------------------
// Sektion 09: Freie Klassen
// ----------------------------------------------------- */
.fett {
      font-weight:bold;
      }

/* -----------------------------------------------------
// Sektion 10: Spezielle Tags
// ----------------------------------------------------- */



hr {
   color:#00008b;
   background:#00008b;
   height:2px;
   width:165;
   }
