#main {
	position: relative;
	left: 50%;
	top: 20px;
	width: 760px;
	z-index: 1;
	margin-left: -380px;
	background-color: #F8F8F8;
	box-shadow: 5px 15px 16px #707070;
	padding-bottom: 50px;
}
body {
	background-color: #FFF;
	background-image: url(html/Bilder/Background.jpg);
}
#head {
	position: relative;
	width: 100%;
	height: 90px;
	z-index: 2;
	background-color: #D6D6D6;
	left: 0px;
	top: 0px;
	background-image: url(Bilder/header.jpg);
}
#Suche {
	width: 70%;
	color: #333;
}
#Kategorie {
	font-size: 14px;
}
#Suchen {
}
#Tabelle a {
	text-decoration: none;
	color: #000;
}
#Tabelle a:hover {
	text-decoration: underline;
}


#search {
	position: relative;
	left: 0px;
	top: 8px;
	width: 100%;
	height: 40px;
	z-index: 2;
}
#Tabelle {
	top: 10px;
	width: 95%;
	height: 100%;
	z-index: 2;
	position: relative;
	left: 10px;
}
h1 {
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
table {
	width: 100%;
	height: 120%;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
#Tabelle input {
	width: 200px;
}
#alphabet {
	position: relative;
	width: 100%;
}
#main #alphabet a {
	color: #999;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	letter-spacing: 14px;
	left: 10px;
	position: relative;
}
#main #alphabet a:hover {
	color: #333;
}
