div.header {
  width: 100%;
  height: 115px;
  background-color: #39425a;
	white-space: nowrap;
/*  margin-right: -17px;  */
}
    
div.foto {
  text-align: left; 
}

    
div.leftMenu {
  margin-left: 5px; 
}


a {
	font-family: arial, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img {
	border-width: 0;
}
img.foto {
	border: 5px solid #000000;
}

/* tree */
.tree img {
	vertical-align: text-bottom;
}

.tree .entry {
	margin-left: 16px;
	white-space: nowrap;
}

.tree .node {
	background-image: url(img/tree/vertline.gif);
	background-position: top left;
	background-repeat: repeat-y;
}