
/***********************************************************************/
/* FONTS                                                               */
/***********************************************************************/

body {
	font-family: Verdana, Arial, sans-serif;
}

div.navigation {
	font-size: 1.0em;
	font-weight: bold;
}

.title, .title_small {
	font-weight: normal;
	text-align: center;
	letter-spacing: .5em;
}

.title {
	font-size: 1.5em;
}

.title_small {
	font-size: .8em;
}

div.date {
}

div.date {
	text-align: right;
	font-size: .5em;
	letter-spacing: .2em;
}

p {
	text-align: justify;
	text-indent: 3em;
	font-size: .8em;
}

a {
	font-size: 1.0em;
}

table.gallery_index td.description h2 {
	font: normal 14pt Arial;

	/* ob ich das wirklich so haben möchte ist noch fraglich */
	/* padding: 0px;*/
	/* border: 0px solid white;*/
	/* margin: 0px;*/
	/* display: inline;*/
	/* float: left;*/
	/* line-height: 20px;*/
	/* /ob ich das wirklich so haben möchte ist noch fraglich */

}

div.footer {
	font-size: .5em;
	font-weight: bold;
	letter-spacing: .5em;
}

