html ,body{	
	margin : 0px;
	padding: 0px;
	background-color: #4b698d;
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url(../gfx/bgLijn.gif);
	background-repeat: repeat-x;
	
}
html>body {
	background-position: 0px 1px;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

img{
border: 0px;	
}

/* positioneren van tel en faxnummers */
.tel-fax {
	width: 18px;
}

/* al omvattende div */
#mainContainer{
	width: 800px;
	height: 600px;
	background-color: #fff;
}

#mainContainer .header{
	height:	73px;
	background-color: #4A698B;
}

#mainContainer .content{
	width: 100%;
}


/*hier zit het logo/bedrijfsnaam en menu in*/

#header{
	position: relative;
	height: 73px;
	width: 100%;
}

#header .logo{
	height: 47px;
}

#header .logo #toen-verlichting {
	margin-top: 20px;
	margin-left: 35px;	
}

/*logoMMspacer = logoMainMenuSpacer*/
#header .logoMMspacer{
	height: 2px;
	background-color: #6E839F;

}

#header .mainMenu{
	height: 24px;
	margin: 0px 0px 0px 30px;
	vertical-align: bottom
}

#header .mainMenu .mItem{
	position:relative;
	float: left;
}


/* het midden stuk waar de text komt*/

#centerPiece{
	width: 800px;
	height: 412px;
	background-repeat: no-repeat;
}

#centerPiece .hollowSpaceLeft{
	width: 440px;
	height: 412px;	
}

#centerPiece .hollowSpaceRight{
	width: 80px;
	height: 412px;
}

#centerPiece .CPContent{
	width: 280px;
	height: 412px;
}

#centerPiece .CPContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 70px 30px 0px 15px;
}

#centerPiece .CPContent p,
#centerPiece .CPContent ul,
#centerPiece .CPContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;	
	margin: 0px 10px 10px 15px;
}
#centerPiece .CPContent ul{
	margin: 0px 10px 10px 15px;
}
#centerPiece .CPContent li{
	margin: 0px 10px 0px 35px;
}

#submenu {
	margin: 70px 10px 17px 15px;
}

#submenu a.liSoorten,
#submenu a.liSoortenActive {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #96AFCD;
	padding-right: 9px;
	letter-spacing: -1px;
}

#submenu a.liSoorten:hover{
	color: #fff;
}

#submenu a.liSoorten:visited{
	/*color: #96AFCD;*/
}

#submenu a.liSoorten:active{
	color: #96AFCD;
}

#submenu a.liSoortenActive{
	color: #000000;
}


#centerPiece td{
	text-align: left;
	vertical-align: top;
}



#feet{
	clear: both;
	padding-top: 5px;
}

/************************* contactpagina's *************************/

#centerPiece #contactformulier {
	position: relative;
	top: 76px;
	left: 123px;
	
}
#centerPiece #contactformulier th,
#centerPiece #contactformulier td {
	font-family: Arial, san-serif;
	font-size: 11px;
	color: #4b698d;
}
#centerPiece #contactformulier th{
	text-align: left;
}
#centerPiece #contactformulier td {
	height: 22px;
}
#centerPiece #contactformulier td.lbl {
	text-align: right;
	vertical-align: middle;
}
#centerPiece #contactformulier input,
#centerPiece #contactformulier textarea {
	border: 1px solid #4b698d;
	font-family: Arial;
	font-size: 12px;
	padding-left: 2px;
}
#centerPiece #contactformulier .breed {
	width: 280px;
}

#centerPiece #contactblok {
	vertical-align: bottom;
}
#centerPiece #contactblok p {
	background-color: #4b698d;
	color: #fff;
	font-size: 11px;
	padding:  8px 10px;
	margin: 0;
}