body {
	background-image: url(Bilder/BG.gif);
	background-position: center 0%;
	background-repeat: repeat-y;
	font-family: 'Century Gothic', Arial, sans-serif;
	font-size: 12pt;
	margin: 0;
}
h1 {
	color: #f00;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid #f00;
}
h2 {
	color: #f00;
}
a {
	color: #000;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
#bild img {
	border: 1px solid #000;
}
#menu {
	width: 640px;
	margin: auto;
}
#nav {
	list-style-type: none;
	margin: auto;
	padding: 0 29px;
}
#nav li {
	width: 90px;
	float: left;
	display: block;
	background-image: url(Bilder/BG_Menu.gif);
	height: 32px;
	text-align: center;
	line-height: 2;
}
#nav li.homepages {
	width: 130px;
}
#nav li a {
	display: block;
}
#nav li:hover {
	background-image: url(Bilder/BG_Menu_.gif);
	line-height: 1.9;
}
#content {
	width: 560px;
	margin: 45px auto 0;
	padding: 10px;
	border: 1px solid #000;
	text-align: left;
	background-image: url(Bilder/Metall.jpg);
	background-position: center 0%;
	background-repeat: repeat-y;
	overflow: auto;
}
#icons {
	width: 560px;
	margin: auto;
	text-align: right;
	padding: 10px;
}
#icons img {
	border:0;
	width:88px;
	height:31px;
}
.floatright {
	display: inline;
	float: right;
	border: 1px solid #333;
}
table td {
	padding: 0 4px;
	border-bottom: 1px dotted #900;
}
.thumb {
}
.thumb:hover {
}
.thumb:after {
	content: " [B]";
}
.thumb span {
	visibility: hidden;
	position: absolute;
	padding: 2px;
	background: #111;
	color: #EEE;
	right: 50px;
}
.thumb:hover span {
	visibility: visible;
	margin: auto;
}