@charset "utf-8";
/* CSS Document */

@import url("/inc/main.css");
@import url("/inc/dropdown.css");
@import url("/inc/jquery/themes/selectio/ui.all.css");

h2 {
	color:#99141B;
	font-weight: bold;
	font-size:16px;
	padding:0;
	margin:0;
}
input {
	border:0;
}
#map {
	width:862px;
	height:450px;
	border:1px #D1CCC4 solid;
}
.searchoptions, .searchoptions td {
	margin-top:7px;
	padding:7px;
	font-size:12px;
	background-color:#FFF;
}
.searchoptions td {
	padding-bottom:2px;
	font-size:12px;
}
#results {
	padding-right:17px;
	height:470px;
	width:268px;
	overflow:auto;
}
#results, #results td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#results a {
	color:#99141B;
}
#results .trenner {
	font-weight:bold;
	border-bottom:1px solid #999;
	margin:7px 0 7px 0;
	width:250px;
	color:#666;
}
#results .empty {
	margin-top:7px;
	color:gray;
}
#slideshow {
	position:relative;
	width:900px;
	height:250px;
	background-color:#FFF;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}

