body, div, td, input, select {
	font-size: 12pt;
	font-family: Verdana, sans-serif;
	color: #444;
	text-decoration: none;
	line-height: 16pt;
	background-color: #fefef6;
}
a, a:link, a:visited {
	font-weight: bold;
	color: #005d04;
	text-decoration: none;
}
h1, h1 a, h1 a:link, h1 a:visited {
	color: #222;
	font-size: 22pt;
	text-decoration: none;
}
h1 {
	padding-bottom: 10px;
}
a:hover, h1 a:hover {
	color: #c00;
}
input {
	background-color: #fff;
}
img {
	border: 0;
}
.step {
	display: none;
}
#main {
	margin: auto;
	padding-top: 20px;
	width: 500px;
}
#kugeln {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 0;
}

#copyright {
	float:left;
	font-size: 8pt;
	color: #aaa;
	padding-bottom: 20px;
	line-height: 12pt;
}
#copyright a {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
#copyright a:hover {
	color: #c00;
	text-decoration: none;
}
#search_results, #tell {
	width: 500px;
	height: 270px;
	overflow: auto;
	border: 1px solid #eee;
	padding: 4px;
	margin-bottom: 20px;
}

#items {
	position: absolute;
	right: 20px;
	top: 20px;
	margin: 0;
	width: 180px;
	height: 500px;
	border: 1px dotted #eee;
	padding: 4px;
	background-color: #fefef6;
	z-index: 2;
	overflow: auto;
	visibility: hidden;
	font-size: 8pt;
}
.items, .items a, .items td {
	font-size: 10pt;
}
#items td, #items a {
	font-size: 8pt;
}

