  body {
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    color: black;
    margin: 0; padding: 0 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
/*    width: 960px; */
    padding: 0;
  }

	img#Hintergrund1 {
	  position:absolute;
	  top:0px;
	  left:0px;
	  width:1024px;
	  height:441px;
	  z-index:10;
	}
	img#Hintergrund2 {
	  position:absolute;
	  top:440px;
	  left:0px;
	  width:1024px;
	  height:553px;
	  z-index:9;
	}
	img#Logo {
	  position: fixed;
	  top:0px;
	  left:0px;
	  width:170px;
	  height:108px;
	  z-index:20;
	}
  div#kopfzeile {
  	position: absolute;
	  top: 20px;
	  left: 10px;     /* 180px    */
	  width: 1024px;
		height: 120px;
	  z-index: 20;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 150px 0; padding: 3px;
    text-align: left;
    word-spacing: 10px;
    letter-spacing: 2px;
  }
  div#Fusszeile {
	  position: absolute ;
    top: 900px;
    left: 370px;
 	  width: 400px;
	  height:120px;
		z-index: 300;
    font-size: 16px;
    font-weight: 600;
    color: #800000;
    margin: 0; padding: 3px;
    text-align: right;
  }

  span#weiter1 {
	  position: absolute ;
    top: 450px;
    left: 0px;
    right: 50px;
 	  width: 770px;
	  height: 30px;
		z-index: 500;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0; padding: 0px;
    text-align: right;
/*    background-color:#FFFF66;  */
  }
  span#weiter1 a { color: #FFFFFF; }
  span#weiter1 a:link    { color: white;    }
  span#weiter1 a:visited { color: white; font-weight: normal; text-decoration:none; }
  span#weiter1 a:hover   { color: #5D747C; font-weight: bold; background-color:white; }
  span#weiter1 a:active  { color: white; }

  div#weiterlink {
	  position: absolute ;
    top: 650px;
    left: 0px;
    right: 50px;
 	  width: 770px;
	  height: 30px;
		z-index: 500;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0; padding: 0px;
    text-align: center;
/*    background-color:#FFFF66;  */
  }
  div#weiterlink a { color: #800000; }
  div#weiterlink a:link    { text-decoration:underline;   }
  div#weiterlink a:visited { font-weight: normal; text-decoration:underline; }
  div#weiterlink a:hover   { font-weight: bold; text-decoration:underline; background-color:white; }
  div#weiterlink a:active  {  }

  div#indexdvs {
	  position: absolute ;
    top: 750px;
    left: 370px;
 	  width: 400px;
	  height:120px;
		z-index: 300;
    font-size: 16px;
    font-weight: 600;
    color: #800000;
    margin: 0; padding: 3px;
    text-align: right;
  }
  div#indexdvs a {  }
  div#indexdvs a:link    { src:url(X_Entwuerfe/email_braun_trans_16_fett.gif) ; }
  div#indexdvs a:visited { font-weight: normal; text-decoration:none; }
  div#indexdvs a:hover   { background-color:white; text-decoration:underline;  }
  div#indexdvs a:active  {  }

  ul#Navigation {
    font-size: 0.83em; text-decoration:none; float: left; width: 160px;
    margin: 0 0 1.2em 0; padding: 5px;
    font-weight: 600; color: blue; }
  ul#Navigation li { list-style: none;
    margin: 0 0 0 0; padding: 5px; /* anders auf der Startseite */
    }
  ul#Navigation a { display: block; padding: 4px;
    text-decoration:none; }
  ul#Navigation a:link    { color: white;    }
  ul#Navigation a:visited { color: #CFCFCF;  }
  ul#Navigation a:visited.hier { color: white;   background-color: #005A9A; }
  ul#Navigation a:hover   { color: white;   background-color: #0000FF; }
  ul#Navigation a:active  { color: white;   background-color: #000085; }


  table#SubNavigation {
    font-size: 0.83em; text-decoration:none; float: left; width: 150px;
    margin: 0 0 1.2em 0; padding: 0.2em;
    font-weight: 600; color: blue; }
  table#SubNavigation a { display: block; padding: 0.1em;
    text-decoration:none;  }
  table#SubNavigation a:link    { color: white;    }
  table#SubNavigation a:visited { color: #CFCFCF;  }
  table#SubNavigation a:visited.hier { color: white; background-color: #005A9A; }
  table#SubNavigation a:hover   { color: white;   background-color: #0000FF; }
  table#SubNavigation a:active  { color: #EFEFEF; background-color: #000085; }

  div#Inhalt {
  	position: absolute;
	  top: 100px;
	  left: 0px;
/*	  width: 900px;    */
/*		height: 120px;   */
	  z-index: 100;
    font-size: 12px;
    margin: 0 0 10px 175px;
    padding: 0 1em;
/*    background-color:#FF7F00;  */
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 18px 0 12px 0;
    text-align: left;
    color: #FFFFFF;
    word-spacing: 0px;
    letter-spacing: 0px;
  }
  div#Inhalt h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 6px 0;
    text-align: left;
  }
  div#Inhalt h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 6px 0;
    text-align: left;
  }
  div#Inhalt h3:link { color:#0068B2; font-weight:600; text-decoration:none; }
  div#Inhalt h3:visited { color:#0068B2; text-decoration:none; }
  div#Inhalt h3:hover { color:#0000FF; text-decoration:underline; }
  div#Inhalt h3:active { color:#0000FF; text-decoration:none; }
  div#Inhalt h3.an { text-decoration:none;
  }
  div#Inhalt p {
    font-size: 12px;
    margin: 3px 0;
  }
  div#Inhalt a:link { color:#0068B2; font-weight:600; text-decoration:none;  }
  div#Inhalt a:visited { color:#0068B2; text-decoration:none; }
  div#Inhalt a:hover { color:#0000FF; text-decoration:underline; }
  div#Inhalt a:active { color:#000000; text-decoration:none; }
  div#Inhalt a.an { text-decoration:none;
  }

  div#Inhalt b { font-weight: 600; }



/*
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; }

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }

p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }

li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

.doc { background-color:#EEEEEE; }

.nav { background-color:#FFEEDD; }

.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }

.blue { color:#0000C0; }

pre.normal { color:#000000; }



.unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }
*/