/************************************** NomosShop layout *****/
/********************** Copyright (c) 2008 Nomos Verlag *****/
/************************************************************/
/************************************ styles (printers) *****/
/************************************************************/
/*************************** author virtual identity AG *****/
/****************************** last updated 2008-07-28 *****/
/***********************************************************************/
/* START: general styles                                               */
body
{
	font-size: 75%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, caption, th, td, label, a, span
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

a
{
	text-decoration: underline;
}

img
{
	border: none;
}
/* END: general styles                                                 */
/***********************************************************************/
/***********************************************************************/
/* START: hide functional blogs                                        */
div#generic-nav-zone,
div.services-nav-zone,
div#search-bar,
div#nav-zone,
li.top-of-page
{
	display: none;
}
/* END: hide functional blogs                                          */
/***********************************************************************/

/* hide contact info on customer service page */
div.customerservice-form div.section
{
	display: none;	
}