/* Nick v11 April 2006 */

/* ============================================================= */
body {
	margin: 15px;
	text-align : center;
	background-color : #868686;
}

/* ============================================================= */
/* Text */
h1 {
	font-size : 14px;
	margin-bottom : 6px;
	text-align : left;
	font-weight : bold;
	color : #333333;
}

h2 {
	font-size : 12px;
	margin-bottom : 4px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	color : #333333;
}

h3 {	/* Bildüberschriften */
	font-size : 14px;
	margin-bottom : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-weight : bold;
	color : #333333;
}

h4 {	/* Bildunterschriften */
	font-size : 11px;
	font-style : italic;
	text-align : center;
	font-weight : normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

div {		/* gewöhnlicher Text */
	text-align : left;
}

div.comment {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
	font-size : 11px;
	margin-top : 5px;
	font-style : italic;
}

div.citation {
	text-align: justify;
	margin-left: 80px;
	margin-right: 80px;
	font-size : 10px;
	margin-top : 15px;
	font-style : italic;
}

h1.comment {
	margin-left: 40px;
	margin-bottom : 3px;
	font-weight : bold;
	font-size : 11px;
	margin-top : 10px;
	font-style : italic;
	color : #666666;
}

/* ============================================================= */
/* Tabellen */

table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
}

td {
	background-color : #ececec;
}

td.top {		/* Zelle mit Bild */
	border: 1px solid #555555;
}

td.menu {			/* Menuzeile */
	background-color : #868686;
	padding-right: 15px;
	color : white;
}

td.content {	/* Inhalt */
	padding: 15px;
	border: 1px solid #555555;	
}

table.thumbs {	/* Tabelle, die die Thumbnails der Photos enthält */
	background-color : #aaaaaa;
}

table.thumbs td {
	text-align : center;
	vertical-align : middle;
	background-color : #ececec;
}

table.footer td {
	background-color : #868686;
	color : #ececec;
	font-size : 10px;
}

/* ============================================================= */
/* Links */
a:link, a:visited, a:active {
	text-decoration: none;
	color : #666666;
}

a:hover {
	text-decoration: underline;
	color : #666666;
}

/* Menu-Links */
td.menu a:link, td.menu a:visited, td.menu a:active {
	text-decoration: none;
	color : white;
}

td.menu a:hover {
	text-decoration: underline;
	color : white;
}

/* Menu Footer */
table.footer td a:link, table.footer td a:visited, table.footer td a:active {
	text-decoration: none;
	color : white;
}

table.footer td a:hover {
	text-decoration: underline;
	color : white;
}