/* Main CSS */
/* Vordergrundfarben */
/*********************/
	a:link
		{color:#C16800;}

	a:visited
		{color:#975100;}

	a:hover, a:active
		{color:#7884CA;}

	a:link.navi
		{color:#7884CA;}

	a:visited.navi
		{color:#7884CA;}

	a:hover.navi, a:active.navi
		{color:#C16800;}

/* Schriftgroessen */
/*******************/
    h1
		{font-size:1.4em;}

	h2
		{font-size:1.2em;}

	h3
		{font-size:1.1em;}

	a.navi, .naviakt, h3, p, .text, body, .tt
		{font-size:1em;}

	.xl
		{font-size:1.4em;}

	.xsm, small
		{font-size:0.8em;}

	.tt, tt, .sm
		{font-size:0.9em;}

/* Schriftfamilien */
/*******************/
	h1, h2, h3, p, .xsm, .text, body, td, small, strong
		{font-family:"Arial","Helvetica",sans serif;}

	.tt, tt
		{font-family:"Courier New",Courier,monospace;}

	option, .smform, .naviselect, .submit
		{font-family:"Arial","Helvetica",sans-serif;}
	
	.navi
		{font-family:"Arial","Helvetica",sans serif; text-decoration:none;}

/* Hintergrundfarben  */
/**********************/

	.blue {background-color:#AFAD92;}
	.ldown {background-color:#C1C8CA;}
	.lblue {background-color:#AFAD92;}
	.ldblue {background-color:#4E566E;}
	.lbrown {background-color:#334850;}
	.brown {background-color:#E5D8AE;}

/* sonstige Attribute */
/**********************/

	body, p, .xsm, .text, .ssbc, td, th, .sbg, .tt {color:#334850;}
	.sbrown {color:#A39588;}

	strong
		{font-weight:bold;}

	a, a.copy
		{text-decoration:underline;}

  /* margin */
	h2, h3, .nop, form, smform
		{margin-bottom:0px;margin-top:0px;}

	h1
		{margin-bottom:0.5em;margin-top:0px;}

  /* margin */
	p
		{margin-top:0px;}

	body
		{margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:10px;}
	
  /* padding */
	body
		{padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:10px;}
  
  /* form Blockunterbindung */
  h2, h3, .nop, form, .smform
  		{display:inline;}

/*********************/
/* end of start.css */
/*********************/
