/* ################   Hyperlinks   ################  */
	a,
	a:link,
	a:visited
	{
		color:#993333;
	}
	a:hover,
	a:active,
	a:focus
	{
		color:#993333;
	}



/* ################   Content   ################  */
	/* --- Content - Positionen/Startseite ---- */
	.column1,
	.column2
	{
/*	         border-left:1px solid #993333;*/
	}
	.cols2
	{
	         border-left:1px solid #993333;
	}
	.cols3
	{
	         border-left:1px solid #993333;
	}
	.article_row .column1 h2.contentheading,
	.article_row .column2 h2.contentheading
	{
	         background:#993333;
	         color:#cc9999;
	}

	/* --- Content - Bilder --- */
	.img_caption
	{
		background:#993333;
		color:#cc9999;
	}

	/* --- Content - Tabellen --- */
	#content table thead tr
	{
		background-color:#993333;
		color:#cc9999;
		border:1px solid #993333;
	}
	#content table thead tr a,
	#content table thead tr a:link,
	#content table thead tr a:visited
	{
		color:#cc9999;
	}
	#content table thead tr a:hover,
	#content table thead tr a:active,
	#content table thead tr a:focus
	{
		color:#cc9999;
	}
	#content table tbody tr
	{
		border:1px solid #993333;
	}
	#content table tbody tr td.date
	{
		border-left:1px solid #993333;
	}
	#content table tbody tr td.border_left
	{
		border-left:1px solid #993333;
	}
	#content table tbody tr td.border_right
	{
		border-right:1px solid #993333;
	}

	/* --- Content - Sonstiges --- */
	.green_bg
	{
		background-color:#993333;
	}








