html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #ccc;
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;
	text-align: center;
	color: #666;
}
a:link {
	color: #245CA7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #245CA7;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #B5226D;
}

#inhoud p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	text-align: justify;
}
#inhoud h1 {
	font-size: 18px;
	font-weight: normal;
	color: #173C76;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3pt;
}
#inhoud h2 {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
#inhoud  h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#inhoud h4 {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-align: left;
}
#inhoud h5 {
	font-size: 15px;
	font-weight: bold;
	color: #173C78;
}
#container  {
	width: 1024px;  /* door het gebruik van 20 pixels minder dan een volledige breedte van 800 pixels ontstaat ruimte voor de randen van het browservenster (vaak aangeduid met “browser chrome”) en wordt een horizontale schuifbalk vermeden */
	background: #FFFFFF;
	margin: 8px auto;
	text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
}
#kop {
	background: url(achtergrond/images/layout_01.jpg);
	position: relative;
	height: 106px;
	width: auto;
}
#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	width: 1024px;
	height: 544px;
	background-image: url(achtergrond/background.jpg);
}
#menu {
	position: absolute;
	float: left;
	width: 149px;
	height: 544px;
}
#inhoud {
	position: absolute;
	width: 856px;
	left: 168px;
	background: #fff;
	height: 544px;
	overflow: auto;
}
#inhoud #achtergrond {
	background: url(achtergrond/InhoudBackground.jpg);
	background-repeat: no-repeat;
	height: 544px;
}
#inhoud #achtergrondkoel {
	background-repeat: no-repeat;
	height: 544px;
	background-image: url(beeld/koeltechniek/buitenunit.png);
	background-position: right;
	background-color: #FFF;
}
#inhoud #tekstvlak {
	position: relative;
	width: 800px;
	left: 15px;
	top: 11px;
}
#inhoud #tekstvlakAirco {
	position: relative;
	width: 800px;
	left: 15px;
	top: 30px;
}
#inhoud #tekstvlak2 {
	position: relative;
	width: 550px;
	left: 30px;
	top: 15px;
	border: 3px;
	border-style: solid;
	border-color: #173C78;
	border-width: 1px;
	background-color: #ECECEC;
}
#verdeler {
	position: absolute;
	width: 19px;
	left: 149px;
}

#apDiv1 {
	position:absolute;
	left:620px;
	top:423px;
	width:174px;
	height:59px;
	z-index:1;
}
.naam {
	font-weight: bold;
	color: #173C78;
}

