/***********************************************************************
 * Project:	toazter.ch homepage - footer style
 * Author:	Roland Hostettler <r.hostettler@gmx.ch>
 * Date:	2009-04-10
 * Version:	2.0
 *	
 * History
 * Author	Date		Changes
 * hr		06-03-28	Created
 * hr		09-04-10	Update for slightly modified toazter.v2 style
 **********************************************************************/

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

/***********************************************************************
 * Default section
 **********************************************************************/
div#footer
{
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-top: 1px #8990c2 dashed;
	text-align: center;
}

/***********************************************************************
 * Paragraph section
 **********************************************************************/
div#footer p
{
	margin: .2em;
	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 img
{
	border: 0;
	text-decoration: none;
	background: #FFFFFF;
}

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

