html {
  margin: 0; 
} 

body {
  margin: 0; 
	background: #FFF url('pictures/achtergrond_top_handheld.jpg') no-repeat;
	font-family: "Trebuchet MS", Verdana, Tahoma, Ariel, Times; 
	font-size: 80%;
	color: #000;
}

div#menu {
	height: 110px;
	width: 100%;
	margin-left: 0px;
	margin-top: 20px;
	text-align: left;
}

div#home_button, div#dokro_button, div#diensten_button, div#portfolio_button, div#contact_button {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0; 
	width: 104px;
	height: 18px;
	background: #5095db;
}

div.nav_text, div.nav_text_home {
	color: #F00;	
}

div#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #FFF;
	color: #000;
}

div#kolomeen {
	width: 100%;
}	

div#kolomtwee {
	width: 100%;
}

a.link_anchor {
	text-decoration: none;
}

a.link_text {
	text-decoration: none;
	background: transparent;
	color: #FFF;
}

a.link_text:hover {
	text-decoration: none;	
	color: #d02027;
}

a.link_text:active {
	color: #d02027; 
	text-decoration: none;
}

.noTextDeco {
	text-decoration: none;
	background: transparent;
	color: #000;
}

a.noTextDeco:hover {
	background: transparent;
	color: #FFF;
}

.noTextDeco2 {
	text-decoration: none;
	color: #000;
}

a.noTextDeco2:hover {
	text-decoration: underline;
	color: #000;	
}

div#nav_portfolio {
 width: 95%;
 text-align: right;
}

div#footer {
	background: #a0a0a0;
}

table#diensten_anchors {
	visibility: hidden;
}

table#nieuws {
	visibility: visible;
	width: 100%;
}

div#divisionCol {
	width: 0;
	height: 0;
}

div#menu_bottom {
	visibility: hidden;
}

b {
	font-weight: bold;
}