/* CSS-File erstellt von Ulrich Ruttert, http://www.ruttert.de           */
/* --------------------------------------------------------------------- */
/* BENUTZTE FARBEN ----------------------------------------------------- */
/* green (Hintergrund inneres Fenster)           lightgreen        hellgrün */
/* white                                         #ffffff           weiss */
/* black (Schriftfarbe)                          #000000         schwarz */
/* beige (Breadcrumb und Fußzeile)               #f0eeeb           beige */
/* red (Hover-Links)                             #b80000             rot */
/* blue (Links)                                  #0000a3            blau */
/* grey (Bildschirmhintergrund)                  #999999            grau */
/* light grey (Fenster Inhalt)                   #cccccc        hellgrau */
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */
/* ALLGEMEIN ----------------------------------------------------------- */
body {
  padding: 0px;                                     /* kein Innenabstand */
  font-size: 100.01%;                        /* Schriftgroesse: ca. 100% */
  margin: auto;                                          /* Außenabstand */
  color: #000000;                                  /* Textfarbe: schwarz */
  font-family: Verdana, Helvetica, Arial, sans-serif;  /* Schriftfamilie */
  background-color: #ccc;                       /* Hintergrund: hellgrau */
  text-align: left;             /* Horizontale Ausrichtung: linksbuendig */
  width: 1020px;                                     /* Breite Container */
 /* background-image: url(../image/bg.jpg);                              */

}


/* --------------------------------------------------------------------- */
/* Überschriften allgemein --------------------------------------------- */
h1 {
  font-size: 1.7em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.4em;
  margin: .83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0; 
}
h5 {
  font-size: 0.83em;
  line-height: 1.17em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
  H1, H2, H3, H4, H5, H6 {
  font-weight: bolder;
}


/* --------------------------------------------------------------------- */
/* Verweis allgemein --------------------------------------------------- */
a:link {
  color: #0000a3;                                     /* Textfarbe: blau */
  text-decoration: none;                        /* Textdekoration: keine */
}


/* Bereits besuchter Verweis ------------------------------------------- */
a:visited {
  color: #b80000;                                      /* Textfarbe: rot */
  font-style: italic;                             /* Schriftstil: kursiv */
  text-decoration: none;                        /* Textdekoration: keine */
}


/* Verweis bei Mouse-over ---------------------------------------------- */
a:hover {
  color: #b80000;                                      /* Textfarbe: rot */
  font-style: italic;                             /* Schriftstil: kursiv */
  text-decoration: underline;           /* Textdekoration: unterstrichen */
}


/* Aktiver Verweis oder Verweis mit Fokus ------------------------------ */
a:active,
a:focus {
  color: #b80000;                                      /* Textfarbe: rot */
  text-decoration: underline;           /* Textdekoration: unterstrichen */
}


/* --------------------------------------------------------------------- */
/* -- alles umfassender Rahmen ----------------------------------------- */
div.rahmen {
  background-color: lightgreen;              /* Hintergrundfarbe dunkelgrün */
  margin-right: auto;         /* legt das Fenster in die Bildschirmmitte */
  margin-left: auto;          /* legt das Fenster in die Bildschirmmitte */
  margin-bottom: 15px;
  border: 1px solid lightgreen;
  box-shadow: 2px  2px 10px 10px #999;
}


/* --------------------------------------------------------------------- */
/* -- kopfbereich mit logo --------------------------------------------- */
div.kopfbereich {
  margin-top: 10px;                          /* Abstand zum äußeren Rand */
  width: 1000px;                                    /* Breite Kopfbereich */
  margin-right: auto;         /* legt das Fenster in die Bildschirmmitte */
  margin-left: auto;          /* legt das Fenster in die Bildschirmmitte */
  height: 140px;                                          /* Fensterhöhe */
  background-color: #ffffff;                   /* Hintergrundfarbe: weiß */
}


/* -- Headlogo --------------------------------------------------------- */
DIV.kopf {
  background-position: center;                 /* Bildausrichtung mittig */
  position: static;
  height: 130px;                                        /* Höhe Logo Box */
  background-color: #fff;                           /* Hintergrund: weiß */
  text-align: center;                          /* Textausrichtung mittig */
}

/* -- Formatierung Banner ---------------------------------------------- */ 
img.s10 {
  z-index: 100;
  height: 140px;                                            /* Höhe Logo */
  width: 990px;                                           /* Breite Logo */
 }
 
 
/* --------------------------------------------------------------------- */
/* -- obere horizontale Menüliste -------------------------------------- */
div.topnav {
  z-index: 1;
}


ul#Navigation {
  margin: 0;
  padding: 0;
  text-align: center;
}


ul#Navigation li {
  margin: 0.4em;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
  position: relative;
}


* html ul#Navigation li {
  margin-bottom: -0.4em;
}


*:first-child + html ul#Navigation li {
  margin-bottom: -0.1em;
}


ul#Navigation li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.6em;
  left: -0.4em;
  display: none;
}


* html ul#Navigation li ul {
  left: -0.4em;
}


*:first-child + html ul#Navigation ul {
  background-color: silver;
  padding-bottom: 0.4em;
}


ul#Navigation li:hover ul {
  display: block;
  text-decoration: underline              /* Textdekoration: unterstrichen */
}


