body, td, p, div {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	line-height: 16px;
/* 	letter-spacing: 1px; */
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #de1a2a;
}

a:hover {
	color: #7a7a7a;
}

a.pfeil {
	padding: 0 0 0 10px;
	background: url(/img/pfeil.png) no-repeat center left;
}

a.pfeil:hover {
	background: url(/img/pfeil_out.png) no-repeat center left;
}



#controller {display:none;}
#prevNext
{
/* margin-bottom: -2.5em; */

	position: absolute;
	/*
	top: 450px;
	left: 140px;
*/
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
padding-left: 10px;
}

#rightbox.p
{
margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}
