table.pagelist {
	margin-top: 1px;
	margin-bottom: 5px;
	height: 25px;
}

table.pagelist td {
	color: #666;
	padding-top: 4px;
}

table.pagelist a {
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
}

table.pagelist a.currentpage {
	background-color: #bbb;
	color: white;
	border: 1px solid #bbb;	
	font-weight: bold;
}

table.pagelist a:hover.currentpage {
	color: white;
}

table.pagelist a.linkedpage {
	color: #333;
	border: 1px solid #bbb;	
}

table.pagelist a:hover.linkedpage {
	color: white;
	background-color: #eee;
}

table.anfrageformular {
	width: 100%;
}

table.anfrageformular td {
	padding: 3px;
}

table.anfrageformular td#afleft {
	text-align: right;
	vertical-align: middle;
}

table.anfrageformular input {
	font-size: 12px;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

table.anfrageformular textarea {
	font-size: 12px;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

table.anfrageformular input#submitter {
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background: #e0e0e0;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 4px;
	width: 200px;
}

table.home_bestseller {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-collapse: collapse;
}

table.home_bestseller thead td {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #f0f0f0;
	padding: 3px;
}	

table.home_bestseller td {
	padding: 1px;
}	

table.home_neuebuecher {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-collapse: collapse;
}	

table.home_neuebuecher thead td {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #f0f0f0;
	padding: 3px;
}	

table.home_neuebuecher td {
	padding: 1px;
}