ul#Navigation li ul li {
  float: none;
  display: block;
  margin-bottom: 0.2em;
}


ul#Navigation a, ul#Navigation span {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  padding: 0.2em 0.8em;
  display: block;
  width: 7.8em;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: normal;
  color: #fff;
  background-color: #006600;
  
}


ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
  border-color: black;
  color: white;
  background-color: red;
  text-decoration: underline            /* Textdekoration: unterstrichen */
}


li a#aktuell {
  color: red;
  background-color: silver;
  font-style: italic;                             /* Schriftstil: kursiv */

}


/* --------------------------------------------------------------------- */
/* -- Brotkrümelnavigation --------------------------------------------- */
div.brot {
  background-color: #fff;                            /* Hintergrundfarbe */
  width: 975px;                                    /* Breite Kopfbereich */
  margin-right: auto;         /* legt das Fenster in die Bildschirmmitte */
  margin-left: auto;          /* legt das Fenster in die Bildschirmmitte */
  margin-top: 10px;                                 /* Außenabstand oben */
  padding-left: 25px;                          /* Innenabstand von links */
  padding-top: 5px;                             /* Innenabstand von oben */
  padding-bottom: 5px;                         /* Innenabstand von unten */
  clear: both;                                  /* beide Seiten gecleart */
}

/* --------------------------------------------------------------------- */
/* -- Rahmen um linke - mitte - rechte - box --------------------------- */
div.mitte {
   margin-top: 0px;                                 /* Außenabstand oben */
   height: 100%;                               /* volle Bildschirmbreite */
   width: 100%;                                  /* volle Bildschirmhöhe */
}



/* Liste fuer vertikale Navigation ------------------------------------- */
div.mainnav ul {
  list-style-image: none;                  /* keine Auflistungsvorbilder */
  list-style-type: none;                  /* keine Auflistungsvorzeichen */
  width: 150px;                                 /* Breite der Navigation */
  font-weight: normal;                           /* Schriftdicke: normal */
  font-size: 1em;                                  /* Textgröße ca. 12px */
}




/* -- rechte Box für Werbung und Infobox ------------------------------- */
div.re_box {
  overflow: auto;           /* automatischer Boxüberlauf mit Srollleiste */
  margin-top: 5px;                              /* Außenabstand von oben */
  float: right;                                          /* Rechtsbündig */
  width: 200px;                                /* Breite der rechten Box */
  max-height: 720px;                         /* max Höhe der rechten Box */
  margin-left: 5px;                            /* Außenabstand von links */
  padding-left: 5px;                               /* Innenabstand links */
  padding-right: 5px;                             /* Innenabstand rechts */
  font-size: 0.75em;                                        /* Textgröße */
  background-color: #fff;                           /* Hintergrund: weiß */
}

	 

/* -- Mittlerer Bereich Inhalt ----------------------------------------- */ 
div.inhalt {
  overflow: auto;           /* automatischer Boxüberlauf mit Srollleiste */
  min-height: 730px;                                 /* min Höhe der Box */
  margin: 10px;                              /* Außenabstand nach rechts */
  padding-right: 5px;                             /* Innenabstand rechts */
  padding-left: 5px;                               /* Innenabstand links */
  background-color: #fff;                           /* Hintergrund: weiß */
}


/* -- Mittlerer Bereich Inhalt Startseite ------------------------------ */ 
div.s3 {
 text-align: left;                               /* Ausrichtung Mittig */
 }


/* -- Formatierung Bild Startseite ------------------------------------- */ 
img.s2 {
  width: 100%;                                        /* Breite vom Bild */
  height: 100%;                                         /* Höhe vom Bild */
 }
 
 
/* -- Mittlerer Bereich Formatierung Überschrift------------------------ */ 
h1.s1 {
 text-align: center;                           /* Textausrichtung Mittig */
 }
 
 
 img.m3 {
	WIDTH: 640px; 
	HEIGHT: 480px
}

/* -- Mittlerer Bereich nach oben ------------------------------------- */ 
div.t1 {
 text-align: right;                               /* Ausrichtung Rechts */
 }

H1.n1 {
	TEXT-ALIGN: center
}

/* --------------------------------------------------------------------- */
/* -- Fußbereich für Copyrightvermerk, Adresse und Email --------------- */
div.fuss {
  margin: 5px;                                           /* Außenabstand */
  margin-left: 10px;                           /* Außenabstand von links */
  margin-right: 10px;                         /* Außenabstand von rechts */
  text-align: center;                         /* Textausrichtung: mittig */
  clear: both;
  background-color: #fff;                       /* Hintergrundfarbe weiß */
  font-family: Arial,Helvetica,sans-serif;             /* Schriftfamilie */
  padding-top: 5px;                             /* Innenabstand von oben */
  padding-bottom: 5px;                         /* Innenabstand von unten */
  margin-bottom: 10px;
}


/* Verweis im Footerbereich -------------------------------------------- */
div.fuss a:link {
  color: #0000a3;                                     /* Textfarbe: blau */
  text-decoration: none;                        /* Textdekoration: keine */
}


/* Verweis im Footerbereich bei Mouse-over ----------------------------- */
div.fuss a:hover {
  color: #b80000;                                      /* Textfarbe: rot */
  text-decoration: underline;           /* Textdekoration: unterstrichen */
  font-style: normal;                             /* Schriftstil: normal */
}

