/*
 * Area around the headlines on the top of the page
 */
.themeindexblock{
	padding:20px;
	font-weight:bold;
}

/*
 * The headlines in the headline area
 */
.linktopic{
	background:#f2f2aa;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
}

/*
 * Area around the links
 */
.themeblock{
	background:#f2f2f2;
	margin-bottom:10px;
	padding:20px;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
}

/*
 * Area around the links when mouse over
 */
.themeblock:hover{
	background:#f2f2aa;
}
.themeblock:hover .linkstopic{
	background:#e1e199;
}

/*
 * The headlines in the links area
 */
.linkstopic{
	background:#e1e1e1;
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	margin-left:-20px;
	margin-right:-20px;
	margin-top:-20px;
	margin-bottom:1.5em;
	padding:3px 20px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#aaaaaa;
	text-align:center;
}
.linkstopic a{text-decoration:none;}
.linkstopic a:hover{text-decoration:none;}
.linkstopic a:link{color:#000000;}
.linkstopic a:active{color:#000000;}
.linkstopic a:visited{color:#000000;}

/*
 * No hover for the headlines in the links area
 */
.linkstopic:hover{
	text-decoration:none;
}

/*
 * The subheadlines in the links area
 */
.linkssubtopic{
	color:#009900;
	font-weight:bold;
	padding:1em 0px;
}

.indent{
	position:relative;
	left:1em;
}
