#mainBody
{
	font-size: 11px;
	margin: 0px;
	font-family: Arial, Verdana;
	background: #dfdfdf url(/Sitefiles/layout/layout_gradient.png) top left repeat-x;
	text-align: center;
}

h1 {
	font-size: 15px;
	color: #ff6b00;
	font-weight: bold;
	margin: 0px 0px 6px 0px; padding: 0;
}

h2 {
	font-size: 12px;
	color: #ff8c00;
	font-weight: bold;	
	background: url(../../SiteFiles/layout/rondje.png) 0px 4px no-repeat;
	display: block;
	margin: 0px 0px 6px 0px; padding: 0 0 0 11px;
}

h3 {
	font-size: 12px;
	color: #373738;
	font-weight: bold;	
	margin: 0px 0px 6px 0px; padding: 0;
}

blockquote, q {
	padding: 15px;
	margin: 20px;
	color: #f3822c;
	border: 1px solid #fea64b;
	background: white;
}
blockquote p, q p {
	color: #f3822c;
	margin: 0;
	padding: 0;
}

.hometekst {
	font-size: 14px;
	color: #ff6b00;
	font-weight: bold;
	margin: 0px 0px 6px 0px; padding: 0;
	display: block;
}
a.homelink {
	color: #ff6b00;
	text-decoration: underline;
}
	a.homelink:hover {
		text-decoration: none;
	}

a, img, img a { border: 0; outline: none; }

a.linkwit {
	color: white;
	text-decoration: none;	
}
	a.linkwit:hover {
		color: white;
		text-decoration: underline;		
	}
	
a.linkfooter {
	text-decoration: underline;
}
	a.linkfooter:hover {
		text-decoration: none;
		color: #373738;
	}

table
{
	color: #373738;
	font-size: 11px;
	font-family: Arial, Verdana;
}

p, li
{
	color: #373738;
	font-size: 11px;
	font-family: Arial, Verdana;
}

p {
	margin: 0px 0px 15px 0px; padding: 0;
}

a {
	color: #373738;
	text-align: left;
	text-decoration: none;
}
a:hover {
	text-align: left;
	color: #ff6d00;
	text-decoration: underline;
}

.Editor_Default a {
	color: #ff8c00;
	text-decoration: underline;
}

.TekstHome
{
	padding-left: 160px;
	padding-right: 18px;
	Padding-top:5px;
	padding-bottom:5px; 
	CLEAR: both; 
	DISPLAY: block; 
	FLOAT: none;
}

.PasfotoRight
{
    BORDER-RIGHT: #f5822a 1px solid;
    BORDER-TOP: #f5822a 1px solid;
    MARGIN: 5px;
    BORDER-LEFT: #f5822a 1px solid;
    BORDER-BOTTOM: #f5822a 1px solid
}
.PasfotoLeft
{
    BORDER-RIGHT: #f5822a 1px solid;
    BORDER-TOP: #f5822a 1px solid;
    MARGIN: 5px;
    BORDER-LEFT: #f5822a 1px solid;
    BORDER-BOTTOM: #f5822a 1px solid
}


/* CONTACT MENU IN SIDEBAR (rechts) */
.contactmenu { /* unordered list */
	display: block;
	width: 167px;
	padding: 15px 2px 15px 6px;
	margin: 0;
	list-style: none;
}
.contactmenu a { /* styling per list element */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #f3822c;
	padding: 0;
	margin: 0px 0px 2px 0px;
	background-color: white;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 152px;
	height: 50px;
	display: block;
	border: 1px solid #a4a4a4;
}
.contactmenu a:hover { /* styling per list element:hover */
	color: white;	
	text-decoration: none;
	background-color: #f3822c;
	background-position: 0px -50px;
	border: 1px solid #cd681b;	
}

.contactmenu .demonstratie a {  /* styling per item/a */
	background-image: url(../../SiteFiles/icons/demonstratie.png);
}
.contactmenu .kennismaking a {
	background-image: url(../../SiteFiles/icons/kennismaking.png);
}
.contactmenu .brochures a {
	background-image: url(../../SiteFiles/icons/brochures.png);
}
.contactmenu .bel a {
	background-image: url(../../SiteFiles/icons/bel.png);
}

.contactmenu span {
	margin: 20px 0px 0px 52px;
	display: block;
}
.contactmenu .kennismaking span {
	margin: 11px 0px 0px 52px;	
	display: block;
}
/* Table IAD downloads */
table.downloads {
	width:450px;
}
table.downloads th {
	text-align:left;
	height:24px;
}
table.download td {

}
table.downloads td.left {
	width:20px;	height:24px;
}
table.downloads td.right {
	width:430px;	height:24px;
}
/* CONTACT GEGEVENS IN SIDEBAR (rechts) */
.contactgegevens { /* div */
	display: block;
	width: 167px;
	padding: 15px 2px 15px 6px;
	margin: 0;
	list-style: none;
	color: #555;
}
	.ff .contactgegevens {
		width: 152px;
		padding: 15px 2px 15px 4px;		
	}
	.contactgegevens a {
		color: #555;
		text-decoration: underline;		
	}
		.contactgegevens a:hover {
			color: #555;
			text-decoration: none;		
		}
		
