/***********************************************************************
 * Project:	toazter.ch plain sites, footer 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#footer
{
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-top: 1px #8990c2 dashed;
	text-align: center;
}

/***********************************************************************
 * Paragraph section
 **********************************************************************/
div#footer p
{
	margin: .1em;
	font-size: .7em;
}

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

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

div#footer a:hover.imlink
{
	text-decoration: none;
	background: #FFFFFF;
}

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

