@charset "utf-8";
/* CSS Document */
body {
	font-family:"Trebuchet MS";
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../layout_images/background3.jpg);
	background-repeat: no-repeat;
	background-position: center -20px;
	background-color: #4962C1;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 605px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height:100px;
	width:900px;
}
.oneColFixCtrHdr #mainContent1 {
	height: 390px;
	width: 880px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.oneColFixCtrHdr #mainContent {
	height: 390px;
	width: 870px;
	background-color: #FFFFFF;
	padding: 15px;
}
.oneColFixCtrHdr #keyblocks {
	width:510px;
	float:left;
	height:380px;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 10px;
}
.oneColFixCtrHdr #inhoud {
	width:495px;
	float:left;
	height:380px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 5px;
	/*background-color: #FFE6CA;*/
	font-size: 12px;
	letter-spacing: 0px;
}
.oneColFixCtrHdr #slideshow {
	width:350px;
	float:right;
	height:220px;
	margin-top: 10px;
}
.oneColFixCtrHdr #afbeelding {
	width:350px;
	float:right;
	height:220px;
	margin-top: 10px;
}
.oneColFixCtrHdr #afbeelding1 {
	width:350px;
	float:right;
	height:220px;
	margin-top: 10px;
	background-image:url(../content_images/AirMetric_contact_image.jpg);
}
.oneColFixCtrHdr #IndexContent {
	width:350px;
	float:right;
	height:150px;
}
.oneColFixCtrHdr #Catcher {
	width:350px;
	float:right;
	height:150px;
	list-style-image: url(../layout_images/transparent.gif);
	list-style-type: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menu {
	height: 42px;
	width: 900px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	letter-spacing: 1px;
	word-spacing: 7px;
}
.oneColFixCtrHdr #footer {
	color: #FFFFFF;
	height: 30px;
	width: 900px;
	font-size:11px;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p {
	margin-top:5px;
	margin-bottom:5px;
}
h1 {
	font-size: 20px;
	color: #336699;
	margin-top:5px;
	margin-bottom:10px;
}
#Catcher h2 {
	color:#F55F03;
}
#IndexContent h2 {
	color:#F55F03;
}
#IndexContent h1 {
	font-size: 20px;
	color: #336699;
	margin-top:5px;
	margin-bottom:5px;
}
h2 {
	font-size: 16px;
	color: #336699;
	margin-top: 5px;
	margin-bottom:5px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#mainContent a:link {
	color: #000;
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #000;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #000;
}
#mainContent a:active {
	text-decoration: none;
	color: #000;
}
#IndexContent a:link {
	color: #000;
	text-decoration: none;
}
#IndexContent a:visited {
	text-decoration: none;
	color: #000;
}
#IndexContent a:hover {
	text-decoration: underline;
	color: #000;
}
#IndexContent a:active {
	text-decoration: none;
	color: #000;
}
img {
	border:none;
}
#inhoud {
	letter-spacing: 1px;
}
ul {
	margin-top:10px;
	margin-bottom:6px;
}
#ScrolContainer {
	position: relative;
	width: 495px;
	height: 340px;
}
.Scroller-Container {
	position: relative;
	top: 0px;
	left: 0px;
}
#Scroller-client, .Scroller-Container {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	width: 512px;
	height: 310px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: -18px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 290px;
	left: -18px;
}

