@charset "ISO-8859-1";

html,body { /* the margins to the browser edge */
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	/* default: no borders or padding */
	padding: 0;
	border: none;
	/* small sans-serif font */
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	/* text color is black, bg-color is white */
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border: none;
	height: 100%;
}

a:link {
	color: rgb(85, 85, 85);
}

a:visited {
	color: rgb(153, 153, 153);
}

.exhibitionImage {
	margin-bottom: 1em;
}

.exhibitionDescTable {
	margin: 0;
	border: none;
	padding: 0;
	width: 800px;
}

.exhibitionDescTableContent { /* top right bottom left */
	padding: 5px 10px 15px 0px;
}

.slideShowNavigationTable {
	margin-top: 1em;
	border: none;
}

.slideShowNavigationTableContent { /* top right bottom left */
	padding: 0px 30px 0px 0px;
}

.contactTable {
	margin: 0;
	border: none;
}

.contactTableContent { /* top right bottom left */
	padding: 5px 10px 5px 0px;
}

.bibTable {
	margin: 0;
	border: none;
}

.bibTableContent { /* top right bottom left */
	padding: 5px 10px 15px 0px;
}

.vitaTable {
	margin: 1.2em 0 0 0;
	border: none;
	width: 800px;
	font-size:x-small;
}

.vitaTableYearHeader { /* top right bottom left */
	/* padding: 5px 10px 5px 0px; */
	padding: 1ex 2ex 1px 0ex;
	vertical-align: top;
	width: 10%;
}

.vitaTableLongContentHeader { /* top right bottom left */
	/* padding: 5px 10px 5px 0px; */
	padding: 1ex 2ex 1px 0ex;
	text-align: left;
	vertical-align: top;
	width: 90%;
}

.vitaTableShortContentHeader { /* top right bottom left */
	/* padding: 5px 10px 5px 0px; */
	padding: 1ex 2ex 1px 0ex;
	text-align: left;
	vertical-align: top;
	width: 30%;
}

.vitaTableContent { /* top right bottom left */
	/* padding: 5px 10px 5px 0px; */
	padding: 1ex 2ex 1px 0ex;
	text-align: left;
	vertical-align: top;
}

/* all this applies to the footer */
table.footer {
	/* this keeps the footer 6 lines from the lowest content */
	/* padding-top: 6em; ging im IE nicht!!! deswegen jetzt margin-top */
	margin-top: 6em;
}

td.footer { /* 2 characters in between menu options */
	padding-right: 2em;
}

#copyrightFormat {
	padding-top: 1em;
	color: rgb(170, 170, 170);
}

