
  

/*** right box to show information f.i. *****/
div#content div.information
{
	left: 625px;
	position: absolute; /* relatively to div#content **/
	top: 180px;
	width: 275px;
}


div#content div.information h4
{
	background: transparent url(/sites/geencentteveel/images/information-tree.gif) 0 0 no-repeat;
	height: 40px;
	position: absolute;
	top: -20px;
	width: 150px;
}

div#content div.information ul
{
	background-color: #fcfcfc;
	
	list-style: none;
	margin-top: 30px;
	padding-left: 0;
	width: 250px;
	
}
div#content div.information ul li
{
	background: transparent url(/sites/geencentteveel/images/information-tree.gif) 0 -50px no-repeat;
	font-family: Tahoma,Arial;
	font-size: 100%;
	padding: 10px 0 20px 40px;
	
}

div#content div.information li.last
{
	background: transparent url(/sites/geencentteveel/images/information-tree.gif) 0 -125px no-repeat;
}

/** uitleg :) ***/
div.uitleg {
	border: 1px solid #CBDCE9;
	background-color: #FFFFDD;
	font-size: 0.9em;
	padding: 10px;

	/**CSS3: rounded corners **/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius:5px
}


/** dit is geen hidden variabel, omdat we een error nodig hebben voor een overschrijding van het totaalbedrag van inboedelwaarde **/
label#inboedel_waardemeter_value_label, input#inboedel_waardemeter_value {
	display: none;
}

/* expliciet bepaalde breedtes voor uitleg divs van bv inboedel en fiets */
div#inboedelwaardemeter_uitleg_wrap {
	width: 300px;
}

div#auto_type_scroll_wrapper {
	background-color: #fcfcfc;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	height: 200px;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 422px;
	
	/** CSS 3 **/
	box-shadow: inset 0 0 3px #999;
	-moz-box-shadow: inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
}
table#auto_type_table td,
table#auto_type_table th {
	padding: 3px;
}