/* CSS Layout Definitionen */

/* Schriftdefinitionen */
*
	{
		font-family: Arial,sans-serif;
		font-size: 12pt;
		color: #000000;
	}

p.headline	
{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

/* Einstellungen für Links */
a
	{
		font-family: Arial,sans-serif;
		font-size: 11pt;
		color: #9b3c39;
		font-weight: bold;
		text-decoration: none;
	}
a:hover
	{
		color: #000000;
	}