body {
	background:#C2C7CB;
	height:100%;
	margin:0px;
}

body,table {
	font:12px/17px "trebuchet ms";
	color:#444;	
}

.container {
	width:100%;
	border-collapse:collapse;
	background:url('images/table_back.jpg') center top repeat-y;
}

.td_head {
	height:230;
	width:100%;
	background:url('images/head.jpg') center top no-repeat;
	text-align:center;
}

.td_data {
	padding-bottom:120px;
	background:url('images/foot.jpg') center bottom no-repeat;
}

.table_data {
	margin-top:10px;
	width:740px;
	border-collapse:collapse;
}
.data_menu {
	padding:0px;
	width:180px;
	text-align:left;
}
.data_content {
	width:520px;
	padding:20px;
	text-align:left;
}



/* headers */
h1 {
	background:url('images/h1.jpg') no-repeat left bottom;	
	padding:0px;
	padding-left:25px;
	margin:0px;
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}

/* voor preloaden */
.hiddenPic {
	display:none;
}

/* links */
a {
	color:#33f;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:underline;	
}

#home {
	background:url(images/m_divides.gif);
	display:block;
	width:150px;
	height:40px;
}
#home:hover {
	background:url(images/m_divides_hi.gif);
}
#portweb {
	background:url(images/m_portweb.gif);
	display:block;
	width:150px;
	height:40px;
}
#portweb:hover {
	background:url(images/m_portweb_hi.gif);
}
#portprint:hover {
	background:url(images/m_portprint_hi.gif);
}
#portprint {
	background:url(images/m_portprint.gif);
	display:block;
	width:150px;
	height:40px;
}
#prijzen {
	background:url(images/m_prijzen.gif);
	display:block;
	width:150px;
	height:40px;
}
#prijzen:hover {
	background:url(images/m_prijzen_hi.gif);
}
#contact {
	background:url(images/m_contact.gif);
	display:block;
	width:150px;
	height:40px;
}
#contact:hover {
	background:url(images/m_contact_hi.gif);
}