/* CSS Document */

body {
    color: black;
    font-size: 100.01%;
    font-family: Verdana,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    background-image:url(1.jpg); 
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    height: 900px;
    border: 2px ridge silver;
  }
  html>body div#Seite {
    border-color: white;  /* Farbangleichung an den Internet Explorer  */
  }

/* Navigation horizontal */
  
  div#Navigation_hor {
    margin-top: 50px;
    margin-left: 240px;
    padding: 0;
  }

  div#Navigation_hor h3 {
    font-size: 0.7em;
    margin: 0;
  }
  
  div#Navigation_hor a:link {
    color: #ffffff; background-color: transparent;
    text-decoration:none;
  }
  
  div#Navigation_hor a:visited {
    color: #ffffff; background-color: transparent;
    text-decoration:none;
  }
  
  div#Navigation_hor a:hover {
    color: #990033; background-color: transparent;
    text-decoration:none;
  }
  
  div#Navigation_hor a:active {
    color: white; background-color: transparent;
    text-decoration:none;
  }

/* Navigation vertikal */

 div#Navigation_ver {
    font-size: 0.8em;
    float: left; 
    width: 180px;
    margin-top: -45px;
    margin-left: 8px; 
    }
  
 .MainNavigation { 
    font-family: Verdana, sans-serif; 
    font-size: 12.5px; 
    color: #FFFFFF; 
    text-decoration: none; 
    font-weight: bold; 
    }

 .SubNavigation { 
    font-family: Verdana, sans-serif; 
    font-size: 11px; 
    color: #FFFFFF; 
    text-decoration: none; 
    margin-left:15px; 
    line-height:0px; 
    }

  div#Navigation_ver a {
    display: block;
    font-weight: bold;
    }
  
  div#Navigation_ver a:link {
    color: #ffffff; background-color: transparent;
    text-decoration:none;
    }
  div#Navigation_ver a:visited {
    color: #ffffff; background-color: transparent;
    text-decoration:none;
    }
  div#Navigation_ver a:hover {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  div#Navigation_ver a:active {
    color: white; background-color: transparent;
    text-decoration:none;
    }

/* Titel (entspricht roter Überschrift) */

 div#Titel {
    margin-top: 50px; 
    margin-left: 200px;
    width: 380px;
    }

 div#Titel h1 {
    color: #990033;
    font-size: 24px;
    font-weight: bold;
    }

/* Inhalt 1-spaltig */

 div#Inhalt_1sp {
    margin-top: 25px; 
    margin-left: -25px;
    width: 530px;
    }
  
 div#Inhalt_1sp h2 {
    font-size: 18px;
    }
  
 div#Inhalt_1sp p {
    font-size:12px;
    text-align:justify;
  }

 div#Inhalt_1sp ul {
    font-size:12px;
    list-style-type:square;
  }


/* Inhalt 2-spaltig */

 div#Inhalt_2sp {
    margin-top: 0px; 
    margin-left: -25px;
    width: 530px;
    }

 div#Inhalt_2sp h2 {
    font-size: 18px;
    }

 div#Inhalt_2sp ul {
    font-size:12px;
    list-style-type:square;
    }

 div#Inhalt_2sp p {
    font-size: 12px;
    text-align:justify;
    }

/* Links 1sp */

 div#Inhalt_1sp a {
    display: block;
    font-size:12px;
    font-weight:bold;
    }

 div#Inhalt_1sp a:link {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Inhalt_1sp a:visited {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Inhalt_1sp a:hover {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Inhalt_1sp a:active {
    color: black; background-color: transparent;
    text-decoration:none;
    }

/* Links 2sp */

 div#Inhalt_2sp a {
    display: block;
    font-size:12px;
    font-weight:bold;
    margin: 0.5em 0;
    }

 div#Inhalt_2sp a:link {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Inhalt_2sp a:visited {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Inhalt_2sp a:hover {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Inhalt_2sp a:active {
    color: black; background-color: transparent;
    text-decoration:none;
    }

/* Titel News */

 div#Titel_News {
    margin-top: 0px; 
    margin-left: 0px;
    width: 490px;
    }

 div#Titel_News h1 {
    border-top-width:thin; border-top-style:solid;
    color: #990033;
    font-size: 20px;
    font-weight: bold;
    }


/* Bild 1-spaltig */

 div#Bild_1sp {
    margin-left: -40px;
    margin-right: 12px;
    float:left;
    }

 div#Bild_1sp p {
    font-size:0.8em;
    margin: 0.5em 0;
    padding:0px;
    }

/* Bild 2-spaltig klein */

 div#Bild_2sp_kl {
    margin-right: 0px;
    width: auto;
    height: 150px;
    float: right;
    }

 div#Bild_2sp_kl p {
    font-size:0.8em;
    margin: 0.5em 0;
    padding:0px;
    }

/* Bild 2-spaltig groß 

 div#Bild_2sp_gr {
    margin-top: -12em;
    margin-right: 1em; 
    width: 172px;
    height: 151px;
    float: right;
    padding: 0;
    }

 div#Bild_2sp_gr p {
    font-size:0.8em;
    margin: 0.5em 0;
    padding:2px;
    }
*/

/* Suche */

 div#Suche {
    margin-top: 25px; 
    margin-left: 200px;
    margin-right: 12px;
    }

 div#Suche p {
    font-size:12px;
    }

 div#Suche h2 {
    font-size: 18px;
    }
 div#Suche a {
    display: block;
    font-size:12px;
    font-weight:bold;
    margin: 0.5em 0;
    }

 div#Suche a:link {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Suche a:visited {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Suche a:hover {
    color: #990033; background-color: transparent;
    text-decoration:none;
    }
  
 div#Suche a:active {
    color: black; background-color: transparent;
    text-decoration:none;
    }

