body {
    color: black; background-color: #ffffff;
   font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin: 10px;
	text-align: justify;
	line-height: 20px;
  }

  div#Seite {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;
    padding: 0;
    background: #ffffff url(hintergrund.gif) repeat-y;
    border: 2px ridge silver;
  }
div#header {
text-align: right;
	height: 125px;
	padding: 0px;
background-image: url(header_125.jpg);
}
div#strato {
position:relative; top:0px; right:0px; width:950px;
	line-height: 12px;
}
  div#Info {
    font-size: 0.9em;
    float: right; width: 160px;
	 height: auto;
    margin: 0; padding: 0;
	 border-bottom: 1px solid #c0c0c0;
	 border-left: 1px solid #c0c0c0;
	 background-color: #ffffff;
	 text-align: right;
  }
  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: 15px 165px;
    padding: 0 1em;
	 width: 560px;
  }
  * 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;
	 line-height: 40px;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #cc0000;
	 line-height: 40px;
  }
    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;
}
#spaltenbox{
	background: #cc0000;
	color: #FFFFFF;
	width: 157px;
	border: solid;
	border-width: 2px;
	border-color: #c0c0c0;
	padding: 5px;
	line-height: 15px;
	font-size: 8pt;
	-moz-border-radius:10px;
}
.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: #990000;
    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;
}