/*--- DAS GESAMTE DING---*/
#filterbox {
	position: absolute;
	top: 100px;
	left: 680px;
	width: 32%;
	height: auto;
	visibility: hidden;
}
/*--- --- ALLE ROLL OVERS---*/
#filterbox a {
	color: black;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	background-color: white;

}
#filterbox a:hover {
	width: 100%;
	color: white;
	background-color: #FF2D00;
	border: none;
}


/*--- HEADLINE: ERSTE ZEILE---*/
.f_head {
	padding-top: 5px;
	height: 15px;
	border-top: 1px solid black;
	background-image: url(../img/filter/pfeil45.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.f_head, .f_tools {
	height: 20px;
	width:100%;
	color: black;
	background-color: white;
}


/*--- TOOLS SIND DIE FILTER A-Z/DATE/TOPTEN ---*/
.f_tools {
	position: absolute;
	top: 21px;
	left: 0px;
	height: 75px;
	width: 300px;
	text-align: right;
}
.f_tools a {
	background-image: url(../img/filter/marker_ver.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.f_tools a:hover {
	background-image: url(../img/filter/marker_ver_white.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/*--- --- DIE TOOLS IM EINZELNEN ---*/
.ft_01, .ft_02, .ft_03 {
	position: absolute;
	width: 100px;
	height: 100%;
	top: 0px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-color: #FF2D00;

}
.ft_01 {
	left: 0px;
}
.ft_02 {
	left: 101px;
}
.ft_03 {
	left: 202px;
}


/*--- DIE BEIDEN PROZENTANGABEN---*/
.percent1, .percent2 {
	position: absolute;
	top: 21px;
	right: 0px;
	width: 100%;
	height: auto;
	text-align: right;
	z-index: 2;
	background-image: url(../img/filter/line.gif);
	background-repeat: repeat-x;
	background-position: top right;
}
.percent2 {
	top: 97px;
}


/*--- HEADLINES IN ORANGE UND SCHWARZ---*/
.filterhead {
	color: black;
	background-color: white;
	padding-left: 5px;
}
.filterhead2 {
	color: white;
	background-color: #FF2D00;
}


/*--- OPEN/CLOSE-KNOPF ---*/
#var1, #varclose {
	position: absolute;
	top: 100px;
	right: 0%;
	height: auto;
	width: auto;
	z-index: 22;
}
#varclose {
	visibiltity: hidden;
}


/*--- DER BEREICH FÜR DIE KATEGORIEN (SCREEN BIS DVD) ---*/
#filters {
	position: absolute;
	top: 97px;
	left: 0px;
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-color: white;
}

#filters a {
	background-image: url(../img/filter/marker_hor.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#filters a:hover {
	background-image: url(../img/filter/marker_hor_white.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}
/*--- --- DIE FILTER IM EINZELNEN ---*/
.f_screen, .f_print, .f_id, .f_code, .f_dvd,.f_anm{
	position: relative;
	display: block;
	border-top: 1px solid black;
	text-align: left;
	left: 0px;
	height: 74px;
	background-image: url(../img/filter/minicorner.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FF2D00;
	overflow: hidden;
}

/*--- SORGT DAFÜR DASS DIE ICONS RECHTS OBEN BLEIBEN ---*/
.f_screen img, .f_print img, .f_id img, .f_code img, .f_dvd img, .f_anm img{
	position: absolute;
	top: 0px;
	right: 0px;
}








