/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	text-align: center;
	color: #000;
	height:100%;
	background: #fff;
	}

img {
	border: none;
	}


/* ---( layout structure )---*/

#wrap {
	padding:0;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	}

#navigate {
	float:left;
	width: 130px;
	padding:10px 0 0 30px;
	margin:0 0 0 7px;
	font-size:11px;
	font-family: "trebuchet ms";
	text-transform: uppercase;
}

#content {
	float:left;
	width:700px;
	padding:0 0 5px 10px;
	margin:0 0 0 0;
}

#middle {
	float:left;
	width:900px;
	padding:0;
	margin:0;
	background: url(../images/backg_m.gif) repeat-y top left;
}

/* ---( header and site name )--- */


#header {
	margin: 0 5px 0 0;
	padding: 0;
	height:100px;
	font-family: "verdana", "Arial";
	background: url(../images/backg_t.gif) no-repeat bottom left;
}

#header img {
	padding:0;
	margin:5px 0 0 10px;
	border:0;	
}
#header img {
	padding:0;
	margin:10px 0 0 30px;
	border:0;
}


/* ---( navigation )--- */
/*#navigate ul{
	padding: 0;
	margin: 30px 5px 10px 10px;
	text-align:left;
	font-size:11px;
	font-family: "trebuchet ms";
	line-height:18px;
	list-style-type: none;
}

#navigate li {
	padding:2px 5px 2px 30px;
}

#navigate li a {
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
}

*/

#navigate ul {
	position: relative;
	top: 28px;
	margin: 0px 5px 10px 0px;
	width: 100px;
	list-style: none;
	list-style-type: none;
	padding: 0px;
}

#navigate ul li {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #BBB;
	background-color: #FFF;
	padding: 5px 0 5px 5px;
}

#navigate a {
	color: #000;
	text-decoration: none;
}

#navigate ul ul {
	position: absolute;
	top: 0px;
	left: 100px;
	margin: 0px;
	width: 150px;
	display: none;
}

#navigate ul ul a {
	color: #777;
}
#navigate ul li:hover ul {
	display: block;
}

#navigate li {
	position: relative;
}

#navigate li:hover {
	background-color: #EEE;
}

#navigate ul ul,
#navigate ul li:hover ul ul {
	display: none;
}

/* ---( main column )--- */

#content .section-start {
	margin: 0;
	padding: 0; 
	height:425px;
	width:20px;
	float:left;
	background: url(../images/backg_c.gif) no-repeat top left ;
	text-align: right;
}

#content .section-start p {
	padding:5px 30px 0 30px;
}

#content .section-start h1 {
	padding:0 50px 0 30px;
	margin: 42px 0 0 0;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 0;
	text-transform: uppercase;
}

#content .section-start img{
	padding:0 30px 0 30px;
	margin:200px 0 0 0;
	width:210px;
	height:170px;
}

#content .section-content {
	float:left;
	width:670px;
	padding:0;
	margin:42px 0 0 0;
	height:400px;
	overflow-y:auto;
}

#content .section-content h1 {
	padding:0 0px 20px 10px;
	margin: 0 0 0 0;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
}

#content .section-content p {
	text-align:left;
	padding: 0 30px 17px 10px;
	margin: 0;
	line-height:16px;
	font-size:12px;
}

#content .section-content h2 {
	padding:0 50px 0 10px;
	margin: 0;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 0;
	text-transform: uppercase;
}
	
#content p {
	text-align:left;
	padding: 0 30px 0 10px;
	margin: 0;
	line-height:16px;
	font-size:12px;
}

#content p a {
	text-decoration:underline;
	color:#a7b9c1;
}

#content p a:hover{
	text-decoration:none;
	color:#000;
}

#content ul {
	margin:0px 0 10px 20px;
	padding:0 0 5px 0;
}

#content ul li {
	font-size:12px;
	margin:0 0 0 10px;
	padding:0;
	list-style-type:square;
}
#content ul li a{
	color:#000;
	line-height:14px;
}

/* ---( form )--- */
#content form {
	width:300px;
	margin:0 0 0 50px;
}

#content form label {
	width: 80px;
	float: left;
	text-align: right;
	margin: 3px 10px 0 0;
	display: block;
	color:#000;
	font-size:11px;
}

#content fieldset {
	border: 1px solid #dddddd;
	background-color: #a7b9c1;
	background-image: url(../images/backg_contact.gif);
	background-repeat: repeat-x; 
	height:auto;
	margin:15px 0 15px 0;
	padding-bottom:10px;
	background-color: transparent; 
}

#content form legend {
	width:120px;
	margin:0;
	padding:0 3px;
	font-weight:bold;
	color: #a7b9c1;
	text-transform: uppercase;
	font-size:11px;
}

#content form input {
	text-align:left;
	color:#000;	
	line-height: 1em;
	letter-spacing:1px;
	font-size:12px;
	text-decoration:none;
	margin:0;
	width:140px;
	height:14px;
	border:1px solid #ddd;
}

#content form input#submit {
	text-align:center;
	background: #fff;
	height:24px;
	float:right;
	border:1px solid #a7b9c1;
	width:150px;
	display:block;
}
#ref ul {
	padding: 0 0 0 50px;
	margin: 0;
	list-style: none;
}

#ref ul li {
	float: left; 
	display: block; 
	background: url("/images/content/referenties/button.jpg");
	border-width: 1px;
	border-style: solid;
	border-color: #bababa;
	padding-top: 4px;
	width: 78px;
	height: 22px;
	list-style: none;
}

#ref {
	text-align: center;
	width: 90%;
	margin-left: 15px;
}

#referenties  {
	padding: 0px;
	margin: 0px;
	width: 380px;
	height: 333px;
}

#referenties img {
	padding: 0px;
	margin: 0px;
}

#referenties td {
	text-align: center;
	height: 111px;
	width: 122px;
}

#referenties td.top {
	border-width: 0 1px 0px 1px;
	border-style: dotted;
	border-color: #bababa;
}

#referenties td.middleleft {
	border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #bababa;
}

#referenties td.middle {
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	border-color: #bababa;
}

#referenties td.middleright {
	border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #bababa;
}

#referenties td.bottom {
	border-width: 0px 1px 0px 1px;
	border-style: dotted;
	border-color: #bababa;
}

/* ---( footer )--- */

#footer {
	clear:both; 
	width:900px;
	height:15px;
	margin:0;
	padding: 0;
	background: url(../images/backg_l.gif) no-repeat top left;
	text-align: center;
	padding-top: 35px;
	font-size: 11px;
	color: #bababa;
}

#footer a {
	text-decoration: none;
	color: #bababa;
}
/* --- ( errorpage) --- */

span.error {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* --- ( Thumbs ) --- */
.thumbnail{
position: relative;
z-index: 0;
margin:0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 1px;
left: -1000px;
border: 1px solid #dddddd;
background-color: #fff;
visibility: hidden;
color: black;
text-decoration: none;
margin:0;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
margin:0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15px;
left: 40px; /*position where enlarged image should offset horizontally */
