/* CSS-File erstellt von Ulrich Ruttert, http://www.ruttert.de           */

/* BENUTZTE FARBEN ----------------------------------------------------- */
/* darkgreen (Bildschirmhintergrund)             #008800      dunkelgrün */
/* white                                         #ffffff           weiss */
/* black (Schriftfarbe)                          #000000         schwarz */
/* beige (Breadcrumb und Fußzeile)               #f0eeeb           beige */
/* red (Hover-Links)                             #b80000             rot */
/* blue (Links)                                  #0000a3            blau */


/* ALLGEMEIN ----------------------------------------------------------- */
body {
  padding: 0px;                                     /* kein Innenabstand */
  font-size: 100.01%;                        /* Schriftgroesse: ca. 100% */
  line-height: 160%;                           /* Zeilenabstand 1,5-fach */
  margin: 10px;                                          /* Außenabstand */
  color: #000000;                                  /* Textfarbe: schwarz */
  font-family: Verdana, Helvetica, Arial, sans-serif;  /* Schriftfamilie */
  background-color: #008800;                  /* Hintergrund: dunkelgrün */
  text-align: left;             /* Horizontale Ausrichtung: linksbuendig */
}


/* Überschriften allgemein ----------------------------------------------*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  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 {
  margin-right: auto;         /* legt das Fenster in die Bildschirmmitte */
  margin-left: auto;          /* legt das Fenster in die Bildschirmmitte */
}


/* -- kopfbereich mit logo ----------------------------------------------*/
div.kopfbereich {
  height: 230px;                                          /* Fensterhöhe */
  background-color: #ffffff;                   /* Hintergrundfarbe: weiß */
}


/* -- Headlogo ----------------------------------------------------------*/
DIV.kopf {
  background-position: center;                 /* Bildausrichtung mittig */
  position: static;
  height: 200px;                                        /* Höhe Logo Box */
  background-color: #008800;                  /* Hintergrund: dunkelgrün */
  background-image: url(../image/rand.jpg);          /* Pfad Hintergrund */
  background-repeat: repeat-x;                       /* Bildwiederholung */
  text-align: center;                          /* Textausrichtung mittig */
}

/* -- Formatierung Banner -----------------------------------------------*/ 
img.s10 {
  z-index: 100;
  height: 200px;                                        /* Höhe Logo Box */
 }



/* -- obere horizontale Menüliste ---------------------------------------*/
div.topnav {
  z-index: 1;
  padding-top: 0px;                             /* Innenabstand von oben */
}


div.topnav li{
  list-style-type: none;                  /* keine Auflistungsvorzeichen */
  float: left;                                           /* Liinksbündig */
  padding-top: 5px;                             /* Innenabstand von oben */
  padding-bottom: 5px;                         /* Innenabstand von unten */
  margin-left: 25px                            /* Außenabstand von links */
}


/* -- Verweis horizontales Menü -----------------------------------------*/
div.topnav li a {
font-size: 1em                                     /* Textgröße ca. 12px */
}


/* -- Verweis horizontales Menü bei Mouse-over --------------------------*/
div.topnav li a:hover {
text-decoration: underline              /* Textdekoration: unterstrichen */
}


/* -- Aktiver Verweis oder Verweis mit Fokus hor. Menü ------------------*/
div.topnav li a.activ,
div.topnav li a.focus  {
text-decoration: underline              /* Textdekoration: unterstrichen */
}


/* -- Brotkrümelnavigation ----------------------------------------------*/
div.brot {
  background-color: #ffffcc;                         /* Hintergrundfarbe */
  margin-top: 5px;                                  /* 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: 5px;                                 /* Außenabstand oben */
   height: 100%;                               /* volle Bildschirmbreite */
   width: 100%;                                  /* volle Bildschirmhöhe */
   background-color: #ffffff;                       /* Hintergrund: weiß */
}


/* -- linke Box mit vertikaler Navigation und Infobox -------------------*/
div.li_box {
  overflow: auto;           /* automatischer Boxüberlauf mit Srollleiste */
  float: left;                                           /* Liinksbündig */
  margin-top: 5px;                                  /* Außenabstand oben */
  width: 200px;                                 /* Breite der linken Box */
  margin-right: 5px;                              /* Außenabstand rechts */
  line-height: 100%;                             /* Zeilenabstand 1-fach */
}


/* -- linke vertikale Navigation ----------------------------------------*/
div.mainnav * {
  margin: 0;                                        /* kein Außenabstand */
  padding-left: 5px;                                     /* Innenabstand */
}


/* 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 */
}


/* Listrahmen fuer vertikale Navigation -------------------------------- */
div.mainnav li {
  margin: 5px 0;                     /* Abstand Listpunkte untereinander */
  font-weight: normal;                           /* Schriftdicke: normal */
}


/* Verweis  vertikales Menü ---------------------------------------------*/
div.mainnav a:link {
  padding: 1px ;                         /* Innenabstand Link zum Rahmen */
  color: #0000a3;                                     /* Linkfarbe: blau */
  text-decoration: none;                        /* Textdekoration: keine */
}


/* Verweis vertikales Menü bei Mouse-over -------------------------------*/
div.mainnav a:hover {
  color: #b80000;                             /* Hervorhebungsfarbe: rot */
  text-decoration: none;                        /* Textdekoration: keine */
}


/* Aktiver Verweis oder Verweis mit Fokus ver. Menü ---------------------*/
div.mainnav a:active,
div.mainnav a:focus {
  color: #b80000;                             /* Hervorhebungsfarbe: rot */
  text-decoration: none;                        /* Textdekoration: keine */
}



/* -- linke Infobox -----------------------------------------------------*/
div.infobox1 {
  border-style: solid;                    /* Rahmen, durchgezogene Linie */
  position: static;
  margin-right: 5px;                    /* Außenabstand zum rechten Rand */
  margin-left: 5px;                      /* Außenabstand zum linken Rand */
  background-color: #ffffcc;                         /* Hintergrundfarbe */
}


/* -- 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 */
  line-height: 100%;                             /* Zeilenabstand 1-fach */

}

	 

/* -- Mittlerer Bereich Inhalt ------------------------------------------*/ 
div.inhalt {
  overflow: auto;           /* automatischer Boxüberlauf mit Srollleiste */
  min-height: 730px;                                 /* min Höhe der Box */
  margin-top: 5px;                             /* Außenabstand nach oben */
  margin-right: 5px;                         /* Außenabstand nach rechts */
  margin-left: 5px;                           /* Außenabstand nach links */ 
  padding-right: 5px;                             /* Innenabstand rechts */
  padding-left: 5px;                               /* Innenabstand links */
  border-left: 5px solid #008800;     /* linker Rahmen: Farbe dunkelgrün */
  border-right: 5px solid #008800;   /* rechter Rahmen: Farbe dunkelgrün */
}


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


/* -- Formatierung Bild Startseite --------------------------------------*/ 
img.s2 {
 	padding-bottom: 50px;                  /* Innenabstand von unten */
 }
 
 
/* -- 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-top: 5px;                             /* Außenabstand nach oben */
  text-align: center;                         /* Textausrichtung: mittig */
  clear: both;
  background-color: #ffffcc;                         /* Hintergrundfarbe */
  font-family: Arial,Helvetica,sans-serif;             /* Schriftfamilie */
  padding-top: 5px;                             /* Innenabstand von oben */
  padding-bottom: 5px;                         /* Innenabstand von unten */
}


/* 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 */
}

