body {
	margin: 0;
	color: black;
	background-color: #D5D5D5;
	font-family: Helvetica, Arial, sans-serif;}
img {
	border: 0;}
	
a:link {
	color: #4E4CAD;}
a:visited {
	color: #6D6CBB;}
a:hover {
  background-color:#FFFF55;}
a:active {
  color:red;}

#seite {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	border: 1px outset #a8a8a8;}
#kopf {
	text-align: center;}
#kopf h1 {
	font-size: 16px;}
#kopf p {
	font-size: 10px;}
#kopf a:hover img {
	background-color: white;}
	
#navigation {
	text-align: center;}
		
#thumbnails {
	margin: 10px;}
#thumbnails {
	width: 100%;}
#thumbnails td {
	padding: 10px;
	text-align: center;}

#fuss {
	text-align: center;
	font-size: 10px;}

#bild {
	width: 100%;
	text-align: center;}
#bild img {
	margin: 0 auto;
	padding: 15px;
	border: 1px solid black;}
