.name {
    font-weight: bold;
    color: white;
  }

td.bild {
    margin : 0 0 0 10px;
    border-style : ridge none ridge ridge;
    border-top-color : aliceblue;
    border-bottom-color : aliceblue;
    border-left-color : aliceblue;
  }

td.name {
    margin : 5px 10px 5px 5px;
    border-style : ridge ridge ridge none;
    border-top-color : aliceblue;
    border-right-color : aliceblue;
    border-bottom-color : aliceblue;
  }

td.titel {
    font : bold 16pt arial,sans;
  }
/*
tr.link {
    border-top-color : aliceblue;
    border-bottom-color : aliceblue;
    border-left-color : aliceblue;
    height : 2cm;
    vertical-align : middle;
  }
*/
/*
a	{
		    font :  12pt arial,sans;
 
  }
*/
/*
a:focus {

		    font :  13pt arial,sans;
 */
  }
/*
a:link {
		font :  13pt arial,sans;
    outline : yellow;
    color: white;
    text-decoration : underline;
  }
*/
/*
a:visible {
	    color : black;	
  }

a:visited {

    color : black;
  }

a:hover{
    background : white;

    outline : blue;
    color : black;
    text-decoration : none;
}
*/
