﻿Page
{
                                background-color:#EDEDF5; /* Graue Hintergrundfarbe der Seite */
                                font-variant:normal;
}

Table.MainContent
{
                                background-color:#EDEDF5; /* Graue Hintergrundfarbe der Seite */
                                font-variant:normal;
                                color:#000000;
                                font-size:20px;

}

Table.SubPage
{
                              /*  background-color:#EDEDF5; */
                              background-color:white;
                              background-image:url('\pixel.png')
								font-family:Arial, Helvetica, Sans-Serif;
                                font-variant:normal;
                                color:#000000;
                                font-size:12px;
                                font-weight:lighter;

}

Table.Navigation
{

                                color:#1600FF;/*Blaue Farbe*/
                                background-color:#EDEDF5; /* Graue Hintergrundfarbe der Seite */
                                font-size:50px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-variant:normal;
                                

}

a.Navigation.a
{
                                color:#1600FF; /*Blaue Farbe*/
                                background-color:#EDEDF5; /* Graue Hintergrundfarbe der Seite */
                                font-size:15px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-variant:normal;
                                text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
}

a.Navigation.a:visited
{

                                color:#1600FF; /*Blaue Farbe*/
                                background-color:#EDEDF5; /* Graue Hintergrundfarbe der Seite */
                                font-size:15px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-variant:normal;
}

a.Navigation.a:hover
{
                                background-color:#EDEDF5; /* Graue Hintergrundfarbe der Seite */
                                font-size:15px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-variant:normal;
                                color:#FF0000; /*Rote Farbe*/
}

a.Link.a
{
                                color:#1600FF; /*Blaue Farbe*/
                                background-color:#EDEDF5; /* Graue Hintergrundfarbe der Seite */
                                font-size:15px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-variant:normal;
                                text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
}

a.smallLink.a
{
                                color:#1600FF; /*Blaue Farbe*/
                                background-color:#EDEDF5; /* Graue Hintergrundfarbe der Seite */
                                font-size:12px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-variant:normal;
                                text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
}

h2
{
                                font-size:25px;
                                color:#FF0000; /*Rote Farbe*/
}

h2.black.h2
{
                                font-size:25px;
                                color:black;
}

h3
{
                                font-size:18px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                color:#1600FF; /*Blaue Farbe*/
                                font-weight:lighter;

}

h3.black.h3
{
                                font-size:18px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                color:black;
                                font-weight:lighter;

}

h3.red.h3
{
                                font-size:18px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                color:#FF0000; /*Rote Farbe*/
                                font-weight:lighter;

}


h4
{
                                font-size:16px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                font-weight:lighter;

                                /* color:#1600FF; */ /*Blaue Farbe*/
}

p
{
                                font-size:13px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                font-weight:lighter;

                                /* color:#1600FF; */
}

p.text.p
{
                                font-size:15px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                font-weight:lighter;

                                /* color:#1600FF; */
}

p.text.red
{
                                font-size:15px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                font-weight:lighter;
								color:#FF0000; /*Rote Farbe*/
}

p.text.red.center
{
                                
                                text-align:center
                                font-size:15px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                font-weight:lighter;
								color:#FF0000; /*Rote Farbe*/
}


p.text.fett
{
                                font-size:15px;
                                font-family:Arial, Helvetica, Sans-Serif;
                                font-style:normal;
                                font-weight:bold;

                                /* color:#1600FF; */
}

div#Rahmen {
    width: 761px;
    padding: 0.8em;
    border: none;
 /*   background-color: #EDEDF5; ' jk */
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    width: 47.1em;
    color: #1600FF; /*Blaue Farbe*/

  }

 div#Rahmen div {
    clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
    color: #1600FF; /*Blaue Farbe*/
   	text-decoration: none; 
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    width: 8.6em;
    position: relative;
    margin: 0.4em; padding: 0;
    text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
    
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
    text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
    text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: -0.4em;
    text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    left: -0.4em;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
    text-decoration: none; 
  }

  ul#Navigation a, ul#Navigation span, {
    display: block;
    padding: 0.2em 1em;
    font-weight: bold;
/*    border: 1px solid black;  */
    border-left-color: white; border-top-color: white;
/*    color: maroon; background-color: #ccc;  */
	font-family: Arial, Helvetica, Sans-Serif;
	font-variant: normal;  
	font-weight:lighter;
	font-size:15px;
	color: #1600FF;  /*Farbe des Textes beim Aufruf der Seite */ /*Blaue Farbe*/
	text-decoration: none; 
	   /* background-color: #FF0000; */
  }
  
    ul#Navigation a:visited, ul#Navigation span:visited, {
    display: block;
    padding: 0.2em 1em;
    font-weight: bold;
/*    border: 1px solid black;  */
    border-left-color: white; border-top-color: white;
/*    color: maroon; background-color: #ccc;  */
	font-family: Arial, Helvetica, Sans-Serif;
	font-variant: normal;  
	font-weight:lighter;
	font-size:15px;
	color: #1600FF; /*Blaue Farbe*/
	text-decoration: none; 
  }

  * html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    width: 6.4em;
    color: #1600FF; /*Blaue Farbe*/
    text-decoration:none; /*unterstreichung der hyperlinks verhindern*/

  }
  ul#Navigation a:hover, ul#Navigation span, li  a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #1600FF; /*Blaue Farbe*/
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #FF0000;  /*Rote Farbe*/
    background-color: #1600FF;/*Blaue Farbe*/
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #FF0000; /*Rote Farbe*/
  }
  
  /* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; top: 1.6em;
    text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
    text-decoration:none; /*unterstreichung der hyperlinks verhindern*/
  }

  /* Workaround fuer den IE 7 */
  *:first-child+html ul#Navigation ul {
    background-color:#FF0000; /*Rote Farbe*/
    padding-bottom:0.4em;
  }

