/*
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

GIS-Internet Suchmaske Ferienwohnungen
Last change: 2005-02-03 mm
(c) Rachfahl & Tielke OHG 2004-2005
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

_________________________________________________

Schriftfarben, Rahmen, Abstände Überschriften
_________________________________________________
*/

div.suchmaske_fewo h1, div.suchmaske_fewo h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
div.suchmaske_fewo img {
	border: 0px;
}
div.suchmaske_fewo form {
	padding: 0px;
	margin: 0px;
	display: inline;
}



/*
_________________________________________________

Überschriften
_________________________________________________
*/

div.suchmaske_fewo h2 {
	font-size: 16px;
	height: 18px;
	clear: both;
	margin-bottom: 6px;
	margin-top: 0px;
	padding-left: 2px;
}



/*
_________________________________________________

Tabelle
_________________________________________________
*/

div.suchmaske_fewo table#suchmaske_fewo_regionstabelle {
	border-collapse: collapse;
	border: 0px;
}
div.suchmaske_fewo table#suchmaske_fewo_regionstabelle th {
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
}


/*
_________________________________________________

Kasten um eine Suchbox
_________________________________________________
*/

div.suchmaske_fewo {
	position: relative;
	width: 680px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}



/*
_________________________________________________

Inhaltsboxen
_________________________________________________
*/

div.suchmaske_fewo div.suchmaske_fewo_erste_reihe_breit {
	float: left;
	height: 80px;
	width: 185px;
	margin: 2px;
}
div.suchmaske_fewo div.suchmaske_fewo_erste_reihe_schmal {
	float: left;
	height: 80px;
	width: 156px;
	margin: 2px;
}
div.suchmaske_fewo div.suchmaske_fewo_erste_reihe_schmal_zwei {
	float: left;
	height: 80px;
	width: 312px;
	margin: 2px;
}

div.suchmaske_fewo div.suchmaske_fewo_zweite_reihe_breit {
	float: left;
	height: 85px;
	width: 185px;
	margin: 2px;
}
div.suchmaske_fewo div.suchmaske_fewo_zweite_reihe_schmal {
	float: left;
	height: 85px;
	width: 156px;
	margin: 2px;
}

div.suchmaske_fewo div.suchmaske_fewo_dritte_reihe_breit {
	float: left;
	height: 125px;
	width: 185px;
	margin: 2px;
}
div.suchmaske_fewo div.suchmaske_fewo_dritte_reihe_schmal {
	float: left;
	height: 125px;
	width: 156px;
	margin: 2px;
}



/*
_________________________________________________

Eingabefelder
_________________________________________________
*/

div.suchmaske_fewo input.suchmaske_fewo_zimmer_anzahl {
	width: 12px;
	margin-right: 5px;
	margin-bottom: 1px;
	height: 12px;
	font-size: 12px;
}
div.suchmaske_fewo input.suchmaske_fewo_datum {
	width: 91px;
	margin-left: 5px;
	margin-bottom: 1px;
	height: 12px;
	font-size: 12px;
	margin-right: 2px;
}
div.suchmaske_fewo input.suchmaske_fewo_suchbutton {
	margin-top: 5px;
	width: 156px;
	border: 0px;
}
div.suchmaske_fewo input.suchmaske_fewo_hilfebutton {
	margin-top: 5px;
	width: 60px;
	border: 0px;
}
div.suchmaske_fewo div#suchmaske_fewo_buttons {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.suchmaske_fewo select, div.suchmaske_fewo option {
	font-size: 12px;
}
div.suchmaske_fewo select.suchmaske_fewo_ortswahl {
	width: 120px;
}



/*
_________________________________________________

Useful defintions
_________________________________________________
*/

.clearall {
	clear: both;
}