/* titel */

div.heading {
  height: auto;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 42px;
	padding-bottom: 35px;
}

.heading h2 {
	font-size: 2em;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
  /* letter-spacing: -0.05em; */
  font-weight: normal;
}

.title h2 {
	padding-left: 20px;
	padding-top: 4px;
}

.title a {
	color: #000 !important;
	text-decoration: none !important;
}

.sublv1 {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-top: 0px;
}

.sublv2 {
	padding-left: 40px;
	padding-right: 20px;
}

/* lists */

.sitemaplist {
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	list-style: none;
}

.sitemaplist ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0px;
	padding-left: 0;
}

.sitemaplist li {
	list-style-type: none;
	list-style-image: none;
}

/* column1 */

#column1 {
	width: 190px;
	height: inherit;
	float: left;
	padding-left: 20px;
}

#column1 .title {
	display: block;
	height: 26px;
	width: 190px;
	background: url(../gfx/sitemap_bg1.gif) no-repeat;
}

#column1 a {
	color: #0056a8;
}

/* column2 */

#column2 {
	width: 190px;
	float: left;
	color: #666666;
}

#column2 .title {
	display: block;
	height: 26px;
	width: 190px;
	background: url(../gfx/sitemap_bg2.gif) no-repeat;
}

#column2 a {
	color: #000;
}

/* column3 */

#column3 {
	width: 190px;
	float: left;
	color: #666666;
}

#column3 .title {
	display: block;
	height: 26px;
	width: 190px;
	background: url(../gfx/sitemap_bg2.gif) no-repeat;
}

#column3 a {
	color: #db0209;
}

/* column4 */

#column4 {
	width: 190px;
	float: left;
	color: #666666;
}

#column4 .title {
	display: block;
	height: 26px;
	width: 190px;
	background: url(../gfx/sitemap_bg2.gif) no-repeat;
}

#column4 a {
	color: #7e735f;
}

/* column5 */

#column5 {
	width: 190px;
	padding-right: 20px;
	float: left;
	color: #666666;
}

#column5 .title {
	display: block;
	height: 26px;
	width: 190px;
	background: url(../gfx/sitemap_bg3.gif) no-repeat;
}

#column5 a {
	color: #497f36;
}

