body {
    color: black; background-color: white;
/*    font-size: 100.01%; */
    font-family: Arial,sans-serif;
    margin: 0; padding: 1em;
  }



div#page {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
/*    width: 790px;*/
    width: 960px;
    padding: 0.5em;
    /*border: 2px ridge silver;*/
  }
  html>/body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer */
  }


div#enclose {
    float: left;
/*    width: 788px;*/
    width: 958px;
}

  div#header {
    font-size: 9px;
    margin: 0 0 0 0; padding: 0.0em;
    text-align: right;
/*	width: 790px;*/
	width: 960px;
    background-color: white;
	background-image: url("../img/leiste_neu4.jpg");
	background-repeat: no-repeat; 
	height: 119px;
	border: 0px;
    /*border: 2px ridge silver;*/
  }
  div#header a:link {
    color: black; text-decoration: none;
  }
  div#header a:visited {
    color: black;  text-decoration: none;
  }
  div#header a:hover {
    color: black; text-decoration: none;
  }

  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  div#Navigation {
    font-size: 12px;
    float: left; width: 147px;
    margin: 0 0 10px 0; padding: 10px 0 130em 0;
    background-color: #A1AECC;
  }

   div#Navigation p.level1 {
    list-style: none;
    margin: 0; padding: 0.2em;
    font-size: 15px;
    background-color: #A1AECC;
    border-top-width: thin;
    border-top-color: #10244f;
    border-top-style: dotted;
    color: #10244f; 
  }
  
  div#Navigation p.level2 {
    list-style: none;
    margin: 0; padding: 0 0 0 0.8em;
    font-size: 11px;
    background-color: #A1AECC;
    color: #10244f; 
  }

  div#Navigation p.level3 {
    list-style: none;
    margin: 0; padding: 0 0 0 1.5em;
    font-size: 11px;
    background-color: #A1AECC;
    color: #10244f;
    border-top: none;
  }
  
  div#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
    background-color: #A1AECC;
    color: #10244f; 
  }

  div#Navigation a.l3 {
    display: block;
    padding: 0.2em;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    background-color: #A1AECC;
    color: #10244f; 
  }

  div#Navigation a.act {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
    background-color: #A1AECC;
    color: #DDDDDD;
  }

  div#Navigation a.actl3 {
    display: block;
    padding: 0.2em;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    background-color: #A1AECC;
    color: #DDDDDD;
  }

  div#Navigation a:link {
    text-decoration: none;
  }
  div#Navigation a:visited {
    text-decoration: none;
  }
  div#Navigation a:hover {
    color: #DDDDDD;
    text-decoration: none;
  }
  
  /*div#Info {
    font-size: 0.9em;
    float: right;
	width: 12em;
    margin: 0; padding: 0;
    background-color: #eee; border: 1px dashed silver;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }
*/

  div#Inhalt {
    float: left;
/*    margin: 0 0 0 170px;*/
	width: 590px;
    padding: 0 1em;
    border: 1px;
    font-size: 0.9em;
    line-height: 1.2em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0.2em 0 0.5em;
    color: #10244f;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #10244f;
  }
  div#Inhalt h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 1.1em 0 0.2em;
    color: #10244f;
  }
  div#Inhalt p, ul, ol {
    font-size: 0.9em;
    /*margin: 1em 0;*/
    margin: 0;
    color: #10244f;
    background-color: white; 
  }
  
  
  div#Inhalt p.lauftext {
    font-size: 0.9em;
    margin: 1em 0;
    color: #10244f;
  }
  
  div#Inhalt table.contenttable {
    font-size: 0.9em;
    margin: 0;
    color: #10244f;
 }
 
  div#Inhalt td.td-0 {
    font-weight: bold;
    vertical-align:top;
  }

  div#Inhalt a {
    color: #14148C;
    font-weight: bold;
    text-decoration: none;
  }
  
  div#Inhalt a:hover {
    color: #14148C;
    font-weight: bold;
    text-decoration: underline;
  }

div#Inhalt p.csc-caption {
    color: #C0C0C0; 
    font-size: 8px; 
    font-family: Arial,sans-serif;
    font-style: italic;
    font-weight: normal;
}

/*  div#Inhalt td + p {
    margin 0;
    color: #10244f;
    font-size: 1em;
   
  }
*/ 

/*div#fontsizeselector img {
    border:0;
    margin-left: 15px;
	vertical-align: middle;
	margin-bottom: 6px;
}

div#fontsizeselector p {
    text-align: center;
    align-top: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #10244f;
    font-size: 10px; 
}
*/

  div#Fusszeile {
    clear: both;
    margin: 0; padding: 0em;
    width: 790px;
    text-align: center;
  }

  div#Fusszeile p.service {

    font-size: 0.8em;
    background-color: #A1AECC;
    color: #10244f;
    text-decoration: none;
  }
  
  div#Fusszeile a {

    font-size: 0.8em;
    margin: 0; padding: 0em;
    background-color: #A1AECC;
    color: #10244f;
    text-decoration: none;
  }
  
  div#Fusszeile p.copy {
    text-align: right;
    font-size: 0.5em;
    background-color: white; 
  }

  div#rightcolumn h1, div#rightcolumn_news h1, div#fontsizeselector h1 {
  	width: 171px;
	color: #10244f;
	background-color: #A1AECC;
	margin-top: 40px;
	margin-left: 778px;
	margin-bottom: 0px;
	font-size: 0.8em;
	text-align: center;
	padding: 3px;
	border: 2px solid #A1AECC;
}

  div#rightcolumn p.bodytext, div#rightcolumn_news p.bodytext, div#rightcolumn div.bodytext, div#fontsizeselector div.bodytext {
  	width: 171px;
	color: #10244f;
	background-color: #FFFFEE;
	margin-left: 778px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 2px dotted #A1AECC;
	border-right: 2px dotted #A1AECC;
	border-bottom: 2px dotted #A1AECC;
	border-top: 2px solid #A1AECC;
	padding: 3px;
	font-size: 0.8em;

  }
  
  div#fontsizeselector img {
    border:0;
    margin-left: 25px;
	vertical-align: middle;
	margin-bottom: 9px;
	margin-top: 9px;
}

 /* div#rightcolumn form {
	font-size: 0.8em;
	margin-left: 778px;
	margin-top: 0px;
	margin-bottom: 0px;
	 color: #10244f;
	 background-color: #FFFFEE;
	border-left: 2px dotted #A1AECC;
	border-right: 2px dotted #A1AECC;
	border-bottom: 2px dotted #A1AECC;
	border-top: 2px solid #A1AECC;
	padding: 3px;
  }

  */
  div#rightcolumn a, div#rightcolumn_news a {
  	font-size: 0.9em;
  	color: #10244f;
  	text-decoration: none;
  	font-weight: bold;
  }

div#nicetable table, div#nicetable td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
}

div#nicetable th, div#nicetable td {
	padding: 4px;

}
