#press {
	list-style-image: url(/img/pfeil.png);
	padding-left: 1em;
	font-weight: bold;
	color: #666;
}

#press ul {
	list-style-image: url(/img/pfeilGray.png);
	padding-left: 1em;
	font-weight: normal;
	font-size: 0.8em;
}

#press ul li {
line-height: 2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#pressRefer {
	list-style-image: url(/img/pfeil.png);
	padding-left: 1em;
	font-weight: bold;
	color: #666;
}

#pressRefer ul{
	list-style-image: url(/img/pfeilGray.png);
	padding-left: 1em;
	font-weight: normal;
	font-size: 0.8em;
}


#pressRefer ul li{
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#pressRefer ul li a{
	text-decoration: underline;
}

.icon{
	width: 26px;
	height: 26px;
	padding-left: 0.5em;
}


/* ie7 fix*/
*+html #press {
	list-style-image: none;
	list-style: none;
	background-image: url(/img/pfeil.png);
	background-repeat: no-repeat;
	background-position-y: 1.1em;
}

*+html #press ul {
	padding-left: 0em;
}

*+html #press ul li {
	list-style-image: none;
	list-style: none;
	background-image: url(/img/pfeilGray.png);
	background-repeat: no-repeat;
	background-position-y: 1.2em;
	padding-left: 1em;
}

*+html #pressRefer {
	list-style-image: none;
	list-style: none;
	background-image: url(/img/pfeil.png);
	background-repeat: no-repeat;
	background-position-y: 1.1em;
}

*+html #pressRefer ul {
	padding-left: 0em;
}

*+html #pressRefer ul li {
	list-style-image: none;
	list-style: none;
	background-image: url(/img/pfeilGray.png);
	background-repeat: no-repeat;
	background-position-y: 1.2em;
	padding-left: 1em;
}