/****************************** siemens' new web appearance layout *****/
/****************************** Copyright (c) 2007-2009 Siemens AG *****/
/***********************************************************************/
/********************************************* CTC styles 13px/18px*****/
/***********************************************************************/
/************************************** author virtual identity AG *****/
/* $LastChangedDate: 2009-04-23 20:47:25 +0200 (Do, 23 Apr 2009) $ *****/

div.ctc caption,
div.ctc dl,
div.ctc h3,
div.ctc h4,
div.ctc h5,
div.ctc li,
div.ctc p,
div.ctc td,
div.ctc th,
div.ctc ul,
div.ctc div.contact-block h1,
div.ctc div.contact-block h2,
div.ctc div.contact-block h3
{
	font-size: 13px;
	line-height: 18px;
}

div.ctc p.caption,
div.ctc div.std-table p.table-footer
{
	font-size: 12px;
	line-height: 15px;
}

div.ctc div.left-content ul.bullet-list li
{
	background-position: 1px 10px;
}

div.ctc a.link
{
	background-position: 0 7px !important;
}

div.ctc div.right-content ul.link-list a
{
	background-position: 0 7px;
}

div.ctc ul.toc-list a
{
	background-position: 0 8px;
}

div.ctc a.email
{
	background-position: 0 4px;
}

div.ctc a.doc,
div.ctc a.file,
div.ctc a.gif,
div.ctc a.htm,
div.ctc a.image,
div.ctc a.jpg,
div.ctc a.movie,
div.ctc a.pdf,
div.ctc a.ppt,
div.ctc a.sound,
div.ctc a.tif,
div.ctc a.xls,
div.ctc a.zip
{
	background-position: 0 2px;
}

/*Safari3 specific icon position*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	div.ctc a.link
	{
		background-position: 0 6px !important;
	}

	div.ctc div.right-content ul.link-list a
	{
		background-position: 0 6px;
	}

	div.ctc a.email
	{
		background-position: 0 3px;
	}
	
	div.ctc a.doc,
	div.ctc a.file,
	div.ctc a.gif,
	div.ctc a.htm,
	div.ctc a.image,
	div.ctc a.jpg,
	div.ctc a.movie,
	div.ctc a.pdf,
	div.ctc a.ppt,
	div.ctc a.sound,
	div.ctc a.tif,
	div.ctc a.xls,
	div.ctc a.zip
	{
		background-position: 0 1px;
	}
}