/* CSS Document */

h1.home{
	font-size: 1.9em;
	color: #543019;
	text-transform: lowercase;
}
	h1.home2{
		font-size: 1.9em;
		color: #7ac142;
		margin-top: -15px;
		text-transform: lowercase;
	}
	
div#coherente_sub_menu{
	display: none;
	width: 0px;
}

div#coherente_bodytext{
	width: 650px;
	padding-left: 53px;
	padding-bottom: 25px;
}
	div#coherente_home_container{
		background-image:url(../images/backgr_home_stippellijn.gif);
		background-repeat: repeat-y;
		background-position: 300px;
	}
		div#coherente_home_content, div#coherente_home_nieuws{
			float: left;
			width: 45%;
		}		
		div#coherente_home_content{
			margin-right: 50px;
		}	
			p.highlight a{
				color: #543019;
				font-size: 1.1em;
			}	
				p.highlight a:hover{
					color: #7ac142;
				}	
			p.highlight img{
				margin: 3px 10px 3px 0;
			}	
		div#coherente_home_nieuws{
		}
