html, body, table {
	height: 100%;
	margin: 0px;
}

table {
	width: 100%;
}

body {
	background-color: #cccccc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.85em; 
	color: #000000;
}

h1 {
	text-align: center;
	font-size: 2em;
}

h2, h3 {
	margin: 0px 20px;
	font-size: 1.2em;
}

h3 {
	font-style: italic;
}

p {
	margin: 10px 20px;
}

p.thumbs {
	margin: 0px 10px 40px 10px;
}

p.nav {
	text-align: center;
	word-spacing: 2em;
	margin: 0px;
	font-weight: bold;
}

p.img {
	text-align: center;
}

p.remark {
	font-style: italic;
	font-size: 0.85em; 
}

p.story {
	font-style: italic;
}

p.val {
	margin-bottom: 40px;
}

.nichtlink {
	text-decoration: none;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:link {
	color: #0000E0;
}

a:visited {
	color: #000080;
}

a:hover {
	color: #E00000;
}

a:active {
	color: #E00000;
	text-decoration: underline;
}

a:focus {
	color: #00E000;
	text-decoration: underline;
}

img.t120x180 {
	width: 120px;
	height: 180px;
	margin: 10px 40px;
	border: 1px solid #000000;
	padding: 1px;
	background-color: #ffffff;
}

img.t180x120 {
	width: 180px;
	height: 120px;
	margin: 40px 10px;
	border: 1px solid #000000;
	padding: 1px;
	background-color: #ffffff;
}

img.f400x600 {
	width: 400px;
	height: 600px;
	margin-top: 4px;
	border: 1px solid #000000;
	padding: 1px;
	background-color: #ffffff;
}

img.f750x500 {
	width: 750px;
	height: 500px;
	margin-top: 4px;
	border: 1px solid #000000;
	padding: 1px;
	background-color: #ffffff;
}

