/* RESET */
table, tr, td, a:active, a:focus, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; outline: none; -moz-outline-style: none;
}
body, html {
	margin: 0; padding: 0;
}

/* --/ RESET */

/* TYPOGRAFIE */
body, table, tr, td, div {
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 15px;
}

h1 { 
	font: bold 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0; padding: 0;
}
h2 { 
	font: bold 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0; padding: 0;
	color: #488023;	
	border-bottom: 1px dashed #86a765; 
	width: 100%;
}
h3 { 
	font: bold 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0; padding: 0;	
}

big {
	font: normal 13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00a0db;	
}
	big strong, big b {
		font: bold 16px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #00a0db;	
	}
/* --/ TYPOGRAFIE */


/* LAYOUT */
body {
	background: white url(/SiteFiles/Layout/bg.png) center center repeat-y;
	color: #488023;
}

#mainBodyTable { /* Header */
	background: url(/sitefiles/layout/header.png) no-repeat center top;
	margin: 0; padding: 0px;
	width: 100%; 
}

#DesignerDiv {
	margin: 0 auto;
	width: 960px; 
}

#logo {
	position: absolute;
	display: block;
	z-index: 99;
	width: 124px;
	height: 120px;
	left: 50%;
	margin-left: -442px;
	margin-top: 11px;
	background: none;
}

#tab1, #tab2, #tab3, #tab4 {
	position: absolute;
	z-index: 10;
	width: 105px;
	height: 39px;
	left: 50%;
	margin-top: 0;
}
	#tab1 {
		margin-left: 51px;
	}
	#tab2 {
		margin-left: 153px;
	}
	#tab3 {
		margin-left: 255px;
	}	
	#tab4 {
		margin-left: 357px;
	}		
	#tab1 a, #tab2 a, #tab3 a, #tab4 a {
		width: 105px;
		display: block;
		margin-top: -7px;
		background: url(/sitefiles/layout/tab.png) no-repeat center bottom;
		text-align: center;
		color: white;
		text-decoration: none;
		padding: 19px 0px 9px 0px;
		font: 11px/9px "Trebuchet MS", Arial, Helvetica, sans-serif;		
		font-weight: bold;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;		
	}	
	#tab1 a {
		padding-top: 10px;
	}	
	#tab1 a:hover, #tab2 a:hover, #tab3 a:hover, #tab4 a:hover {
		margin-top: 0px;
		color: white;
		text-decoration: none;		
	}	

#footer {
	color: #00a0db;
	font-size: 13px;
	padding: 12px 20px 15px 0px;
}
	#footer a, #footer a:active {
		color: #00a0db;
		text-decoration: none;
		border-bottom: 1px dotted #00a0db;
		padding: 1px;
	}
	#footer a:hover {
		color: #00a0db;
		text-decoration: none;
		border-bottom: 1px solid #00a0db;	
	}
	
#tagcloud {
	text-align: center;
}
	#tagcloud a {
		color: #86a765;
		text-decoration: none;
		font: bold 16px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;	
		padding: 0px 30px 0px 30px;
	}
		#tagcloud a:hover {
			color: #a5be8d;
		}	
	#tagcloud small a {
		font: bold 13px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	}
	#tagcloud em a {
		font: normal bold 20px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
	} 	
	#tagcloud strong a {
		font: bold 26px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
	} 	
	#tagcloud big a {
		font: bold 35px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	}

/* --/ LAYOUT */


/* LINKS */
a {
	color: #00a0db;
	text-decoration: underline;
}
a:hover {
	color: #7edafc;
	text-decoration: none;
}
:focus {
	outline: 0;
}
/* --/ LINKS */


/* Blauwe gestreepte ronde hoeken */
div.slicingdoors-top {
	width: 330px;
	margin: 0; padding: 0;
	background: url(/Sitefiles/layout/slicingdoors-top.png) left top no-repeat;	
}
div.slicingdoors-bottom {
	padding: 25px;
	background: url(/Sitefiles/layout/slicingdoors-bottom.png) left bottom no-repeat;
	color: #00a0db;
}
	div.slicingdoors-bottom p,
	div.slicingdoors-bottom h1,
	div.slicingdoors-bottom h2,
	div.slicingdoors-bottom h3  {
		color: #00a0db;
		border-color: #00a0db;
	}
/* --/ eind blauwe ronde hoeken */


.left { margin: 0px 20px 20px 0px; padding: 0; float: left; }

.right { float: right; margin: 0px 0px 0px 15px; }

hr {
	display: block;
	border-bottom: 1px dashed #86a765;
	border-top: 1px solid white;
	border-left: 1px solid white;	
	border-right: 1px solid white;	
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 15px 0px;
}

ul {
	list-style: circle;
	margin-left: 30px;
	padding: 0;
}
ul li {
	padding-left: 15px;
}
	ul ul {
		list-style: disc;
		margin-left: 0px;
		padding: 0;
	}

ul.pdf {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.pdf li {
	padding: 0;
}
ul.pdf li a, ul.pdf li a:active {
	padding: 3px 0px 2px 35px;
	background: url(/Sitefiles/Layout/pdf.png) left top no-repeat;
}
