
/* CONTAINER RONDOM GEHELE SITEMAP */
.tempsitemcontainer
{
	background-color: #FFFFFF;
	padding:2px;
}
.tempsitemicon
{
	background-image:url(../components/beeldmerk.gif);
	height:18px;
	width:18px;
	vertical-align:middle;
}
	
.tempsitemheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #2D8E6F;
	background-color: #F7F7F7;
}
.tempsiteminner{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #888888;
	cursor: pointer;
}



.tempsiteminner a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #ff9900;
	cursor: pointer;
}

.tempsitemheader a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #336666;
	cursor: pointer;
}


.tempsitemborder{
	border: solid 1px #EEEEEE;
}
.close_sitemap,.close_sitemap:link,.close_sitemap:visited
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:table;
	width:15px;
	height:15px;
	color:#FF9900;
	border:solid 1px #FF9900;
	background-color:#FFFFFF;
	margin-top:5px;
	text-align:center;
}
.close_sitemap:hover
{
	color:#FFFFFF;
	background-color:#FF9900;
}