/* 	DLRG Deutsche Lebens-Rettungs-Gesellschaft e.V.
	Standard-Layout für WWW-Server: www.dlrg.de
	DLRG AK Internet, webmaster@dlrg.de
	sitemap.css - Version 1.00 - 05.10.2003
	
	Valide gemaess: [bedingt] kompatibel
	W3C/CSS2: IE5/6+,NN6/7+,OP6/7+,Konq5/6+,Moz1+,[MacIE5]
	Style-Sheet nicht ändern  */



/* ---------- sitemap ---------- */
.mapitem, .mapitem:hover, .mapitem:active, .mapitem:visited  {
	display:block;
	padding:1px 0px 1px 11px;
	color:#0072BC;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center left;  }
.mapitem:visited {
	color:#000000; }
.mapitem {
	background-image:url(../images/tag_top.gif); }
.mapsub .mapitem {
	background-image:url(../images/tag_sub.gif); }
.mapitem:hover {
	background-image:url(../images/tag_blue.gif); }			
.mapsub {
	margin:0px 0px 8px 32px; }
#sitemap {
	margin:6px 0px 12px 60px; }
