/****************************** siemens' new web appearance layout *****/
/****************************** Copyright (c) 2007-2009 Siemens AG *****/
/***********************************************************************/
/********************************************* CTC styles 15px/20px*****/
/***********************************************************************/
/************************************** 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: 15px;
	line-height: 20px;
}

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

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

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

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

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

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

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 4px;
}

/*Safari3 specific icon position*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	div.ctc a.link
	{
		background-position: 0 8px !important;
	}
	div.ctc div.right-content ul.link-list a
	{
		background-position: 0 8px;
	}
	
	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 3px;
	}
}