@charset "utf-8";
body  {
	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-color: #B3AB89;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	color: #F48915;
	text-decoration: none;
}
a:hover {
	color: #6D97AB;
	text-decoration: none;
}


#container  {
	width: 896px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF4C3;
	margin-top: 8px;
	border: 1px solid #3373b3;
} 

#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	height: 191px;
	background-image: url(images/header-zmo.jpg);
} 
#GoogleZoeken {
	position: relative;
	z-index: 1;
	left: 11px;
	width: 250px;
	top: 115px;

}
#GoogleZoeken #sbb {
	font-size: x-small;
}
#GoogleZoeken #sbi {
	background-color: #FFF4C3;
	border: 1px solid #3373B3;
}
#GoogleZoeken #sbb {
	background-color: #6D97AB;
	width: 25px;
	height: 18px;
	border: 1px solid #FFF4C3;
}


#GoogleZoeken label {
	font-size: 10px;
	color: #3373B3;
}


#menu-top {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3373b3;
}


#menu-top ul {
	margin: 0px;
	text-align: right;
	list-style-type: none;
}
#menu-top li {
	display: inline;
	margin-left: 8px;
	margin-right: 2px;
}
#menu-top a {
	font-size: 11px;
	color: #3373b3;
	text-decoration: none;
}
#menu-top a:hover {
	font-size: 11px;
	color: #EE820E;
	text-decoration: none;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #6D97AB;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 20px;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar img {
	margin-left: 10px;
}








#mainContent  {
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #3373b3;
} 
#mainContent p {
	margin-top: 8px;
	text-align: justify;
	margin-bottom: 6px;
}

#mainContent h1 {
	font-size: 150%;
	color: #3373b3;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent h2 {
	font-size: 120%;
	color: #6D97AB;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#mainContent h3 {
	font-size: 100%;
	color: #3373B3;
	margin-bottom: 8px;
	margin-top: 20px;
}


#table  h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #3373B3;
}


#table  p {
	color: #003366;
	text-align: left;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}


#table a {
	font-size: 11px;
	color: #3373B3;
	text-decoration: none;
}
#table a:hover {
	font-size: 11px;
	color: #EE8412;
	text-decoration: none;
}
.tablebg {
	background-image: url(images/table-bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}





#footer  {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3373b3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
} 




#footer ul {
	margin: 0px;
	text-align: right;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-left: 8px;
	margin-right: 2px;
}
#footer a {
	font-size: 11px;
	color: #3373b3;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #EE820E;
	text-decoration: none;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #6D97AB;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contactimg {
	float: right;
	margin-right: 60px;
	margin-top: 10px;
	border: 1px solid #B3AB89;
}
.w3c {
	margin-left: 8px;
	margin-bottom: 4px;
}

