BODY {
	margin-left : 0px;
	margin-right : 0px;
	background-image:  url(pics/hinten.jpg);
	
}
A, TD, UL, P, PRE, SPAN{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}
UL{
	list-style-type: square;
}
A:LINK, A:VISITED {
	font-size : 12px;
	color : #660000;
	text-decoration: none;
	font-weight : bold;
}
A:HOVER{
	font-size : 12px;
	color : #CC9933;
	text-decoration: none;
	font-weight : bold;
}
H1 {
	font-size : 11px;
	color : #333333;
	text-decoration : none;
	text-transform: uppercase;
    font-weight: bold;
	font-variant: normal;

}
H2 {
	font-size : 11px;
	color : #660000;
	font-weight : bold;
	text-decoration : none;
	height: auto;
	text-transform: uppercase;
}
H3 {
	font-size : 11px;
	color : #006600;
	font-weight : bold;
	text-decoration : none;
	border: 1px solid #006600;
	text-align: center;
	height: auto;
	width: auto;
	text-transform: uppercase;

}
H4 {
	font-size : 13px;
	color : #CC9933;
	font-weight : bold;
	text-decoration : underline;
}
H5 {
	font-size : 12px;
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
span{
	color : #CC9900;
	font-weight : bold;
	text-decoration : none;
}
 ul#Navigation {
	margin: 0;
	padding: 2px;
	text-align: center;
	/*border: 1px solid #660000;
	background-color: #CCCCCC;*/
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0px; padding: 2px;
	
  }

  ul#Navigation a, ul#Navigation span {
    padding: 2px;
	margin: 0px;
    text-decoration: none; font-weight: bold;
	font-size : 10px;
	border: 1px solid;
	border-color:#CC9900;
	color:#003399
  }
  * html ul#Navigation a, * html ul#Navigation span {
    /*width: 1em;     nur fuer IE 5.0x erforderlich */
    /*w/idth: auto;   sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: #660000;
    color: #006633; 
  }
a.menu 	 {
	display:block;
	width:auto;
	height: auto;
	text-align:left;
	padding:2px;
	text-decoration:none;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;	
}

a.menu:link    {
				color: #333333;
				background-color:transparent;
				border: 1px solid #CC9900;
				font-size: 11px;
				font-weight: bold;				
				}
a.menu:visited  { 
				color: #333333; 
				background-color:transparent;
				border: 1px solid #CC9900; 
				font-size: 11px;
				font-weight: bold;
				}
a.menu:hover   { 
				color:#660000;	
				border: 1px solid #660000; 
				font-size: 11px;
				font-weight: bold;
				}
a[href$='.pdf'] {
				display:inline-block;
				padding-left:20px;
				line-height:18px;
				background:transparent url(pics/PDF.gif) center left no-repeat;
				}


