  /**********************************************************/
  /* CCS Sitemap Creator für den i-WebShop 1.8x             */
  /* Version 2.0.0 vom 09.05.2004                           */
  /* Copyright (c) 2004 by Comprehensive Computer Services  */
  /* Autor:   Jan-Christoph Ihrens                          */
  /* Web:     http://www.cc-services.de                     */
  /* Kontakt: info@cc-services.de                           */
  /**********************************************************/
  /* Datei:                                                 */
  /* sitemap_styles.css                                     */
  /*                                                        */
  /* Verzeichnis:                                           */
  /* /                                                      */
  /*                                                        */
  /* Kurzbeschreibung:                                      */
  /* CSS-Datei für die vom CCS Sitemap Creator erzeugten    */
  /* Sitemaps                                               */
  /**********************************************************/



body, p, td, th, div, form, blockquote, ul, ol, span {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h6, h5, h4, h3, h2, h1 {
	font-family : Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

a:link {
	color: #0000FF;
	/* font-weight: bold; */
	text-decoration: underline;
}
a:visited {
	color: #000099;
	/* font-weight: bold; */
	text-decoration: underline;
}
a:active {
	color: #6666FF;
	/* font-weight: bold; */
	text-decoration: underline;
}
a:hover {
	color: #CC0099;
	/* font-weight: bold; */
	text-decoration: underline;
}

th {
	text-align: left;
}

hr {
   color: #808080;
}

