/* CSS Document */


div.fh_im24_project_listProjectWrapper {
/*width:100%;*/
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #ccc;
}

div.listprojectswrapper table {
	border-collapse:collapse;

}

div.listprojectswrapper table td{
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	vertical-align:middle;
	padding:5px;	
	}

div.listprojectswrapper table td h1, 
div.listprojectswrapper table td a,
div.listprojectswrapper table td span.grey {
	margin:0;
	padding:0;
	font-size:10px;
}

div.listprojectswrapper table td.objecttitle {
	width:240px;
} 


div.listprojectswrapper table td a {
	text-transform:uppercase;
}

div.listprojectswrapper table td.noBorderRight {
	border-right:0;
}	

div.listprojectswrapper table td span.grey {
	color:#333333 !important;
}

div.listprojectswrapper table tr.uneven td{ 
	background-color:#FFFFFF;
}
	
div.listprojectswrapper table tr.even td{ 
	background-color:#CCDEBC;
}	
	

div.listprojectswrapper {
clear:both;

}

.hoverbox {
  position: relative;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: relative;
	top: -33px;
	left: -45px;
	z-index: 1;
}


div.fh_im24_project_listImage {
margin-right:15px;
height:117px;
width:170px;
overflow:hidden;
}

div.fh_im24_project_listProjectWrapper td {
vertical-align:bottom;
}

div.fh_im24_project_listMoreButton {
margin-top:4px;
}

div.fh_im24_project_listMoreButton a, a#fh_im24_project_contactButton, .fh_im24_project_backButton a{
text-transform:uppercase;
outline:none;
}

a#fh_im24_project_contactButton {
padding-left:14px;
}

div#fh_im24_project_singleContact {
  
}

div#fh_im24_project_singleContact div.fh_im24_project_singleContactName {
margin-top:15px;
}

div#fh_im24_project_singleContact div {
margin-top:5px;
}

.fh_im24_project_contactButtonInAct {
background:url("plus.gif") no-repeat center left;
}

.fh_im24_project_contactButtonAct {
background:url("plus.gif") no-repeat center left;
}

div#mainInfo {

}

div.fh_im24_project_trip_title h1 {
color:#666;
font-weight:normal;
}

div.fh_im24_project_trip_more {
margin-left:15px;
}

div.fh_im24_project_trip_more a {
text-transform:uppercase;
}

div.fh_im24_project_trip_title {
margin:10px 5px 2px 15px;
}


/* single view css */
div.fh_im24_project_singleBlockWrapper {
margin-top:15px;
}

div#fh_im24_project_contactWrapper {
margin-top:0;
}

div.fh_im24_project_singleBlockWrapper h2 {
color:#666;
line-height:100%;
}

div.fh_im24_project_singleBlockWrapper h2, div.fh_im24_project_singleBlockWrapper p,
div.fh_im24_project_singleBlockWrapper h1
 {
margin:0 !important;
padding:0 !important;
}

div.fh_im24_project_singleInfoItemWrapper {
margin-top:15px;
}

div.fh_im24_project_singlePrevNextWrapper {
margin-top:10px;
color:#999;
width:100%;
text-align:center;
}


div.fh_im24_project_singlePrevNextWrapper a {  
outline:none;
}

/* formate für die AJAX-Suche */

label.fh_im24_project_immoSearchLabel {
margin-top:5px;
}


form#search_immoData input, form#search_immoData select {
margin:0;
padding:0;
}

form#search_immoData h1 {
margin:0;
padding:0;
}

form#search_immoData select, form#search_immoData input, label.fh_im24_project_immoSearchLabel {
width:97%;
display:block;
}

div#fh_im24_project_loading {
background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('spinner.gif');
	height:20px;
	width:80%;
	
}

div.news-list-browse div.tx-ttnews-browsebox td.pageWrapActive a {
background-color:#931202;
padding:3px;
color:#fff !important;
}

div.news-list-browse {
margin-bottom:10px;
text-align:left
width:100%;
clear:both;
}


input.submitClass {
background:url("submit_background.gif") repeat-x top left;
color:#fff;
}


form#search_immoData div.fh_im24_project_immoSearchLabel_min_max {
float:right;
width:270px;
}

form#search_immoData div.fh_im24_project_immoSearchLabel_min_max input{
width:100%;
}

form#search_immoData div.fh_im24_project_from_to {
width:40px;
float:left;
display:block;
background-color:red;
}

form#search_immoData  div.fh_im24_project_immoSearchLabel_min_max_wrapper {
clear:both;
}


/*
* Contact Form
*/

.contactForm input, .contactForm select, .contactForm textarea {
width:120px;
}

.contactForm form {
margin:0;
padding:0;
}

.contactForm{
	padding:3px ;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
}
.contactFormHeader{	
	
	margin: 5px 0 10px 0;
}
.contactFormHeaderExpose {
background-color:#CCCCCC;
height:20px;
padding:0 0 0 4px;
}

.contactFormHeaderExpose h1{
margin-top:3px;
color:#9D2A1B;
}



.contactForm th{
	font-weight: normal;
	text-align:left;
}
.contactForm th,td{
	padding: 0 0 5px 0;
}
.contactMessage{
	margin: 10px 0;
	color:#931202;	
}

div.errorMessage {
color:#9D2A1B !important;
}
