/* aadi css file */

/* print css */
body {
	color: #000;
	background-color: #fff;
	font-family: serif;
	font-size: 13pt;
	margin: 0px 0px 0px 0px;
}

a, a:active, a:visited {
  text-decoration: underline;
  background-color: #fff;
  color: #000;
}

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

p, ul, il {
	margin-left: 10px;
	margin-right: 10px;
}

p:first-letter {
	color: #000;
	background-color: #fff;
	font-size: 18pt;
	font-weight: bold;
	padding: 1px;
}

h1, h2 {
	color: #000;
}

/* begin css layout */
div.layout {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 920px;
}
/* deel met logo */
div.header {
	clear: both;
	float: left;
	margin-top: 0px;
	width: 920px;
	height: 117px;
}


div.headertext {
	color: #fc3;
	font-family: serif;
	font-size: 28pt;
	/*font-weight: bold;*/
	padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 350px;
  text-decoration: none;
}

/* deel met menu in blauwe balk */
div.menu {
	float: left;
	clear: both;
	width: 920px;
	height: 29px;
}

div.menutext {
	color: #000;
	font-family: serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 6px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	padding-left: 7px;
  	text-decoration: none;
}

.menutext a, .menutext a:link, .menutext a:active, .menutext a:visited {
  /*letter-spacing: -0.08em;*/
	text-decoration: none;
  	background-color: #fff;
  	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

.menutext a:hover {
	/*letter-spacing: -0.08em;*/
	text-decoration: none;
	background-color: #fff;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

/* deel met menu in grijze balk */
div.submenu {
	float: left;
	clear: both;
	width: 920px;
	height: 32px;
}

div.submenutext {
	color: #699;
	font-family: serif;
	font-size: 10pt;
	padding-top: 8px;
  	padding-left: 7px;
	padding-right: 5px;
  	padding-bottom: 0px;
  	font-weight: bold;
}

.submenutext a, .submenutext a:link, .submenutext a:visited, .submenutext a:active {
	/* letter-spacing: -0.05em; */
	font-size: 10pt;
	text-decoration: none;
	background-color: #fff;
	color: #000;
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;*/
	padding: 1px;
}
.submenutext a:hover {
	/* letter-spacing: -0.05em; */
	font-size: 10pt;
  	text-decoration: none;
  	background-color: #fff;
  	color: #000;
  	/*border-style: solid;
  	border-width: 1px 1px 1px 1px;
  	border-color: #fc3;*/
  	padding: 1px;

}

/* deel met titel */
div.titel {
	float: left;
	clear: both;
	width: 920px;
	height: 61px;
}

div.titeltext {
	color: #000;
	font-family: serif;
	font-size: 20pt;
	/*font-weight: bold;*/
	padding-top: 20px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	padding-left: 75px;
  	text-decoration: none;
}


/* deel met inhoud */
div.inhoud {
	float: left;
	clear: both;
	width: 920px;
	color: #000;
}

div.inhoudtext {
	color: #000;
	font-family: serif;
	font-size: 12pt;
	text-align: justify;
	padding-top: 5px;
  	padding-left: 60px;
	padding-right: 80px;
  	padding-bottom: 10px;
}

/* deel met footer */
div.footer {
	float:left;
	clear: both;
	font-family: serif;
	font-size: 9pt;
	width: 920px;
	height: 43px;
	padding-top: 15px;
	padding-left: 75px;
	padding-bottom: 30px;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active {
	font-family: serif;
	font-size: 9pt;
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

.footer a:hover {
	font-family: serif;
	font-size: 9pt;
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

.motto {
	font-family: serif;
	font-size: 11pt;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	/*background-color: #600;*/
	padding-top: 0px;
	padding-bottom: 30px;
}

.small {
	color: #000;
	background-color: #fff;
	font-variant: small-caps;
	font-size: 9pt;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

.imgleft {
	background-color: #fff;
	margin: 10px 10px 10px 10px;
}

.imgright {
	background-color: #fff;
	margin: 10px 10px 10px 10px;
}

