
/* Formatvorlage fuer sitemap.php */
p {
	text-align:		justify;
	font-family:	Arial, Helvetica, sans-serif;
}

p.right {
	text-align:right;
}

.h1 {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		1em;
 font-weight:		bold;
 text-decoration:	underline;
}

hr {
 border:			1px dotted #C0C0C0;
}

.fett {
 font-weight:		bold;
}

a {
 font-family:		Verdana, Arial;
 font-size:		1em;
 font-weight:		bold;
}

a:hover {
 font-weight:		bold;
}

.hinweis {
 font-size:		0.8em;
 color:			#808080;
}





table#tbl_sitemap {
 margin-left:		30px;
 font-size:		12px;
 font-family:		Verdana, Arial;
}

table#tbl_sitemap col#col1_tbl_sitemap {
 width:			50px;
}

table#tbl_sitemap col#col2_tbl_sitemap {
 width:			50px;
}



td.col2 {
 border-left:            1px dotted #000000;
}

span.size_kb {
 margin-left:		20px;
 font-size:		10px;
 color:		        #808080;
}

a.sitemap_link {
 font-size:		12px;
 font-family:		Verdana, Arial;
 text-decoration:	none;
 color:			#000000;
 font-weight:		normal;
}

a.sitemap_link:hover {
 text-decoration:	underline;
 color:			#800000;
 font-weight:		normal;
}