/* map */

#map {
	width:					980px;
	margin:					0 auto;
	margin-bottom:			20px;
}

div.content {
	width:					980px;
	margin:					0 auto;
	margin-bottom:			20px;
}

/* foto boxes */

div.fotobox {
	position:				relative;
	width:					319px;
	height:					219px;
	background-image:		url(../elements/fotoframe.png);
	background-position:	left top;
	background-repeat:		no-repeat;
	overflow:				hidden;
}

div.fotoframe {
	overflow:				hidden;
	margin:					10px;
	width:					299px;
	height:					199px;
}

div.fotoframe img {
	display:				block;
	position:				relative;
	top:					-10px;
	height:					230px;
}

div.fotoinfo {
	position:				absolute;
	left:					0px;
	bottom:					0px;
	width:					291px;
	min-height:				60px;
	padding:				14px;
	padding-top:			5px;
	padding-bottom:			14px;
	z-index:				2;
	font-size:				11px;
	background-image:		url(../elements/opaq7.png);
	background-repeat:		repeat;
	visibility:				hidden;
}

div.fotobox:hover div {
	visibility:				visible;
}

div.fotoinfo h3 {
	font-size:				12px;
	color:					#037BB8;
	font-weight:			bold;
	margin:					0;
	margin-bottom:			2px;
	padding:				0;
}

div.fotoinfo a {
	position:				absolute;
	display:				block;
	left:					0px;
	top:					0px;
	width:					100%;
	height:					100%;
	text-decoration:		none;
}

div.fotoinfo2 a {
	position:				absolute;
	right:					10px;
	top:					0px;
	padding:				1px;
	padding-left:			7px;
	padding-right:			7px;
	border:					1px solid #333333;
	color:					#FFFFFF;
	text-decoration:		none;
	background-image:		url(../elements/morelink.jpg);
	background-repeat:		repeat-x;
}

/* FORM */

div.display {
	border:					1px solid #CCCCCC;
	background-color:		#F5F8FF;
	padding:				10px;
	margin-bottom:			-1px;
}

div.display2 {
	border:					1px solid #CCCCCC;
	background-color:		#F9FCFF;
	padding:				10px;
	margin-bottom:			10px;
}

table.form td.malign {
	vertical-align:			middle;
}

#resultlist {
	position:			absolute;
	border:				1px solid #666666;
	border-bottom:		0px none;
	background-color:	#FFFFFF;
	z-index:			300;
	overflow:			hidden;
}

#resultlist a {
	display:			block;
	background-color:	#FFFFFF;
	border-bottom:		1px solid #666666;
	padding:			2px;
	padding-left:		4px;
	padding-right:		7px;
	color:				#333333;
	text-decoration:	none;
	cursor:				default;
}

#resultlist a:hover {
	background-color:	#EEEEEE;
}
