body 
{
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
}
/* lijnkleur 7E7E7E */

/* ------- basic */
p, ul, td {
	color: #424242;
	text-align: left;
}
h1, h2, h3, h3, h5, h6 {
	color: #424242;
	text-align: left;
}

/* ------- links */
a:link,
a:active,
a:visited,
a:hover
{
	color: #4d4d4d;
	text-decoration: none;
	border-bottom: 1px #7e7e7e dotted;
}
a:hover {
	color: #8d0000;
}

#tophead a {
	text-decoration: none;
	border: none;
}
a.showimagelink {
	border: 0px;
}



/* ------- classes */
.infothumb {
	float: left;
	width: 160px;
	margin: 15px;
	text-align: center;
}

.showimage {
	border: none;
	padding: 8px;
	background: #eeeeee;
	margin: 0px;
}

.showimage:hover {
	background: #7e7e7e;
}

p.finarteimage {
	text-align: center;
	padding: 30px 10px 30px 10px;
	background: #ffffff;
	border: 1px black solid;
	background-image: url("pics/signature.gif");
	background-repeat: no-repeat;
	background-position: bottom center !important;
}
p.finarteimage img {
	border-top: 1px #cccccc solid;
	border-right: 4px #cccccc solid;
	border-bottom: 4px #cccccc solid;
	border-left: 1px #cccccc solid;
	padding: 0px;
	margin-bottom: 8px !important;
}

table.prijstabel {
	 border: 1px black dotted;
	 font-size:  1em;
	 width: 600px;
}
table.prijstabel td {
	border-bottom: 1px black dotted;
}
table.prijstabel th {
	background: #e6e6e6;
}


/* ------- boxes */
#tophead, 
#topnav,
#bottominfo,
#contentdiv
{
	font-size: 0.72em;
	margin:  0px 0px;
	padding:  0px 0px;
	width: 700px;
}
#contentdiv {
	margin-top: 15px;
	margin-bottom: 10px;
}

#topnav {
	font-size: 0.68em;
	padding-top: 5px;	
	text-align: justify; 
}

#contentdiv {
	padding: 15px 20px;	
	text-align: justify; 
}


#bottominfo 
{
	padding:  10px 10px;
	border-top: 1px #7e7e7e solid;
	text-align: center;
}