html {
	height:100%;
}
body {
	height:100%;
	margin:0%;
	padding:0%;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
#suchFormWrapper {
	width: 430px;
}
#suchFormWrapper .suchFormHead h1{
	font-size: 1.3em;
}

#suchFormWrapper p.description{
	padding: 0px;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;

}
.row{
	margin-bottom: 10px;
}
.row .left{
	float: left;
	width: 100px;
	font-weight: bold;
	color: #000000;
}
.row .element select{
	width: 160px;
	height: 19px;
	line-height: 17px;
}
.row .element .FormField{
	width: 160px;
	height: 15px;
}
.zimmer{
	margin-bottom: 10px;
	float: left;
}
.zimmer .left{
	float: left;
	width: 100px;
	font-weight: bold;
	color: #000000;
}
#zimmerVon{
	width: 50px;
	height: 15px;
}
#zimmerBis{
	width: 50px;
	margin-left: 10px;
	height: 15px;
}
.button{
	margin-left: 307px;
    margin-top: -50px;
}
.button input{
	height: 22px;
	width: 100px;
	background-color: #80B4BA;
	border: 2px solid #000000;
	font-size: 12px;
}
.immoForm .checkbox{
	float: right;
	padding-right: 30px;
}
#fieldset-wohnenin {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#suchBoxOrt {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 95px;
    width: 229px;
    border: 1px solid #AAAAAA;
    /*    background: url(../images/tabs/orte_horizontal2.jpg) repeat-y left;*/
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
#suchBoxOrt fieldset {
    padding-left: 2px;
/*    padding-top: 5px;*/
    border: 0px;
}
#suchBoxOrt .lblOrt {
    display: block;
    /*    margin: 0px;*/
    /*    padding: 0px;*/
    /*    width: 200px;*/
    height: 20px;
}
#suchBoxOrt .lblOrt:hover {
    background-color: #EDF3F5;
}
#suchBoxOrt input[type="checkbox"] {
    /*    clear: right;*/
    float: left;
}
.textColorBold {
    color: #278EA3;
    font-weight: bold; 
}

#fieldset-wohnenin2 {
    width: 100px;
}


