.list {
	height: 112px;
	width: 640px;
	background-image: url(../img/list_background.jpg);
	color: 333333;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.list .image-container {
    width:175px;
    height:112px;
    float: left;
}
.list h2 {
	margin: 0px;
	font-size: 13px;
	color: #3FA9D9;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 370px;
	float: left;
}
.list h2 a { color: #3FA9D9; }
.list .detail, .list .searchrequest_detail {
	float: left;
	width: 232px;
	height: 53px;
	/*font-size: 10px;*/
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-left: 1px;
}
.list .detail .location {
	font-size: 11px;
	line-height: 15px;
}

.list .price, .list .offererhead {
	width: 95px;
	float: left;
	text-align: right;
	color: #3FA9D9;
	font-weight: bold;
	font-size: 12px;
	padding-top: 12px;
}
.list .commands, .list .offerer, .list .placement {
	float: right;
	width: 146px;
	height: 47px;
	font-size: 9px;
	padding-top: 8px;
	padding-left: 10px;
}
/* overwrite .list img */
.list .commands  .button img {
	float: none;
	padding: 0;
}
.accordion-content h3 {
	color: #40A9D8;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


.input-search {
	width: 267px;
	background-image: url(../img/suche/form_277x21.gif);
	margin-top: 12px;
	height: 17px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.list-location {
	width: 124px;
	margin-top: 12px;
	height: 17px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.accordion-content #labelbutton {
	height: 21px;
	width: 96px;
	background-image: url(../img/suche/field_grey.gif);
	background-repeat: no-repeat;
}
#search_location {
	height: 92px;
}
.buttoncalendar {
	height: 19px;
	width: 71px;
	background-image: url(../img/suche/field_grey_calendar.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #7BD7FA;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	float: left;
}
.buttontext p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.criterion {
	float: left;
	width: 286px;
}
.criterion .buttontext img, .criterion .slider, .list p {
	padding-top: 18px;
	padding-right: 16px;
	padding-left: 1px;
	width: 171px;
}
.criterion .slider {
	padding-top: 0px;
}
#searchtext {
	width: 140px;
	float: left;
	height: 90px;
}

.criterion .buttontext img {
	padding: 0px;
	width: auto;
}
.buttonnormal {
	height: 19px;
	width: 96px;
	background-image: url(../img/suche/field_grey.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #7BD7FA;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-top: 2px;
	padding-top: 2px;
}
.buttonchoice {
	height: 19px;
	width: 90px;
	background-image: url(../img/suche/field_grey_dropdown.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #DDD;
	font-weight: bold;
	text-align: left;
	float: left;
	margin-top: 2px;
	padding-top: 2px;
	padding-left: 6px;
	cursor: pointer;
}

.buttonchoice .flag_required {
    color: #7BD7FA;
}
.choicetext {
	width: 182px;
	float: left;
	height: 18px;
	margin-right: 6px;
	padding-top: 6px;
	font-size: 11px;
	cursor: pointer;
}

.choicetext.wide {
    width: auto;
}

#show_placed_hide img, #show_placed_show img {
    margin-right: 5px;
}

#breadcrumb {
    float: left;
}


/* PAGINATOR */
#pager {
	padding-top: 7px;
	padding-left: 25px;
	padding-bottom: 4px;
	font-size: 10px;
	color: #666666;
	width: 305px;
	vertical-align: middle;
	float: left;
}
#pagerbottom {
    text-align: right;
    padding-left: 310px;
    padding-bottom: 17px;
    font-size: 10px;
    color: #666666;
    width: 460px;
    float: right;
    margin-top: -3px;
}

.paginator { font-size:10px; margin:0; display: inline; }
.paginator a:link, .paginator a:visited { padding:2px 6px; border:solid 1px #ccc; background:white; text-decoration:none; }
.paginator .end { border-width:2px !important; }
.paginator .this-page { padding:2px 6px; font-weight:bold; font-size:10px;  }
.paginator a:hover { color:white; background:#5b80b2; border-color:#036; }

