@charset "UTF-8";

	#heading_slogan
	{
		color: rgb(11,83,149);
	}
	
	#heading_slogan > a > span
	{
		background: url("images/slogan_blue.png");
	}
	
	#heading_subtitle
	{
		color: rgb(2,48,62);
	}
	
	#heading_imprint td
	{
		color: rgb(8,55,99);
	}
	
	#heading_imprint td.imprint_title
	{
		color:	rgb(127,127,127)
				!important;
	}
	
	a,
	h1,
	h2,
	h3
	{
		color:	rgb(11,83,149)
				!important;
	}
	
	body > div.fullwrapper > ul li
	{
		text-transform: uppercase;
		color: rgb(235,91,3);
	}
	
	body > div.fullwrapper > ul li *
	{
		text-transform: none;
		color: black;
	}

