li {
	list-style: square;
	margin:0; 
	padding:0
}

.box {
	display:block;			
	margin:0 0 5px 0;
	padding:2px;
/*	width:100%;*/
	background-color:#ffffff;
	border:1px solid #c7c7c7;
}

.button {
	font: "Trebuchet MS";
	background-color: #ffffff;
   color: #000000;
	VERTICAL-ALIGN: middle;
	cursor: pointer;
	font-size: 11px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	}

/*
.header {
	font-weight: bold;
}

.rcolheader {
	font-weight: bold;
}

.rcolheadercontent {
	font-weight: bold;
}

.teaserheader {
	font-weight: bold;
}

a.menulink
{
 font-weight: bold;
}
a.menulink:visited
{
 font-weight: bold;
}

a.menulink:hover
{
 font-weight: bold;
}

a.menulink:active
{
 font-weight: bold;
 }

a.topmenulink
{
 font-weight: bold;
 }
 
a.topmenulink:visited
{
 font-weight: bold;
}

a.topmenulink:hover
{
 font-weight: bold;
}

a.topmenulink:active
{
 font-weight: bold;
}

/*	sitemap
*******************************************************************************/
ul.sitemap li {
	margin:10px 0;
}

ul.sitemap li ul li {
	margin:0;
}

ul.sitemap li a, 
ul.sitemap li a:link {
	display:block;
	padding:5px;
	color:#666;
	font-weight:bold;
}

ul.sitemap li ul li a, 
ul.sitemap li ul li a:link {
	margin:0;
	padding-left:74px;
	background:url(e.gif) 5px center no-repeat;
	font-weight:normal;
}

ul.sitemap li a:hover {
	color:#000;
	text-decoration:underline;
}
*/