/* CSS für spezielle Fälle - von M.K. */


/* Startbuttons Miet- und Kaufobjekte */

	
#DIV_Startbutton {
	width:100%;
	/*padding-top:40px;*/
	}
		
	
#DIV_Startbutton_Mietobjekte {
display:block;	
background-color:#F5DFDB;
border-radius: 5px;
width:47%;
text-align:center;
float:left;
}

#DIV_Startbutton_Mietobjekte:hover {
	background-color:#E8E8E8;
}


#DIV_Startbutton_Mietobjekte a {
display:block;	
padding-top: 15px;
/*padding-left: 20px;*/
padding-right: 15px;
padding-bottom: 15px;
height:100%;
width:100%;
}



#DIV_Startbutton_Abstand {
background-color:none;
width:4%;
float:left;
height:50px;
}

#DIV_Startbutton_Kaufobjekte {
display:block;	
background-color:#F5DFDB;
border-radius: 5px;
width:47%;
text-align:center;
float:left;
margin-bottom:35px;
}

#DIV_Startbutton_Kaufobjekte:hover {
	background-color:#E8E8E8;
}

#DIV_Startbutton_Kaufobjekte a {
display:block;	
padding-top: 15px;
/*padding-left: 20px;*/
padding-right: 15px;
padding-bottom: 15px;
height:100%;
width:100%;
}



@media (max-width: 1127px) {
#DIV_Startbutton_Mietobjekte {
width:99%;
}


#DIV_Startbutton_Abstand {
display:none;
}

#DIV_Startbutton_Kaufobjekte {
width:99%;
margin-top:20px;
}
	
}












/* Buttons auf Startseite für Telefon, E-Mail, Lageplan */

#Startseite_Button {

	width:100%;

	clear:both;

	
	}

#SECTION_Telefon {
	margin-top:0px;
	}

#Startseite_Button_Mail,
#Startseite_Button_Telefon,
#Startseite_Button_Map {
	background-color:#FFFFFF;
	background-position:right;
	background-repeat:no-repeat;
	width:99%;
	height:35px;
	text-align:left;
	border-radius: 8px;	
	margin-bottom:25px;
	float:left;
	}
	
#Startseite_Button_Telefon {
	color:#8D8D8D;
	}	


#Startseite_Button_Mail a,
#Startseite_Button_Telefon a,
#Startseite_Button_Map a {
	display:block;
	padding-top: 8px;
	padding-left: 20px;
	height:100%;
	width:100%;
	color:#8D8D8D;
	font-size:1.1em;	
	}	
	
#Startseite_Button_Telefon a:hover {
	text-decoration:none;	
	}	
		
	
	
#Startseite_Button_Mail {
	background-image:url(../img/Startseite_Button_Mail-Icon.png);
	}	
	
#Startseite_Button_Telefon {
	background-image:url(../img/Startseite_Button_Telefon-Icon.png);
	}
	
#Startseite_Button_Map {
	background-image:url(../img/Startseite_Button_Map-Icon.png);
	}
	
#Startseite_Button_Mail:hover {
	background-image:url(../img/Startseite_Button_Mail-Icon_grau.png);
	}	

#Startseite_Button_Telefon:hover {
	background-image:url(../img/Startseite_Button_Telefon-Icon_grau.png);
	}	

#Startseite_Button_Map:hover {
	background-image:url(../img/Startseite_Button_Map-Icon_grau.png);
	}	




/**
Bilder
**/

#IMG_PF_Hover:hover {
	
	
	}
