

body#defaultbody {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'trebuchet ms', verdana, arial;
	font-size: 76%;
}

#sitebox-shadow {
	margin: 20px;
	width: 600px;
}

#header {
	visibility: hidden;
	height: 1px;
	display: none;
	width: 0;
	position: absolute;
}

#printheader {
	margin: 0 0 20px 0;
}

#menu {
	visibility: hidden;
	height: 1px;
	display: none;
	width: 0;
	position: absolute;
}

#bottomshadow {
	visibility: hidden;
	height: 1px;
	display: none;
	width: 0;
	position: absolute;
}


#homeblocks {
	margin: 20px 0 0 0;
}


#footer {
	margin: 30px 0 0 0;
}


/* H1 H2 H3 */

h1 {
	color: #99cc00;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h2 	{
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

h4 	{
	font-size: 1.4em;
	font-weight: bold;
	color: #0099cc;
}

.warning	{
	color: #cc0000;
	font-size: 1.0em;
}


img {
	border: none;
}


a:link, a:visited, a:hover, a:active {
	color: #0066cc;
}

a.terug {
	visibility: hidden;
	height: 1px;
	display: none;
	width: 0;
	position: absolute;
}

.neemcontactop {
	width: 200px;
	background: url(../images/bg_neemcontactop.gif) no-repeat;	
}

.neemcontactop .margin {
	margin: 10px 10px 10px 10px;
}

.neemcontactop a:link, .neemcontactop a:visited, .neemcontactop a:hover, .neemcontactop a:active  {
	font-size: 1.1em;
}


/* PRODUCTEN */

/* ONDERDEEL */


.onderdeel-box {
	width: 500px;
	margin: 0 0 3px 0;
	background: #fff;
}

.onderdeel-header {
	width: 500px;
	background: #ddd;
}

.onderdeel-icon {
	float: left;
	width: 15px;
	background: #999;
}

.onderdeel-icon img {
	margin: 3px;
}

.onderdeel-naam {
	float: left;
	margin: 0 0 0 10px;
}

.onderdeel-inhoud {
	width: 500px;
	background: url(../images/bg_onderdeel.gif);
}

.onderdeel-inhoud-container {
	margin: 15px 15px 15px 30px;
}

.onderdeel-naam a:link, .onderdeel-naam a:visited, .onderdeel-naam a:hover, .onderdeel-naam a:active { 
	text-decoration: none;
}



/* SPECIAL */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */


