body 
{
 font-family:Verdana;
 font-size:12px;
 background-color: #7D8CA2;
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#993333;margin-bottom:0px;}
h2 {font-size:16px;color:#993333;}
h3 {font-size:14px;color:#000000;}


  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;
    padding: 0;
    background: #ffffff;
    border: 2px ridge silver;
	 	 background-image: url(bg.jpg);
  }
div#header {
	height: 90px;
	padding: 0px;
	background-image: url(header1.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: #993333;
	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: #993333;
	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 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: #993333;
    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;
}
.zeile1 {
	background-color: #e4e4e4;
}
.zeile2 {
	background-color: #e4e4e4;
}

.ulmenue {
	position: relative;
	top: 0px;
	  width: 121px;
	list-style-type: none;
	margin-left: 1px;
	padding-left: 0px;
	border: 1px solid;
	border-color: #ffffff;
}
.ulmenue li a {
 color: black;
  width: 120;
  padding: 3px;
  padding-left: 5px;

  text-decoration: none;
  border-bottom: 1px solid #993333;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 
}
.ulmenue li a:visited {
  color: black;
}
.ulmenue li a:hover {
  color: white;
  background-color: #CC3333;
}

#content {
border:1px solid #efeff7;
background-color:#ffffff;
width:610px;
float:right;
padding:0px;
}

p  {
	font-size:8pt;
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   letter-spacing:0.0mm;
   word-spacing:0.0mm;
   color:#000000;
	text-align:justify;
	line-height: 20px;
}
p.small  {
	font-size: 8pt;
	line-height: 16px;
}
p.center  {
	text-align: center;
}