@charset "utf-8";
/* CSS Document */

	
#basisMapWrapper{ 
	position: relative;
	padding: 10px 0px;
	width: 570px;
	background-color: #fff;
	font-size: 16px; 
	line-height: 20px;
	font-family: Georgia, serif;
}

#basisMapWrapper #header{
	margin-bottom: 20px;
	}

#basisMapWrapper #header small {
	display: block;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	color: #999;
	margin-top: 5px;
}
#basisMapWrapper #header p {
	width: 70%;
}

#basisMapWrapper img {
	display: block;
}
#basisMapWrapper h1{ 
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 30px;
	font-family: Georgia, serif;
	font-weight: normal;
	}

#basisMapWrapper h2{
	font-size: 16px;
	font-weight:bold;
	line-height: 35px;
	font-family: Georgia, serif;
	font-weight: normal;
	}

#basisMapWrapper #content{
	background-color:#FFFFFF;
	position: relative;
	}
	
#basisMapWrapper #footer{
	padding-top: 5px;
	height: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #585858;
	text-align: right;
	line-height: 10px;
	position: absolute;
	right: 84px;
	bottom: -450px;
	}
