* {
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}

html, body {
	width:				100%;
	height:				100%;
}
body {
	margin:				0;
	padding:			0;
	background:			transparent;
	overflow:			hidden;
}

img {
	border-width:		0;
}
form {
	display:			inline;
}

a {
	color:				#D6594F;
}
a:hover {
	color:				#FF0000;
}
a:visited {
	color:				#9D6C48;
}

/*** CONTAINER ***/
div#container {
	width:				942px;
	height:				583px;
	margin:				0;
	padding:			0;	
	background:			url('../images/background.png') no-repeat bottom left;
}

/*** MAP CONTAINER ***/
div#mapContainer {
	float:				left;
	margin-left:		1px;
	margin-top:			14px;
}

div#map {
	background-color:	#f2e8cf;
	width:				465px;
	height:				369px;
}
div#map p {
	margin:				0;
	padding:			20px;
	
	font-family:		Georgia, serif;
	font-weight:		bold;
	font-size:			11px;
	color:				#487282;
}

div#legenda ul {
	list-style:			none outside none;
	margin:				0;
	padding:			0;
	width:				465px;
}
div#legenda li {
	position:			relative;
	padding:			0;
	margin:				0 0 1px 0;
	
	font-family:		Georgia, serif;
	font-weight:		bold;
	font-size:			11px;
	color:				#FFFFFF;
}
div#legenda li label {
	position:			relative;
	display:			block;

	font-size:			11px;
	line-height:		28px;
	
	height:				31px; /* 28px */
	padding:			0 0 0 40px;	
	margin:				0;
}
div#legenda li label input {
	position:			absolute;
	right:				4px;
	top:				6px;
	width:				12px;
	margin:				0;
	padding:			0;
	font-size:			11px;	
}

/*** CONTENT CONTAINER ***/
div#contentContainer {
	margin-left:		1px;
	margin-top:			14px;	
	float:				left;
}

div#visual {
	width:				464px;
	height:				369px;
	overflow:			hidden;
	background:			#D6594F url('../images/logo.jpg') no-repeat top left;	
	
	margin:				0;
	padding:			0;
	text-align:			center;
}
div#textContent {
	width:				464px;
	height:				192px;
	
	margin:				0;
	padding:			0;
	
	overflow:			auto;	
	
	font-family:		Georgia, serif;
	font-size:			11px;
	font-weight:		normal;
	color:				#487282;
}

div#textContent h1 {
	background:			url('../images/background_text.png') top left;
	padding:			9px 0px 8px 26px;
	margin:				0;

	font-family:		Georgia, serif;
	font-size:			11px;
	font-weight:		bold;
	color:				#6f7c79;
	
	min-height:			14px; /* 31 */
}
div#textContent div#text {
	padding:			19px 40px 9px 110px;
}

div.markerRollover {
	background:			#FF0000 image('../images/markers/rollovers/panden.png') no-repeat top right;
}