  /* Tests                                                            */

  /* legt die Hintergrundfarbe, den Rand und die Polsterung für die gesamte Seite fest */
  body
	{
	 background-color : #CCCCCC;
	 margin : 0px 0px 0px 0px;
	 padding : 0px 0px 0px 0px;
	}


  /* Schriftart für alle Elemente die Schrift enthalten festlegen      */
  p, div, ol, ul, h1, h2, h3, h4, h5, th, td
	{
	 font-family : Arial, Helvetica, "Trebuchet MS", sans-serif;
	}


  /* Schriftgrössen festlegen                                          */
  p, div, ol, ul, th, td { font-size : 14px; }


  /* Schriftgrössen für die Überschriften festlegen                    */
  h1 { font-size : 32px; }
  h2 { font-size : 22px; }
  h3 { font-size : 20px; }
  h4 { font-size : 16px; }
  h5 { font-size : 16px; }


  /* Schriftfarbe für Überschriften festlegen                          */
  h1, h2 { color : #000099; }
  h3, h4, h5 { color : #666666; }


  /* Überschriften h1, h2 zentrieren                                   */
  h1, h2 { text-align : center; }

  /* Überschriften h4, h5 Linksbündig                                  */
  h4, h5 { text-align : left; }

  /* Ränder h4 festlegen                                               */
  h4 { margin : 17px 0px 7px 2px; }

  /* Ränder h5 festlegen                                               */
  h5 { margin : 13px 0px 7px 0px; }

  /* Überschrift h5 für Tabelle unterstreichen                         */
/*  h5 { border-bottom : 2px solid #666666; }*/


  /* Erscheinungsbild der Listenelementmarkierung  festlegen           */
  ol { list-style-type : upper-roman; }


  /* Festlegen von eigenene IDs                                        */

  /* 770 Pixel breiter Haupt-Container ,der alles enthält              */
  #center
	{
	 width : 770px;
	 margin : 0px auto;
	 text-align : left;
	}


  /* Position und Breite des Navigations-Container festlegen           */
  #menu
	{
	 width : 170px;
	 float : left;
	} 


  /* Formatierung fes Kopfes                                           */
  #kopf
	{
	 width : 600px;
	 margin : 0px 0px 0px 0px;
	 padding : 0px 0px 0px 0px;
	 float : right;
	}


  /* Formatierung für die Hauptbox                                     */
  #text
	{
	 width : 600px;
	 margin : 0px 0px 0px 0px;
	 padding : 0px 0px 0px 0px;
	 float : right;
/*	 overflow : auto */
	}


  /* Breite und Aussehen des Navigations-Menues festlegen              */
  .navimenu
	{
	 background-color : #999999;
	 width : 146px;
	 margin : 111px 10px 10px 10px;
	 border : 1px solid #000000;
	}


  /* Postion der Bilder festlegen                                      */
  .imgpos { margin : 420px 0px 0px 55px; }
  .imgpos_cert_v9 { margin : 480px 0px 0px 55px; }
  .imgpos_cert_v8 { margin :  40px 0px 0px 55px; }

  /* Rahmen um die Bilder festlegen                                    */
  img.rahmen { border:0; }

  /* Für die Menue-Einträge Hintergrundfarbe und die Ränder fest       */
  a.menu
	{
	 display : block;
	 background-color : #999999;
	 border : 1px solid #CCCCCC;
	 padding : 3px 0px 3px 8px;
	}


  /* Formatierung der Tabellen                                         */
  table
	{
	 vertical-align : top;
	 text-align : left;
	 font-size : 22px;
	 margin : 0px 0px 25px 0px;
	 padding : 0px 15px 0px 15px;
	}

  th
	{
     border-bottom : 2px solid #666666;
	 vertical-align : top;
	 font-size : 18px;
	 color : #666666;
	}

  td.row1
	{
	 vertical-align : top;
	 width : 170px;
	}

  td.row2
	{
	 vertical-align : top;
	 width : 430px;
	}

  td.row3
	{
	 vertical-align : top;
	 width : 600px;
	}

  td.row4
	{
	 vertical-align : top;
	 width : 100px;
	}

  td.row5
	{
	 vertical-align : top;
	 width : 500px;
	}


  /* Farbe, Ausschmückung und die Gewichtung der Links festlegen       */
/*  a:link    { color : #FFFFFF; text-decoration : none; font-weight : normal }*/
/*  a:visited { color : #FFFFFF; text-decoration : none; font-weight : normal }*/
  a:active  { color : #000099; text-decoration : none; font-weight : bold }
/*  a:hover   { color : #FFFFFF; text-decoration : none; font-weight : bold }*/

  a.menu:link    { color : #FFFFFF; text-decoration : none; font-weight : normal }
  a.menu:visited { color : #FFFFFF; text-decoration : none; font-weight : normal }
  a.menu:active  { color : #000099; text-decoration : none; font-weight : bold }
  a.menu:hover   { color : #FFFFFF; text-decoration : none; font-weight : bold }

  a.info:link    { color : #666666; text-decoration : none; font-weight : normal }
  a.info:visited { color : #666666; text-decoration : none; font-weight : normal }
  a.info:active  { color : #666666; text-decoration : none; font-weight : normal }
  a.info:hover   { color : #666666; text-decoration : none; font-weight : normal }
  