* {
	margin:0px;
	padding:0px;
}
body,html {  
  font:12px verdana,arial,sans-serif;  
  background-color:#dbdbdb;
}
div.spacer {
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	margin:5px 5px 5px 0px;
}
h3 {
	font-size:13px;
	font-weight:bold;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
p {
	margin:5px 5px 10px 0px;
}
a {
	text-decoration:none;
	color:#c32b02;
}
a:hover {
	color:#d14924;
}
#mainContainer {
  margin:0 auto;
  width:1024px;      
}
#header{
	cursor:pointer;  
}
#header {
	background-image:url('/images/layout/header_top.jpg');
	width:1024px;
	height:120px;
}
#navigation {
	background-image:url('/images/layout/header_bottom.jpg');
	width:1024px;
	height:30px;
}
#navigation div.menu {
	float:left;
	margin-top:3px;	
	width:664px;	
	height:21px;
	line-height:20px;		
}
#navigation div.menu div {
	width:575px;
	margin:0 auto;
}
#navigation div.search {
	float:right;
	margin-top:3px;
}
#navigation div.search input.text{
	background-image:url('/images/layout/input_search.jpg');
	background-repeat:no-repeat;
	width:134px;
	height:19px;
	border:0px;
	padding:2px 0px 0px 3px;
}
#content{
	background-image:url('/images/layout/background.jpg');
	background-repeat:repeat-y;	
	width:1024px;  
}
#content div.top {
	height:38px;
	width:100%;	
	background-image:url('/images/layout/background_top.jpg');
	background-repeat:no-repeat;
}
#content div.bottom {
	height:39px;
	width:100%;
	background-image:url('/images/layout/background_bottom.jpg');	
	background-repeat:no-repeat;	
}
#content div.left {
	background-image:url('/images/layout/background_content_left.jpg');	
	background-repeat:no-repeat;	
	background-position:47px 0px;
	float:left;	
	width:197px;
	margin-right:20px;
	padding:68px 5px 5px 35px;	
	color:#e2e2e2;
	font-size:11px;
}
#content div.left a {	
	color:#efedee;
}
#content div.left a:hover {
	color:#b7b6b6;
}
#content div.right {
	float:left;	
	width:700px;
	padding-left:5px;
	padding-right:30px;
}
#footer{
	/*background-image:url('/images/layout/footer.jpg');*/
	width:1024px;
  height:23px;
}
#projects {
}
#projects div.project {
	margin-bottom:10px;
}
#projects div.project div.title {
	font-weight:bold;
	font-size:11px;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	border-bottom:1px dotted #dbdbdb;
}
#projects div.project div.information {
	font-style:italic;
}
#projects div.project div.photo {	
	width:100px;
	margin:0 auto;
	margin-top:5px;
}
#projects div.project div.photo img {
	border:1px solid #dbdbdb;
}	
#searchresults {
	margin-top:10px;
}
#searchresults div.result {
	border-bottom:1px solid #60291a;
	margin-bottom:10px;
	padding-bottom:10px;
}
#searchresults div.result div.title {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
#searchresults div.result div.score {
	margin-top:5px;
	font-size:9px;
	font-style:italic;
}
#searchresults div.result div.readmore {
	margin-top:15px;
	text-align:right;	
}
#projects {
	margin-top:10px;
}
#projects div.project {
	border-bottom:1px solid #60291a;
	margin-bottom:10px;
	padding-bottom:10px;
}
#projects div.left {
	float:left;
	width:100px;
	height:90px;
	padding:0px;
	margin:0px;
	background-image:none;
	padding-top:10px;
}
#projects div.left img {
	border:1px solid black;	
	display:block;
	margin:0 auto;
}
#projects div.right {
	float:left;
	width:595px;	
}
#projects div.right div.title {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:1px dotted #909090;
}
#projects div.right div.date {
	font-size:10px;
	font-style:italic;
	margin-bottom:5px;
}
#projects div.right div.readmore {
	margin-top:15px;
	text-align:right;	
}
#copyright {
	background-image:url('/images/layout/webautomatisering.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	width:1024px;
  height:80px;
  margin-bottom:20px;

}
#photos {
}
#photos div.title {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}
#photos div.photo {
	width:110px;	
	text-align:center;
	margin:0 auto;
	margin-bottom:10px;
}
#photos div.photo img {
	border:1px solid black;
}
div.details {
}
div.details div.field {
	font-weight:bold;
	font-size:12px;	
	margin-bottom:3px;
}
div.details div.value {
	border-bottom:1px dotted #e0e0ce;
	padding-bottom:3px;
	margin-bottom:5px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
  display: none;
  border: 5px solid white;
  border-top: none;
  padding: 5px;
  background-color: white;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
    
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}