
body    {
        background-image:url(background.jpg); background-repeat:no-repeat;
        background-color:white;
        background-position:20px 0px;
        font-style:verdana;
        font-size:15px;
        color:black;
        
        }


a:link 		{
			color:black;
      text-decoration: none;
      
      }

a:visited	{
			color: black;
			}

a:hover 	{
      text-decoration: none;         /* Unterstreichung entfernen */
      color: black;
 			background-color: #ffffff;
			}

a:active 	{
			color: black;
			}

.left	{
		position: absolute;
    left: 36px;
    top: 230px;
    width: 130px;
		height: 450px;
		overflow: none;
}

.middle {
          position: absolute;
          left: 225px;
          top: 202px;
          width: 475px;
          padding: 10px;
          padding-top: 10px;
          overflow: none;
          background-color:#F1F4F8;
}

.right  {
          position: absolute;
          left: 770px;
          top: 202px;
          width: 250px;
          overflow: none;
          background-color:#F1F4F8
}

.content {
         font-family: Verdana;
         font-size: small;
         font-style: normal;



}



