table a
{
	color: #EEEEEE;
}

a.fakeBtn
{
	background-color: #69C2F0;
	text-decoration: none;
	color: white;
	padding: 9px;
}

div.innerInf ul
{
	margin: 0px;
}

div.pod-grey div.outerInf
{
	padding: 3px
}

div.pod-grey span:hover
{
	background-color: #eee;
}

.noSelectBg option
{
	background: none;
}

.noSelectBg option:active, .noSelectBg option:focus
{
	background: none;
}

/* POPUP - STYLES */
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:3;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:220px;
	width:408px;
	overflow:auto;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:10; /* modified from 2 */
	padding:12px;
	font-size:13px;
}

#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
}

/* etc */
span.note
{
	font-size: 10px;
	color: #808080;
}

div#isKem-container
{
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0px;
}

div#isKem
{
	border: 2px solid #004080;;
	background-color: #8080ff;
	color: #004080;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	font-variant: small-caps; /* nicht im Safari */
	font-size: 16px;
	width: 220px;
}

/* Tabelle Videokritiken & Abnahmehistorie */
table.small tr td, table.small tr th
{
	padding: 2px;
}

	table.small tr.spacer
	{
		background-color: #ffffff;
	}
	
		table.small tr.spacer td
		{
			border-left: 1px solid #ffffff;
			border-right: 1px solid #ffffff;
		}

