tr.grau {
	background : #4c4c4c;
	border : 0px;
}

tr.schwarz {
	background : black;
	border : 0px;
}

img.rand {
	border : 1px;
	border-style : solid;
	border-color : white;
	width : 23px;
	height : 23px;	
}

img.rand_schw {
	border : 1px;
	border-style : solid;
	border-color : black;
	width : 23px;
	height : 23px;	
}

img.norand {
	border : 0px;
	width : 25px;
	height : 25px;	
}

td.thumbs {
	text-align : none;
}

img.link {
	border : 0px;
}

FONT.Standard {
        font-size : 15px;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        color : white;
        vertical-align : super;
}

FONT.projekte {
        font-size : 13px;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        color : white;
}

A {
        color : white;
        text-decoration : none;
}

A:visited {
        color : white;
        text-decoration : none;
}

A:hover {
        color : white;
        text-decoration : none;
}

A:active {
        color : white;
        text-decoration : none;
        }

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  z-index: 24;
  font-style: italic;
  color: #0000ff; 
  }
  
a.tooltip:hover {
  color: #0000ff;
  z-index: 25; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 35px; 
  left: 0; 
  color: white; 
  border:1px solid #4c4c4c; 
  background: #4c4c4c;
  font: 15px Verdana, sans-serif; 
  text-align: center;
  }
