/* CSS Document */
.alb-fototabelle {                     /* The <table> that contains the title, the image and the comments in the right frame */
	font-size: 12px;
}
.alb-fototitel {                       /* The <td> containing the title in the right frame */
	text-align: left;
	padding-bottom: 10px;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: bold;
}
.alb-foto {                            /* The <td> containing the image (You could add background and padding for instance) */
	font-size: 12px;
}
.alb-kommentar {                       /* The <td> containing the comments */
	text-align: center;
	padding-bottom: 10px;
	font-size: 14px;
}
.alb-linkzurueck {                     /* The <td> containing the link to previous image (e.g. <--) */
	text-align: left;
}
.alb-linkvor {                         /* The <td> containing the link to next image (e.g. -->) */
	text-align: right;
}
.alb-inhalttabelle {                   /* The <td> in the left frame containing the <table> containing the table of contents */
	vertical-align: middle;
}
.alb-labels {						   /* The <td> in the left frame containing the table of contents */
	font-size: 10px;
}
