body {
    color: black; background-color: #000000;
   font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin: 10px;
	text-align:justify;
	line-height: 20px;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;
    padding: 0;
    background: #ffffff url(hintergrund_black.gif) repeat-y;
    border: 2px ridge silver;
  }
div#header {
	height: 120px;
	padding: 0px;
	background-image: url(header4-2.jpg);
}
  div#Info {
    font-size: 0.9em;
    float: right; width: 170px;
	 height: auto;
    margin: 0; padding: 0;
	 border-bottom: 1px solid #c0c0c0;
	 border-left: 1px solid #c0c0c0;
	 background-color: #ffffff;
  }
  div#nav {
float: left;
text-align: left;
}
div#nav a:link {
width: 113px;
font-size: 12px;
	color: #ffffff;
	background-color: #cc0000;
	border-bottom-color: #FFFFFF;
	display: block;
padding: 2px 4px 2px 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
text-decoration: none;
}
div#nav a:visited {
width: 113px;
font-size: 12px;
	color: #ffffff;
	background-color: #cc0000;
	border-bottom-color: #FFFFFF;
	display: block;
padding: 2px 4px 2px 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
text-decoration: none;
}
div#nav a:hover {
width: 113px;
font-size: 12px;
	color: #cc0000;
	background-color: #ffffff;
	border-bottom-color: #000000;
	display: block;
padding: 2px 4px 2px 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
text-decoration: none;
}
  div#Inhalt {
	 height: auto;
    margin: 20px 165px;
    padding: 0 1em;
	 width: 550px;
  }
  * 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: 1.4em;
    margin: 0.2em 0;
    color: #cc0000;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #cc0000;
  }
    div#Inhalt h3 {
    font-size: 1.0em;
    margin: 0.2em 0;
    color: #cc0000;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
#box{
	text-align:justify;
	line-height: 20px;
	background: #FFFFFF;
	width: 550px;
	border: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding: 5;
	font-size:10pt;
	margin-left:auto; margin-right:auto;
}
#smallbox{
	background: #cccccc;
	width: 500px;
	border: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	padding: 5;
	line-height: 15px;
	font-size:8pt;
	margin-left:auto; margin-right:auto;
}
.td_l{
	text-align: left;
}
.td_r{
	text-align: right;
}
  p#footer {
    clear: both;
	 color: #ffffff;
	 line-height: 30px;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #000000;
    border-top: 1px solid silver;
  }
  A:LINK {
	font-style : normal;
	font-variant : normal;
	font-weight :  normal;
	color :#cc0000;
	text-decoration: underline;
}
A:VISITED {
	font-style : normal;
	font-variant : normal;
	font-weight :  normal;
	color :#cc0000;
	text-decoration: underline;
}
A:HOVER  {
	font-style : normal;
	font-variant:normal;
	font-weight: normal;
	color :#FF0000;
	text-decoration : underline;
}