
	#content h1
	{
		margin: 0px;
		margin-bottom: 20px;
		padding: 0px;
		padding-top: 15px;
		padding-left: 16px;
		padding-bottom: 14px;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 2px;
		color: #505050;
		/*background-repeat: no-repeat;
		background-image: url('../pix/content_headline.jpg');*/
		/*background-color: #333333;*/
		border-bottom: 1px solid #808080;
	}

		#content h1 a
		{
			padding-left: 10px;
			font-size: 10px;
			letter-spacing: normal;
			color: #999999;
		}

			#content h1 a:hover
			{
				color: #606060;
			}


	#content p
	{
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}




	#content ul
	{
		margin-top: 5px;
		list-style-type: square;
	}

		#content ul li
		{
			margin-top: 2px;
			margin-bottom: 8px;
		}




	#content .red
	{
		color: #AF1F1F;
	}
