/* stylesheet voor homepagetemplate */
	
div#topVisual {	
	border-bottom:2px solid #ffffff;
	float:left;
	margin:20px 0 0 0;
	width: 759px;
	height: 270px;
	background-image:url(site_images/header-home.jpg);
	background-repeat:no-repeat;	
}

#contact{
	display: none;
}

.greenLine{
	display: block;
}

div#contentHome {
	position:relative;
	float:left;
	margin-left: 10px;
	width:320px;
	padding:8px;
	color: #355675;
}

div#contentHome ul{
	list-style-type: square;
}

#col_right {	
	position: relative;	
	float:right;
	width: 253px;
	_height: 300px;
	background-color:#EFF8F7;
	text-align:left;
}
#col_rightContent {
	padding:8px;
	text-align:left;
}

#col_rightTop {
	position: relative;	
	width: 253px;
	height: 26px;
	background-image:url(site_images/home_col_right_header.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#c3dfda;
}