  
	body 		{
				background-color: #FFCC66;
				}
  
	h1 			{
				color: #990000;
				background-color: #FC9804;
				}	
	a:link 		{
				color: blue;
				}
   
   a:visited  	{
				color: #660099;
				}
   
   a:hover		{
				color: orange;
				font-style: italic;
				}
				
	#h3-1		{
				color: red;
				}
				
	h3			{
				height: 20px;
				width: 200px;
				border: 1px solid
				border-width: thick;
				border-style: groove;
				border-color: red;
				}
	
	div.box		{
				height: 500px;
				width: 200px;
				border: 1px solid black;
				background: orange;
				}
	
	a			{
				text-decoration:none;
				}
	
	#gd{
				color: red;
				}
				
				.headline {
    color: #000099;
font-family: Arial, Helvetica, sans-serif;
      font-size: 14pt;
        font-weight: bold;
      font-style: normal;
     margin-top: 0px;
        margin-left: 0px;
      }
       
.mengentext{
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;

      }
 
.a:links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.a:visited {
     font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
        color: #000000;
font-weight: bold;
      font-style: normal ;
     text-decoration: none;
  }
.a:hover {
       font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
        color: #000000;
font-weight: bold;
      font-style: normal;
     text-decoration: none;
  }
.a:active {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
        color: #000000;
font-weight: bold;
      font-style: normal;
     text-decoration: none;
  }
  
.aktuell {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
        color: #000099;
font-weight: bold;
      font-style: normal;
     text-decoration: none;
  }


				
				
