/*
 * $Id: style.css 140 2010-07-21 13:23:24Z arno $
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	color: #000000;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #0000aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}

.show {}
.hide {
	display: none;
}

ul#siteMap {
	list-style-image:url('/images/website/sitemap_arrow.gif');
	margin-top: 30px;
}

ul#siteMap a {
	color: #666666;
}

/* Project management */
td#project{
	width: 290px; /* 300- 10px padding */
	padding-top: 10px;
	padding-left: 10px;
}

td#projectImageLarge{
	width: 290px;
}

ul#projthumbs{
	list-style-type: none;
	padding: 0;
	margin-left: -10px;
}

li.projthumb{
	display: inline;
}

h3.projectHeader{
	margin: 15px 0 0 0;
}

h2.projectHeader{
	margin: 0;
}

div#largepic{
	margin-top: 10px;
	height: 310px;
	margin-right: 10px;
	width: 280px;
}

p.projectlijstitem{
	width: 270px;
	margin-top: 0;
}

p.projDescr{
	width: 275px;
}

a.projthumbBlock{
	display: block;
	float: left;
	height: 50px;
	margin: 0 3px 0 4px;
	padding: 0;
	text-align: center;
	width: 50px;
}

a.projlink{
	text-decoration: none;
	color: #646567;
	font-weight: bold;
}

.hidden{
	display: none;
}

div#projListLeft{
	float: left;
	width: 285px;
}

div#projListRight{
	float: left;
	width: 280px;
	height: 300px;
	margin-left: 10px;
}

td.projThumbs{
	text-align: right;
	padding-top:10px;
	padding-bottom:5px;
	padding-left: 290px;
}

table.projectTable{
	border: 1px solid black;
	width: 575px;
}

div.newsletterDiv{
	width: 285px;
}
