div.voting {
	width:100px;
	height:13px;
    border:#000000 solid 1px;
    text-align:left;
}
div.voting div {
	height:100%;
	width:100%;
	background-color:#E9E9E9;
	background-image: url("../../images/bg/not-voted.gif");
	background-repeat: repeat-x;
    background-position: top;
}
div.voting div.high-voted {
	background-color:#00BB00;
	background-image: url("../../images/bg/high-voted.gif");
}
div.voting div.medium-voted {
	background-color:#E5B701;
	background-image: url("../../images/bg/medium-voted.gif");
}
div.voting div.low-voted {
	background-color:#FF0000;
	background-image: url("../../images/bg/low-voted.gif");
}
a#submit {
	text-align:left;
	margin:1em auto;
	width:320px;
	font-weight:bold;
	font-size:1.1em;
	display:block;
	line-height: 40px; /* Image-Height */
	padding-left:50px;
	background:transparent url("../../images/icons/btn-2.gif") 0 0 no-repeat;
}
a#submit:hover {
	background-position:0 -49px;
}
div#change-searchparams {
	width:90%;
	margin:1em auto;
	text-align:left;
}
div#change-searchparams a {
	width:190px;
	display:block;
	line-height: 22px; /* Image-Height */
	padding-left:30px;
	background:transparent url("../../images/icons/lupe.gif") 0 0 no-repeat;
}
div#change-searchparams a:hover {
	background-position:0 -34px;
}
ul#breadcrumbs {
   	width:730px;
}
