/*--------------------------------------------------------------------
Basic Style Sheet

Version: 2.0
Copyright: 2010, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

/* Index
--------------------------------------------------------------------*/
div#index {
	position: relative;
}
	
div#index h2 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

div#index p {
	padding: 0;
	margin: 0;
}

div#index div#index_row_1 {
	position: relative;
	height: 189px;
	background: url(css/images/bg_index_row_1.jpg) no-repeat;
}

div#index div#index_row_1 div.box1 {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 25px;
	margin-left: 63px;
	margin-right: 10px;
}

div#index div#index_row_2 {
	position: relative;
	height: 263px;
	background: url(css/images/bg_index_row_2.jpg) no-repeat;
}

div#index div#index_row_2 ul li {
	padding-left: 15px;
	line-height: 15px;
	margin-bottom: 5px;
	background: url(css/images/arr_orange.jpg) no-repeat 0px 5px;
}

div#index div#index_row_3 {
	position: relative;
	height: 305px;
	background: url(css/images/bg_index_row_3.jpg) no-repeat;
}

