body						{
						background: none;
						font-family: Verdana, Helvetica, Arial, sans-serif;
						font-size: 12px;
						}

#content					{
						width: auto;
						}

#footer					{
						margin-top: 50px;
						line-height: 2em;

						font-weight: bold;
						text-align: center;

						background: #eeeeee;
						}

#finish .box_top				{
						margin-top : 30px;
						font-weight : bold;
						}
						
#finish #footer {
						display:none;
}


/* Ausgeblendete Bereiche */
#navigation_left, #navigation_right, #header, a.zoom, a.print, a.recommend, a.button.cart, div.Navigation, div.order_top, div.printpage, #finish .box_top a, #finish .order_bottom, #finish .order_information	{
						display: none;
						}


/* Kategorieuebersicht */
#category_folder .box_top		{
						line-height: 2em;
						}

#category_folder .box_middle	{
						display: none;
						}


/* Tabellen */
table						{
						width: 100%;
						margin: 10px;
						}

table th					{
						font-weight: bold;
						border-bottom: 1px solid #bbbbbb;
						}

table td					{
						padding: 3px;
						border-bottom: 1px solid #dddddd;
						}


/* Links und Erklaerungen */
a, a:visited				{
						color: #000000;
						}

a:after, a:visited:after		{
						color: #cccccc;
						content: " ["attr(href)"] ";
						}

abbr:after, acronym:after		{
						content: " ("attr(title)") ";
						}
