/***********************************************************************
 * Project:	toazter.ch plain sites, TOC styles defintion
 * Author:	Roland Hostettler <r.hostettler@gmx.ch>
 * Date:	09-04-18
 * Version:	1.0
 *	
 * History
 * Author	Date		Changes
 * hr		09-04-18	Created, based upon the old template
 **********************************************************************/

/***********************************************************************
 * Color codes used:
 * #0000ff - standard blue
 * #cccfe3 - light blue
 * #8990c2 - little darker blue 
 **********************************************************************/

/***********************************************************************
 * Default section
 **********************************************************************/
div#toc
{
	margin: 1em auto;
	float: right;
	width: 16em;
	clear: both;
	border: 1px #8990c2 dashed;
	border-right: none;
	text-align: left;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
}

/***********************************************************************
 * Paragraph section
 **********************************************************************/
div#toc p
{
	margin: .1em;
}

/***********************************************************************
 * Header section
 **********************************************************************/
div#toc h1
{
	margin: .2em;
	font-size: 1em;
}

/***********************************************************************
 * Link section
 **********************************************************************/
div#toc a
{
	color: #0000FF;
	text-decoration: none;
}

div#toc a:hover
{
	color: #0000FF;
	text-decoration: underline;
	background: #cccfe3;
}

/***********************************************************************
 * List section (used for link list) 
 **********************************************************************/
div#toc ul
{
	margin: 0;
	padding-left: 1.5em;	
	text-align: left;
}

/***********************************************************************
 * EOF
 **********************************************************************/
 
