/***********************************************************************
 * Project:	toazter.ch plain sites, content 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 
 **********************************************************************/

/***********************************************************************
 * Body defaults 
 **********************************************************************/
body
{
	width: 100%;
	background: #ffffff;
	margin: 0 auto;
	font-family: small lucida sans unicode, Helvetica, Arial, Sans-Serif;
}

/***********************************************************************
 * Default section
 **********************************************************************/
div#content
{
	/*margin: 1em 17em 1em 1.5em;*/
	margin: 1em 1em 1em 1.5em;
	/*float: left; wird dann mit seitenleiste benötigt, vorläufig weggelassen*/
	background: #ffffff;
	font-family: small lucida sans unicode, Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	overflow: hidden;
}

/***********************************************************************
 * Header section 
 **********************************************************************/
div#content h1
{
	font-weight: bold;
	color:#b8b2ac;
	margin:20px 0 10px 0;
	font-size: 1.4em;
}

div#content h2
{
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.1em;
}
 
/***********************************************************************
 * Link section 
 **********************************************************************/
div#content a
{
	color: #0000FF;
	text-decoration: none;
}

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

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

