/* CSS Document */
body {
	margin: 0;
}

a:link {
	text-decoration: underline;
	color: #00F;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background:#FFF;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
body,td,th {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
}
.menu {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.anzahl {
	font-size: xx-small
}
.vorzurueck{
	font-size: smaller
}
.pfad{
	font-size: smaller
}
.ueberschrift {
	font-size: x-large;
	color: #BBBBBB;
}
.pixlie {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bild {
	border: 1px solid #333333;
}
