/*
 *******************************************
 *                                                                                  *
 * CSS FOR SPRUNK-JANSEN                                *
 *                                                                                  *
 * By Rasmus Frey <frey@verk.dk>                           *
 *                                                                                  *
 *******************************************
**/

	#centercolumn{
		position:relative;
		width:770px;
		overflow:hidden;
		height:auto;
	}
	
	#mapinfobox {
		text-align:left;
		background-color: white!Important;
		margin: 0px;
		padding: 5px;
		border:1px solid #996733;
		width:200px;
		height:auto;
	}
	#mapinfobox h3{
		margin:0px;
		margin-bottom:5px;
		font-size:130%;
	}
	
	#notfound{
		color:#CC0000;
	}
	
	#progressbar{
		float:right;
		color:#000;
	}
	
	#searchbox{
		/*float:left;*/
	}
	
	#zoommessage{
		
	}
	
	#searchtoolbox{
		margin-bottom:15px;
		/*float:left;*/
	}
	
	#findaddress{
		border:1px solid #996733;
		width:240px;
	}
	#nostorellink{float:right;}
	#nostorellink a{text-decoration:none;font-size:14px;}